#ifndef HHODOHITFFIBER_H
#define HHODOHITFFIBER_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "hdetector.h"
class HCategory;
class HIterator;
class HSpectrometer;
class HHodoRefHitPar;
#define HODOHITF_FIBER_MAXCHN 128
class HHodoHitFFiber : public HReconstructor
{
protected:
HCategory *pCalCat;
HCategory *pHitCat;
HIterator *pIterCal;
HLocation loc;
Int_t usemod;
HHodoRefHitPar *refhit;
Bool_t hit[HODOHITF_FIBER_MAXCHN];
Float_t time[HODOHITF_FIBER_MAXCHN];
Int_t hitStrip;
Float_t hitTime;
void prepare_hitfinder(void);
Bool_t find_hit(void);
public:
HHodoHitFFiber(void);
HHodoHitFFiber(const Text_t* name,const Text_t* title);
~HHodoHitFFiber(void);
void set_mod(Int_t m){usemod=m;};
Bool_t init(void);
Int_t execute(void);
Bool_t finalize(void);
void clear();
ClassDef(HHodoHitFFiber,0)
};
#endif /* !HHODOHITFFIBER_H */
Last change: Sat May 22 12:57:27 2010
Last generated: 2010-05-22 12:57
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.