117 virtual Int_t
Cut(Long64_t entry);
123 virtual void Show(Long64_t entry = -1);
137 TFile *f = (TFile*)gROOT->GetListOfFiles()->FindObject(
"beamspot.root");
139 f =
new TFile(
"beamspot.root");
140 f->cd(
"beamspot.root:/Beamspot");
142 tree = (TTree*)gDirectory->Get(
"Beamspots");
151 delete fChain->GetCurrentFile();
158 return fChain->GetEntry(entry);
164 Long64_t centry =
fChain->LoadTree(entry);
165 if (centry < 0)
return centry;
166 if (!
fChain->InheritsFrom(TChain::Class()))
return centry;
bsTree & operator=(const bsTree &)=delete
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
bsTree(const bsTree &)=delete
virtual void Init(TTree *tree)
virtual Int_t Cut(Long64_t entry)