11 #include "TApplication.h"
13 int main(
int argc,
char **argv)
15 Long_t processed = -1;
32 printf (
"Int ERROR exiting ...\n");
36 TApplication *theApp =
new TApplication(
"App", &argc, argv);
37 gROOT->SetStyle(
"Plain"); gStyle->SetPalette(1);
45 processed = rdr->
Loop();
51 printf(
"\n Done processed Events %li\n",processed);
A class which read HARPO dcc file from one DCC and creant Dcc Events and Dcc Headers for DCC Events o...
Long_t Loop()
Read errors.
Bool_t Init()
Init method : Open in/out files and check run header signature.
Long64_t GetDet()
Get Detector Number for single detector readers.
HarpoDccHeader * GetDetHeader()
int main(int argc, char **argv)
void Save(char *mode=NULL)
void SetAnalyseFunction(HarpoDccAnalyse *func)
void SetDet(Long_t plane)
void print() const
Read config file in libconfig format.
static hReaderType gHReaderType
Reader Type.
A class which keeps track of the entire configuration of the analysis.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.