CMS 3D CMS Logo

Classes | Public Member Functions | Public Attributes

sim Class Reference

#include <sim.h>

List of all members.

Classes

class  Field
class  FieldBuilder
class  FieldStepper
class  LocalFieldManager

Public Member Functions

virtual Int_t Cut (Long64_t entry)
virtual Int_t GetEntry (Long64_t entry)
virtual void Init (TTree *tree)
virtual Long64_t LoadTree (Long64_t entry)
virtual Bool_t Notify ()
virtual void Show (Long64_t entry=-1)
 sim (TTree *tree=0)
virtual ~sim ()

Public Attributes

TBranch * b_cerenkov_
TBranch * b_cerenkov_fBits
TBranch * b_cerenkov_fUniqueID
TBranch * b_cerenkov_nPhotons
TBranch * b_cerenkov_ProductionHeight
TBranch * b_cerenkov_Time
TBranch * b_cerenkov_u
TBranch * b_cerenkov_v
TBranch * b_cerenkov_Weight
TBranch * b_cerenkov_x
TBranch * b_cerenkov_y
TBranch * b_long_
TBranch * b_long_Depth
TBranch * b_long_fBits
TBranch * b_long_fUniqueID
TBranch * b_long_nAntiMuons
TBranch * b_long_nCerenkov
TBranch * b_long_nCharged
TBranch * b_long_nElectrons
TBranch * b_long_nGammas
TBranch * b_long_nHadrons
TBranch * b_long_nMuons
TBranch * b_long_nNuclei
TBranch * b_long_nPositrons
TBranch * b_particle__
TBranch * b_particle__fBits
TBranch * b_particle__fUniqueID
TBranch * b_particle__HadronicGeneration
TBranch * b_particle__ObservationLevel
TBranch * b_particle__ParticleID
TBranch * b_particle__Px
TBranch * b_particle__Py
TBranch * b_particle__Pz
TBranch * b_particle__Time
TBranch * b_particle__Weight
TBranch * b_particle__x
TBranch * b_particle__y
TBranch * b_shower_CPUtime
TBranch * b_shower_Energy
TBranch * b_shower_EventID
TBranch * b_shower_FirstHeight
TBranch * b_shower_FirstTarget
TBranch * b_shower_GH_a
TBranch * b_shower_GH_b
TBranch * b_shower_GH_c
TBranch * b_shower_GH_Chi2
TBranch * b_shower_GH_Nmax
TBranch * b_shower_GH_t0
TBranch * b_shower_GH_tmax
TBranch * b_shower_nElectrons
TBranch * b_shower_nElectronsWritten
TBranch * b_shower_nHadrons
TBranch * b_shower_nHadronsWritten
TBranch * b_shower_nMuons
TBranch * b_shower_nMuonsWritten
TBranch * b_shower_nParticlesWritten
TBranch * b_shower_nPhotons
TBranch * b_shower_nPhotonsWritten
TBranch * b_shower_nPreshower
TBranch * b_shower_Phi
TBranch * b_shower_RandomOffset
TBranch * b_shower_RandomSeed
TBranch * b_shower_StartingAltitude
TBranch * b_shower_Theta
TBranch * b_shower_TObject_fBits
TBranch * b_shower_TObject_fUniqueID
Int_t cerenkov_
UInt_t cerenkov_fBits [kMaxcerenkov]
UInt_t cerenkov_fUniqueID [kMaxcerenkov]
Float_t cerenkov_nPhotons [kMaxcerenkov]
Float_t cerenkov_ProductionHeight [kMaxcerenkov]
Float_t cerenkov_Time [kMaxcerenkov]
Float_t cerenkov_u [kMaxcerenkov]
Float_t cerenkov_v [kMaxcerenkov]
Float_t cerenkov_Weight [kMaxcerenkov]
Float_t cerenkov_x [kMaxcerenkov]
Float_t cerenkov_y [kMaxcerenkov]
TTree * fChain
Int_t fCurrent
 pointer to the analyzed TTree or TChain
Int_t long_
Float_t long_Depth [kMaxlong]
UInt_t long_fBits [kMaxlong]
UInt_t long_fUniqueID [kMaxlong]
ULong64_t long_nAntiMuons [kMaxlong]
ULong64_t long_nCerenkov [kMaxlong]
ULong64_t long_nCharged [kMaxlong]
ULong64_t long_nElectrons [kMaxlong]
ULong64_t long_nGammas [kMaxlong]
ULong64_t long_nHadrons [kMaxlong]
ULong64_t long_nMuons [kMaxlong]
ULong64_t long_nNuclei [kMaxlong]
ULong64_t long_nPositrons [kMaxlong]
Int_t particle__
UInt_t particle__fBits [kMaxparticle_]
UInt_t particle__fUniqueID [kMaxparticle_]
Int_t particle__HadronicGeneration [kMaxparticle_]
Int_t particle__ObservationLevel [kMaxparticle_]
Int_t particle__ParticleID [kMaxparticle_]
Double_t particle__Px [kMaxparticle_]
Double_t particle__Py [kMaxparticle_]
Double_t particle__Pz [kMaxparticle_]
Double_t particle__Time [kMaxparticle_]
Double_t particle__Weight [kMaxparticle_]
Double_t particle__x [kMaxparticle_]
Double_t particle__y [kMaxparticle_]
Int_t shower_CPUtime
Float_t shower_Energy
Int_t shower_EventID
Float_t shower_FirstHeight
Int_t shower_FirstTarget
Float_t shower_GH_a
Float_t shower_GH_b
Float_t shower_GH_c
Float_t shower_GH_Chi2
Float_t shower_GH_Nmax
Float_t shower_GH_t0
Float_t shower_GH_tmax
Float_t shower_nElectrons
Int_t shower_nElectronsWritten
Float_t shower_nHadrons
Int_t shower_nHadronsWritten
Float_t shower_nMuons
Int_t shower_nMuonsWritten
Int_t shower_nParticlesWritten
Float_t shower_nPhotons
Int_t shower_nPhotonsWritten
Int_t shower_nPreshower
Float_t shower_Phi
Int_t shower_RandomOffset [10]
Int_t shower_RandomSeed [10]
Float_t shower_StartingAltitude
Float_t shower_Theta
UInt_t shower_TObject_fBits
UInt_t shower_TObject_fUniqueID
 current Tree number in a TChain

Detailed Description

Definition at line 19 of file sim.h.


Constructor & Destructor Documentation

sim::sim ( TTree *  tree = 0)
virtual sim::~sim ( ) [virtual]

Member Function Documentation

virtual Int_t sim::Cut ( Long64_t  entry) [virtual]
virtual Int_t sim::GetEntry ( Long64_t  entry) [virtual]
virtual void sim::Init ( TTree *  tree) [virtual]
virtual Long64_t sim::LoadTree ( Long64_t  entry) [virtual]
virtual Bool_t sim::Notify ( ) [virtual]
virtual void sim::Show ( Long64_t  entry = -1) [virtual]

Member Data Documentation

TBranch* sim::b_cerenkov_

Definition at line 149 of file sim.h.

Definition at line 151 of file sim.h.

Definition at line 150 of file sim.h.

Definition at line 152 of file sim.h.

Definition at line 158 of file sim.h.

Definition at line 157 of file sim.h.

Definition at line 155 of file sim.h.

Definition at line 156 of file sim.h.

Definition at line 159 of file sim.h.

Definition at line 153 of file sim.h.

Definition at line 154 of file sim.h.

TBranch* sim::b_long_

Definition at line 136 of file sim.h.

Definition at line 139 of file sim.h.

Definition at line 138 of file sim.h.

Definition at line 137 of file sim.h.

Definition at line 144 of file sim.h.

Definition at line 148 of file sim.h.

Definition at line 146 of file sim.h.

Definition at line 141 of file sim.h.

Definition at line 140 of file sim.h.

Definition at line 145 of file sim.h.

Definition at line 143 of file sim.h.

Definition at line 147 of file sim.h.

Definition at line 142 of file sim.h.

Definition at line 123 of file sim.h.

Definition at line 125 of file sim.h.

Definition at line 124 of file sim.h.

Definition at line 128 of file sim.h.

Definition at line 127 of file sim.h.

Definition at line 126 of file sim.h.

Definition at line 129 of file sim.h.

Definition at line 130 of file sim.h.

Definition at line 131 of file sim.h.

Definition at line 134 of file sim.h.

Definition at line 135 of file sim.h.

Definition at line 132 of file sim.h.

Definition at line 133 of file sim.h.

Definition at line 122 of file sim.h.

Definition at line 97 of file sim.h.

Definition at line 96 of file sim.h.

Definition at line 100 of file sim.h.

Definition at line 99 of file sim.h.

Definition at line 117 of file sim.h.

Definition at line 118 of file sim.h.

Definition at line 119 of file sim.h.

Definition at line 120 of file sim.h.

Definition at line 114 of file sim.h.

Definition at line 115 of file sim.h.

Definition at line 116 of file sim.h.

Definition at line 106 of file sim.h.

Definition at line 111 of file sim.h.

Definition at line 107 of file sim.h.

Definition at line 112 of file sim.h.

Definition at line 108 of file sim.h.

Definition at line 113 of file sim.h.

Definition at line 109 of file sim.h.

Definition at line 105 of file sim.h.

Definition at line 110 of file sim.h.

Definition at line 121 of file sim.h.

Definition at line 102 of file sim.h.

Definition at line 104 of file sim.h.

Definition at line 103 of file sim.h.

Definition at line 98 of file sim.h.

Definition at line 101 of file sim.h.

Definition at line 95 of file sim.h.

Definition at line 94 of file sim.h.

Definition at line 81 of file sim.h.

Definition at line 83 of file sim.h.

Definition at line 82 of file sim.h.

Definition at line 84 of file sim.h.

Definition at line 90 of file sim.h.

Definition at line 89 of file sim.h.

Definition at line 87 of file sim.h.

Definition at line 88 of file sim.h.

Definition at line 91 of file sim.h.

Definition at line 85 of file sim.h.

Definition at line 86 of file sim.h.

TTree* sim::fChain

Definition at line 21 of file sim.h.

Referenced by CosmicMuonGenerator::initialize().

pointer to the analyzed TTree or TChain

Definition at line 22 of file sim.h.

Int_t sim::long_

Definition at line 68 of file sim.h.

Definition at line 71 of file sim.h.

Definition at line 70 of file sim.h.

Definition at line 69 of file sim.h.

Definition at line 76 of file sim.h.

Definition at line 80 of file sim.h.

Definition at line 78 of file sim.h.

Definition at line 73 of file sim.h.

Definition at line 72 of file sim.h.

Definition at line 77 of file sim.h.

Definition at line 75 of file sim.h.

Definition at line 79 of file sim.h.

Definition at line 74 of file sim.h.

Definition at line 55 of file sim.h.

Definition at line 57 of file sim.h.

Definition at line 56 of file sim.h.

Definition at line 60 of file sim.h.

Definition at line 59 of file sim.h.

Definition at line 58 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 61 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 62 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 63 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 66 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 67 of file sim.h.

Definition at line 64 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 65 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 54 of file sim.h.

Definition at line 29 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 28 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 32 of file sim.h.

Definition at line 31 of file sim.h.

Definition at line 49 of file sim.h.

Definition at line 50 of file sim.h.

Definition at line 51 of file sim.h.

Definition at line 52 of file sim.h.

Definition at line 46 of file sim.h.

Definition at line 47 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 48 of file sim.h.

Definition at line 38 of file sim.h.

Definition at line 43 of file sim.h.

Definition at line 39 of file sim.h.

Definition at line 44 of file sim.h.

Definition at line 40 of file sim.h.

Definition at line 45 of file sim.h.

Definition at line 41 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 37 of file sim.h.

Definition at line 42 of file sim.h.

Definition at line 53 of file sim.h.

Float_t sim::shower_Phi

Definition at line 34 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 36 of file sim.h.

Definition at line 35 of file sim.h.

Definition at line 30 of file sim.h.

Definition at line 33 of file sim.h.

Referenced by CosmicMuonGenerator::nextMultiEvent().

Definition at line 27 of file sim.h.

current Tree number in a TChain

Definition at line 26 of file sim.h.