16 #include "FairRunAna.h" 26 void SetUserCut(TCut cut) {fUserCut = cut;}
27 void WithoutGeant() { fWithoutGeant =
true; }
31 void Run(Int_t NStart=0 ,Int_t NStop=0);
33 void MarkFill(Bool_t flag);
34 void HoldEventsCount(){fHoldEventsCount = kTRUE;}
36 bool ContentForAnalysis(Int_t iEvent);
43 static TH1I* fEventsForProcessing;
45 Bool_t fHoldEventsCount;
46 Bool_t fWithoutGeant =
false;
void Run(Int_t NStart=0, Int_t NStop=0)