1 #ifndef HlitAnalysisSelectorIO_H
2 #define HlitAnalysisSelectorIO_H
25 virtual Int_t
Version()
const {
return 2; }
26 virtual void Begin(TTree * );
28 virtual void Init(TTree *tree);
30 virtual Bool_t
Process(Long64_t entry);
31 virtual Int_t
GetEntry(Long64_t entry, Int_t getall = 0);
virtual Int_t Version() const
Returns selector version.
TH2D * fHistPxPy
px vs py distribution
TString fOutputFile
Output file name.
TTree * fChain
Pointer to the analyzed TTree or TChain.
virtual void Init(TTree *tree)
virtual void Begin(TTree *)
virtual Bool_t Process(Long64_t entry)
HlitEvent * fEvent
Current Event.
TH1D * fHistPz
pz distribution
virtual void SlaveTerminate()
TH1D * fHistPx
px distribution
TH1D * fHistPy
py distribution
void SetOutputFileName(const char *of)
Set Output filename.
HlitAnalysisSelectorIO(TTree *tree=0)
virtual ~HlitAnalysisSelectorIO()
virtual Int_t GetEntry(Long64_t entry, Int_t getall=0)
virtual void SlaveBegin(TTree *tree)