1 #ifndef HARPODCCREADER_H
2 #define HARPODCCREADER_H
46 Long_t
Loop(Long_t maxevents);
void SetRootFile(TString *name)
A class which read HARPO dcc file from one DCC and creant Dcc Events and Dcc Headers for DCC Events o...
UShort_t lData[EVENT_BUFFER_SIZE]
Long_t Loop()
Read errors.
#define EVENT_BUFFER_SIZE
void PushBack()
Skeeping not "intersting" event.
Bool_t Init()
Init method : Open in/out files and check run header signature.
HarpoDccEvent * fSaveEvent
HarpoDccHeader * GetDetHeader()
Bool_t isError()
EOF reached.
A virtual base class for all HARPO detectors readers.
void SetPlane(Long_t plane)
void SetAnalyseFunction(HarpoDccAnalyse *func)
virtual ~HarpoDccReader()
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
HarpoDccEvent * GetEvent()
Int_t GetPlane()
Define plane X or Y.
void SetDccFile(TString *name)
HarpoDccAnalyse * fDccAnalyse
A class which keeps track of the entire configuration of the analysis.
void SkipEvent()
Read next event from raw file.
A class store HARPO EVENT : header and row data. Its provide also the methods for access to this data...