![]() |
ATLAS Offline Software
|
#include <readOutput.h>
Public Member Functions | |
| readOutput (TTree *tree=0) | |
| virtual | ~readOutput () |
| virtual Int_t | Cut (Long64_t entry) |
| virtual Int_t | GetEntry (Long64_t entry) |
| virtual Long64_t | LoadTree (Long64_t entry) |
| void | Init (TTree *tree) |
| virtual void | Loop () |
| Bool_t | Notify () |
| virtual void | Show (Long64_t entry=-1) |
| readOutput (const readOutput &)=delete | |
| readOutput & | operator= (const readOutput &)=delete |
Public Attributes | |
| TTree * | fChain |
| Int_t | fCurrent |
| pointer to the analyzed TTree or TChain | |
| Int_t | sizeX |
| current Tree number in a TChain | |
| Int_t | sizeY |
| Float_t | meanPointX |
| Float_t | meanPointY |
| vector< vector< float > > * | matrixOfToT |
| vector< float > * | vectorOfPitchesY |
| Float_t | phi |
| Float_t | theta |
| Float_t | phiBS |
| Float_t | thetaBS |
| Float_t | etaModule |
| Int_t | ClusterPixLayer |
| Int_t | ClusterPixBarrelEC |
| Int_t | nParticles |
| vector< double > * | positionsX |
| vector< double > * | positionsY |
| TBranch * | b_sizeX |
| TBranch * | b_sizeY |
| TBranch * | b_meanPointX |
| TBranch * | b_meanPointY |
| TBranch * | b_matrixOfToT |
| TBranch * | b_vectorOfPitchesY |
| TBranch * | b_phi |
| TBranch * | b_theta |
| TBranch * | b_phiBS |
| TBranch * | b_thetaBS |
| TBranch * | b_etaModule |
| TBranch * | b_ClusterPixLayer |
| TBranch * | b_ClusterPixBarrelEC |
| TBranch * | b_nParticles |
| TBranch * | b_positionsX |
| TBranch * | b_positionsY |
Definition at line 19 of file readOutput.h.
| readOutput::readOutput | ( | TTree * | tree = 0 | ) |
|
virtual |
|
delete |
|
virtual |
|
virtual |
| void readOutput::Init | ( | TTree * | tree | ) |
|
virtual |
|
virtual |
| Bool_t readOutput::Notify | ( | ) |
|
delete |
|
virtual |
| TBranch* readOutput::b_ClusterPixBarrelEC |
Definition at line 55 of file readOutput.h.
| TBranch* readOutput::b_ClusterPixLayer |
Definition at line 54 of file readOutput.h.
| TBranch* readOutput::b_etaModule |
Definition at line 53 of file readOutput.h.
| TBranch* readOutput::b_matrixOfToT |
Definition at line 47 of file readOutput.h.
| TBranch* readOutput::b_meanPointX |
Definition at line 45 of file readOutput.h.
| TBranch* readOutput::b_meanPointY |
Definition at line 46 of file readOutput.h.
| TBranch* readOutput::b_nParticles |
Definition at line 56 of file readOutput.h.
| TBranch* readOutput::b_phi |
Definition at line 49 of file readOutput.h.
| TBranch* readOutput::b_phiBS |
Definition at line 51 of file readOutput.h.
| TBranch* readOutput::b_positionsX |
Definition at line 57 of file readOutput.h.
| TBranch* readOutput::b_positionsY |
Definition at line 58 of file readOutput.h.
| TBranch* readOutput::b_sizeX |
Definition at line 43 of file readOutput.h.
| TBranch* readOutput::b_sizeY |
Definition at line 44 of file readOutput.h.
| TBranch* readOutput::b_theta |
Definition at line 50 of file readOutput.h.
| TBranch* readOutput::b_thetaBS |
Definition at line 52 of file readOutput.h.
| TBranch* readOutput::b_vectorOfPitchesY |
Definition at line 48 of file readOutput.h.
| Int_t readOutput::ClusterPixBarrelEC |
Definition at line 37 of file readOutput.h.
| Int_t readOutput::ClusterPixLayer |
Definition at line 36 of file readOutput.h.
| Float_t readOutput::etaModule |
Definition at line 35 of file readOutput.h.
| TTree* readOutput::fChain |
Definition at line 21 of file readOutput.h.
| Int_t readOutput::fCurrent |
pointer to the analyzed TTree or TChain
Definition at line 22 of file readOutput.h.
Definition at line 29 of file readOutput.h.
| Float_t readOutput::meanPointX |
Definition at line 27 of file readOutput.h.
| Float_t readOutput::meanPointY |
Definition at line 28 of file readOutput.h.
| Int_t readOutput::nParticles |
Definition at line 38 of file readOutput.h.
| Float_t readOutput::phi |
Definition at line 31 of file readOutput.h.
| Float_t readOutput::phiBS |
Definition at line 33 of file readOutput.h.
| vector<double>* readOutput::positionsX |
Definition at line 39 of file readOutput.h.
| vector<double>* readOutput::positionsY |
Definition at line 40 of file readOutput.h.
| Int_t readOutput::sizeX |
current Tree number in a TChain
Definition at line 25 of file readOutput.h.
| Int_t readOutput::sizeY |
Definition at line 26 of file readOutput.h.
| Float_t readOutput::theta |
Definition at line 32 of file readOutput.h.
| Float_t readOutput::thetaBS |
Definition at line 34 of file readOutput.h.
| vector<float>* readOutput::vectorOfPitchesY |
Definition at line 30 of file readOutput.h.