1 #ifndef HARPOREADERROOT_H
2 #define HARPOREADERROOT_H
53 Long_t
Loop(Long_t maxevents);
56 Long_t
Find(Long_t eventNo);
A virtual class store event data for un detector.
void SetRootFile(TString *name)
HarpoRunHeader * GetRunHeader()
Create RunHeader with links to all raw headers.
Object containing the reconstruction information for one event (with array of HarpoRecoClusters Harpo...
A base class for all top level HARPO readers.
A class which read HARPO events from root tree.
void SetDetFile(TString *name, Int_t plane)
Long_t Find(Long_t eventNo)
HarpoRecoEvent * fRecoEvent
A class store HARPO row event data and header. Provide access metods to the row event data...
HarpoEventHeader * fEventHeader
Bool_t fSync
Find raw event by event number.
virtual ~HarpoReaderRoot()
const ULong_t gkNDetectors
HarpoDetEvent * fEvents[gkNDetectors]
Bool_t Init(hReadMode mode=hSyncTime)
Init method : Open in/out files and check run header signature.
A class which keeps track of the entire configuration of the analysis.