#include <showertree.h>
Public Member Functions | |
showertree (TTree *tree=0) | |
virtual void | Init (TTree *tree) |
virtual void | Loop () |
Definition at line 20 of file showertree.h.
showertree::showertree | ( | TTree * | tree = 0 | ) |
Definition at line 94 of file showertree.h.
|
virtual |
Definition at line 98 of file showertree.h.
|
virtual |
TBranch* showertree::b_BeginAng |
Definition at line 64 of file showertree.h.
TBranch* showertree::b_BeginChg |
Definition at line 65 of file showertree.h.
TBranch* showertree::b_BeginTim |
Definition at line 63 of file showertree.h.
TBranch* showertree::b_BeginVtx |
Definition at line 66 of file showertree.h.
TBranch* showertree::b_BeginWir |
Definition at line 62 of file showertree.h.
TBranch* showertree::b_EndAng |
Definition at line 69 of file showertree.h.
TBranch* showertree::b_EndChg |
Definition at line 70 of file showertree.h.
TBranch* showertree::b_EndTim |
Definition at line 68 of file showertree.h.
TBranch* showertree::b_EndVtx |
Definition at line 71 of file showertree.h.
TBranch* showertree::b_EndWir |
Definition at line 67 of file showertree.h.
TBranch* showertree::b_Envelope |
Definition at line 80 of file showertree.h.
TBranch* showertree::b_EnvPlane |
Definition at line 81 of file showertree.h.
TBranch* showertree::b_EnvShowerID |
Definition at line 83 of file showertree.h.
TBranch* showertree::b_EnvStage |
Definition at line 82 of file showertree.h.
TBranch* showertree::b_event |
Definition at line 60 of file showertree.h.
TBranch* showertree::b_IsShowerParent |
Definition at line 77 of file showertree.h.
TBranch* showertree::b_IsShowerTj |
Definition at line 75 of file showertree.h.
TBranch* showertree::b_MCSMom |
Definition at line 72 of file showertree.h.
TBranch* showertree::b_nPlanes |
Definition at line 85 of file showertree.h.
TBranch* showertree::b_nStages |
Definition at line 84 of file showertree.h.
TBranch* showertree::b_PlaneNum |
Definition at line 73 of file showertree.h.
TBranch* showertree::b_run |
Definition at line 58 of file showertree.h.
TBranch* showertree::b_ShowerID |
Definition at line 76 of file showertree.h.
TBranch* showertree::b_StageName |
Definition at line 79 of file showertree.h.
TBranch* showertree::b_StageNum |
Definition at line 78 of file showertree.h.
TBranch* showertree::b_subrun |
Definition at line 59 of file showertree.h.
TBranch* showertree::b_TjID |
Definition at line 74 of file showertree.h.
std::vector<float>* showertree::BeginAng |
Definition at line 32 of file showertree.h.
std::vector<float>* showertree::BeginChg |
Definition at line 33 of file showertree.h.
std::vector<float>* showertree::BeginTim |
Definition at line 31 of file showertree.h.
std::vector<short>* showertree::BeginVtx |
Definition at line 34 of file showertree.h.
std::vector<float>* showertree::BeginWir |
Definition at line 30 of file showertree.h.
std::vector<float>* showertree::EndAng |
Definition at line 37 of file showertree.h.
std::vector<float>* showertree::EndChg |
Definition at line 38 of file showertree.h.
std::vector<float>* showertree::EndTim |
Definition at line 36 of file showertree.h.
std::vector<short>* showertree::EndVtx |
Definition at line 39 of file showertree.h.
std::vector<float>* showertree::EndWir |
Definition at line 35 of file showertree.h.
std::vector<float>* showertree::Envelope |
Definition at line 49 of file showertree.h.
std::vector<int>* showertree::EnvPlane |
Definition at line 50 of file showertree.h.
std::vector<int>* showertree::EnvShowerID |
Definition at line 52 of file showertree.h.
std::vector<int>* showertree::EnvStage |
Definition at line 51 of file showertree.h.
Int_t showertree::event |
Definition at line 28 of file showertree.h.
TTree* showertree::fChain |
Definition at line 22 of file showertree.h.
Int_t showertree::fCurrent |
pointer to the analyzed TTree or TChain
Definition at line 23 of file showertree.h.
std::vector<int>* showertree::IsShowerParent |
Definition at line 45 of file showertree.h.
std::vector<int>* showertree::IsShowerTj |
Definition at line 43 of file showertree.h.
std::vector<short>* showertree::MCSMom |
Definition at line 40 of file showertree.h.
Int_t showertree::nPlanes |
Definition at line 55 of file showertree.h.
Int_t showertree::nStages |
Definition at line 54 of file showertree.h.
std::vector<short>* showertree::PlaneNum |
Definition at line 41 of file showertree.h.
Int_t showertree::run |
current Tree number in a TChain
Definition at line 26 of file showertree.h.
std::vector<int>* showertree::ShowerID |
Definition at line 44 of file showertree.h.
std::vector<std::string>* showertree::StageName |
Definition at line 47 of file showertree.h.
std::vector<int>* showertree::StageNum |
Definition at line 46 of file showertree.h.
Int_t showertree::subrun |
Definition at line 27 of file showertree.h.
std::vector<int>* showertree::TjID |
Definition at line 42 of file showertree.h.