117 virtual Int_t
Cut(Long64_t entry);
123 virtual void Show(Long64_t entry = -1);
134 TFile *f = (TFile*)gROOT->GetListOfFiles()->FindObject(
"beamspot.root");
136 f =
new TFile(
"beamspot.root");
137 f->cd(
"beamspot.root:/Beamspot");
148 delete fChain->GetCurrentFile();
155 return fChain->GetEntry(entry);
161 Long64_t centry =
fChain->LoadTree(entry);
162 if (centry < 0)
return centry;
163 if (!
fChain->InheritsFrom(TChain::Class()))
return centry;
Float_t bsCovCentroid_sxcsxc
Float_t bsCovCentroid_ycyc
Float_t bsCovCentroid_xcxc
Float_t bsCovCentroid_sycsyc
virtual Int_t GetEntry(Long64_t entry)
virtual Long64_t LoadTree(Long64_t entry)
Int_t fCurrent
pointer to the analyzed TTree or TChain
TBranch * b_bsCovCentroid
Float_t bsCovCentroid_aycayc
Float_t bsCovCentroid_axcaxc
virtual void Show(Long64_t entry=-1)
Int_t event_run
current Tree number in a TChain
virtual void Init(TTree *tree)
virtual Int_t Cut(Long64_t entry)