62 virtual Int_t
Cut(Long64_t entry);
68 virtual void Show(Long64_t entry = -1);
79 TFile *f = (TFile*)gROOT->GetListOfFiles()->FindObject(
"outputNN.root");
81 f =
new TFile(
"outputNN.root");
92 delete fChain->GetCurrentFile();
99 return fChain->GetEntry(entry);
105 Long64_t centry =
fChain->LoadTree(entry);
106 if (centry < 0)
return centry;
107 if (!
fChain->InheritsFrom(TChain::Class()))
return centry;
virtual Long64_t LoadTree(Long64_t entry)
TBranch * b_vectorOfPitchesY
vector< double > * positionsX
Int_t fCurrent
pointer to the analyzed TTree or TChain
TBranch * b_ClusterPixBarrelEC
virtual Int_t GetEntry(Long64_t entry)
vector< vector< float > > * matrixOfToT
virtual Int_t Cut(Long64_t entry)
TBranch * b_ClusterPixLayer
vector< double > * positionsY
virtual void Show(Long64_t entry=-1)
Int_t sizeX
current Tree number in a TChain
vector< float > * vectorOfPitchesY
readOutput(TTree *tree=0)