62 virtual Int_t
Cut(Long64_t entry);
68 virtual void Show(Long64_t entry = -1);
82 TFile *f = (TFile*)gROOT->GetListOfFiles()->FindObject(
"outputNN.root");
84 f =
new TFile(
"outputNN.root");
86 tree = (TTree*)gDirectory->Get(
"clusterTree");
95 delete fChain->GetCurrentFile();
102 return fChain->GetEntry(entry);
108 Long64_t centry =
fChain->LoadTree(entry);
109 if (centry < 0)
return centry;
110 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)
readOutput & operator=(const readOutput &)=delete
TBranch * b_ClusterPixLayer
vector< double > * positionsY
readOutput(const readOutput &)=delete
virtual void Show(Long64_t entry=-1)
Int_t sizeX
current Tree number in a TChain
vector< float > * vectorOfPitchesY
readOutput(TTree *tree=0)