15 #include "TApplication.h"
24 int main(
int argc,
char** argv)
27 TApplication* theApp = 0;
28 gStyle->SetOptStat(0);
35 theApp =
new TApplication(
"App", 0, 0);
37 cout <<
"Black and White" << endl;
51 printf (
"Int ERROR exiting ...\n");
55 Bool_t test = reader->
Find(nevent);
60 printf(
"Could not find event %d",nevent);
65 gROOT->SetStyle(
"Plain");
66 gStyle->SetPalette(1);
69 if(outdirname == NULL)
70 outdirname =
new TString(
"./");
Long_t Find(Long_t eventNo)
Find raw event by event number.
TString * GetOutFile()
Get Output root file name.
Bool_t Init(hReadMode mode=hSyncTime)
A class which instantiate the real top level reader.
Long64_t GetNEvent()
Get Event number with we looking for.
int main(int argc, char **argv)
void print() const
Read config file in libconfig format.
A class store HARPO row event data and header. Provide access metods to the row event data...
void DrawEvent(HarpoReader *reader, Int_t nevent)
HarpoRunHeader * GetRunHeader()
A class which keeps track of the entire configuration of the analysis.
Long64_t GetVerbose()
Get program verbosity level.