QwGeant4
|
ROOT Subtree structure for Trigger Scintillator DetectorEvent. More...
#include <QweakSimUserTriggerScintillator_DetectorEvent.hh>
Inherits TObject.
Private Attributes | |
Int_t | TrackID |
ID of the track from which this hit was generated. More... | |
Float_t | GlobalTimeOfHit |
Global time when this hit was generated. More... | |
Int_t | HasBeenHit |
Has this detector been hit? 0 = no, 5 = yes. More... | |
Int_t | EdgeEventFlag |
(not used) More... | |
Int_t | NbOfHits |
Number of hits in this detector. More... | |
Int_t | SecondaryElectronCount |
std::vector< Float_t > | SecElecLocalOriginX |
std::vector< Float_t > | SecElecLocalOriginY |
std::vector< Float_t > | SecElecLocalOriginZ |
std::vector< Float_t > | SecElecLocalMomentumX |
std::vector< Float_t > | SecElecLocalMomentumY |
std::vector< Float_t > | SecElecLocalMomentumZ |
std::vector< Float_t > | SecElecLocalEnergy |
std::vector< Float_t > | DepositedEnergy |
Float_t | TotalDepositedEnergy |
Position of the hit in local coordinates (cm) | |
The local coordinates are defined in the local coordinate system. | |
Float_t | HitLocalPositionX |
Float_t | HitLocalPositionY |
Float_t | HitLocalPositionZ |
Position where the hit exits the detector in local coordinates (cm) | |
The local coordinates are defined in the local coordinate system. | |
Float_t | HitLocalExitPositionX |
Float_t | HitLocalExitPositionY |
Float_t | HitLocalExitPositionZ |
Position of the hit in global coordinates (cm) | |
The global coordinates are defined in the global coordinate system. | |
Float_t | HitGlobalPositionX |
Float_t | HitGlobalPositionY |
Float_t | HitGlobalPositionZ |
Position in global coordinates of original vertex of the track from which this hit was generated | |
The global coordinates are defined in the global coordinate system. | |
Float_t | OriginVertexPositionX |
Float_t | OriginVertexPositionY |
Float_t | OriginVertexPositionZ |
Direction in global coordinates of original vertex of the track from which this hit was generated | |
The global coordinates are defined in the global coordinate system. | |
Float_t | OriginVertexMomentumDirectionX |
Float_t | OriginVertexMomentumDirectionY |
Float_t | OriginVertexMomentumDirectionZ |
Float_t | OriginVertexThetaAngle |
(degrees) More... | |
Float_t | OriginVertexPhiAngle |
(degrees) More... | |
Original vertex kinetic and total energy of the track from which this hit was generated (where the track started) | |
Float_t | OriginVertexKineticEnergy |
Float_t | OriginVertexTotalEnergy |
Float_t | LocalVertexTotalEnergy |
Direction of the hit in global coordinates | |
The global coordinates are defined in the global coordinate system. | |
Float_t | GlobalThetaAngle |
(degrees) More... | |
Float_t | GlobalPhiAngle |
(degrees, but 90 degrees rotated to keep things interesting) More... | |
Particle name and type at the hit | |
std::vector< TString > | ParticleName |
Name of the particle that caused this hit. More... | |
std::vector< Int_t > | ParticleType |
Lund type of the particle that caused this hit (until r4757 this used the geant3 type of the particle) More... | |
ROOT Subtree structure for Trigger Scintillator DetectorEvent.
Definition at line 45 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
QweakSimUserTriggerScintillator_DetectorEvent::QweakSimUserTriggerScintillator_DetectorEvent | ( | ) |
Definition at line 15 of file QweakSimUserTriggerScintillator_DetectorEvent.cc.
|
virtual |
Definition at line 22 of file QweakSimUserTriggerScintillator_DetectorEvent.cc.
void QweakSimUserTriggerScintillator_DetectorEvent::AddSecondaryElectronEvent | ( | Float_t | XO, |
Float_t | YO, | ||
Float_t | ZO, | ||
Float_t | XM, | ||
Float_t | YM, | ||
Float_t | ZM, | ||
Float_t | energy | ||
) |
Definition at line 84 of file QweakSimUserTriggerScintillator_DetectorEvent.cc.
References SecElecLocalEnergy, SecElecLocalMomentumX, SecElecLocalMomentumY, SecElecLocalMomentumZ, SecElecLocalOriginX, SecElecLocalOriginY, SecElecLocalOriginZ, and SecondaryElectronCount.
|
inline |
Definition at line 237 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References DepositedEnergy.
|
inline |
Definition at line 184 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionX.
|
inline |
Definition at line 187 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionY.
|
inline |
Definition at line 190 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionZ.
|
inline |
Definition at line 160 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HasBeenHit.
|
inline |
Definition at line 175 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionX.
|
inline |
Definition at line 178 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionY.
|
inline |
Definition at line 181 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionZ.
|
inline |
Definition at line 166 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionX.
|
inline |
Definition at line 169 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionY.
|
inline |
Definition at line 172 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionZ.
|
inline |
Definition at line 223 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References LocalVertexTotalEnergy.
|
inline |
Definition at line 163 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References NbOfHits.
|
inline |
Definition at line 248 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References EdgeEventFlag.
|
inline |
Definition at line 150 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalTimeOfHit.
|
inline |
Definition at line 229 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalPhiAngle.
|
inline |
Definition at line 226 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalThetaAngle.
|
inline |
Definition at line 217 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexKineticEnergy.
|
inline |
Definition at line 202 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionX.
|
inline |
Definition at line 205 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionY.
|
inline |
Definition at line 208 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionZ.
|
inline |
Definition at line 214 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPhiAngle.
|
inline |
Definition at line 193 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionX.
|
inline |
Definition at line 196 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionY.
|
inline |
Definition at line 199 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionZ.
|
inline |
Definition at line 211 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexThetaAngle.
|
inline |
Definition at line 220 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexTotalEnergy.
|
inline |
Definition at line 153 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References ParticleName.
|
inline |
Definition at line 156 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References ParticleType.
|
inline |
Definition at line 241 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References TotalDepositedEnergy.
|
inline |
Definition at line 147 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References TrackID.
void QweakSimUserTriggerScintillator_DetectorEvent::Initialize | ( | ) |
Definition at line 26 of file QweakSimUserTriggerScintillator_DetectorEvent.cc.
References DepositedEnergy, EdgeEventFlag, GlobalPhiAngle, GlobalThetaAngle, GlobalTimeOfHit, HasBeenHit, HitGlobalPositionX, HitGlobalPositionY, HitGlobalPositionZ, HitLocalPositionX, HitLocalPositionY, HitLocalPositionZ, NbOfHits, OriginVertexKineticEnergy, OriginVertexMomentumDirectionX, OriginVertexMomentumDirectionY, OriginVertexMomentumDirectionZ, OriginVertexPhiAngle, OriginVertexPositionX, OriginVertexPositionY, OriginVertexPositionZ, OriginVertexThetaAngle, OriginVertexTotalEnergy, ParticleName, ParticleType, SecElecLocalEnergy, SecElecLocalMomentumX, SecElecLocalMomentumY, SecElecLocalMomentumZ, SecElecLocalOriginX, SecElecLocalOriginY, SecElecLocalOriginZ, SecondaryElectronCount, TotalDepositedEnergy, and TrackID.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 233 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References DepositedEnergy, and TotalDepositedEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 183 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionX.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 186 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionY.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 189 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitGlobalPositionZ.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 159 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HasBeenHit.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 174 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionX.
|
inline |
Definition at line 177 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionY.
|
inline |
Definition at line 180 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalExitPositionZ.
|
inline |
Definition at line 165 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionX.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 168 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionY.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 171 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References HitLocalPositionZ.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 222 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References LocalVertexTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 162 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References NbOfHits.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 247 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References EdgeEventFlag.
|
inline |
Definition at line 228 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalPhiAngle.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 225 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalThetaAngle.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 149 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References GlobalTimeOfHit.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 216 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexKineticEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 201 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionX.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 204 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionY.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 207 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexMomentumDirectionZ.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 213 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPhiAngle.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 192 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionX.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 195 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionY.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 198 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexPositionZ.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 210 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexThetaAngle.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 219 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References OriginVertexTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 152 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References ParticleName.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 155 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References ParticleType.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 240 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References TotalDepositedEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 146 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
References TrackID.
|
private |
Definition at line 133 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDepositedEnergy(), Initialize(), and StoreDepositedEnergy().
|
private |
(not used)
Definition at line 56 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetEdgeEventFlag(), Initialize(), and StoreEdgeEventFlag().
|
private |
(degrees, but 90 degrees rotated to keep things interesting)
Definition at line 124 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetGlobalPhiAngle(), Initialize(), and StoreGlobalPhiAngle().
|
private |
(degrees)
Definition at line 123 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetGlobalThetaAngle(), Initialize(), and StoreGlobalThetaAngle().
|
private |
Global time when this hit was generated.
Definition at line 53 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetGloablTimeOfHit(), Initialize(), and StoreGlobalTimeOfHit().
|
private |
Has this detector been hit? 0 = no, 5 = yes.
Definition at line 55 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorHasBeenHit(), Initialize(), and StoreDetectorHasBeenHit().
|
private |
Definition at line 90 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorGlobalPositionX(), Initialize(), and StoreDetectorGlobalPositionX().
|
private |
Definition at line 91 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorGlobalPositionY(), Initialize(), and StoreDetectorGlobalPositionY().
|
private |
Definition at line 92 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorGlobalPositionZ(), Initialize(), and StoreDetectorGlobalPositionZ().
|
private |
Definition at line 82 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalExitPositionX(), and StoreDetectorLocalExitPositionX().
|
private |
Definition at line 83 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalExitPositionY(), and StoreDetectorLocalExitPositionY().
|
private |
Definition at line 84 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalExitPositionZ(), and StoreDetectorLocalExitPositionZ().
|
private |
Definition at line 74 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalPositionX(), Initialize(), and StoreDetectorLocalPositionX().
|
private |
Definition at line 75 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalPositionY(), Initialize(), and StoreDetectorLocalPositionY().
|
private |
Definition at line 76 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalPositionZ(), Initialize(), and StoreDetectorLocalPositionZ().
|
private |
Definition at line 117 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorLocalVertexTotalEnergy(), and StoreDetectorLocalVertexTotalEnergy().
|
private |
Number of hits in this detector.
Definition at line 57 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetDetectorNbOfHits(), Initialize(), and StoreDetectorNbOfHits().
|
private |
Definition at line 115 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexKineticEnergy(), Initialize(), and StoreOriginVertexKineticEnergy().
|
private |
Definition at line 106 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexMomentumDirectionX(), Initialize(), and StoreOriginVertexMomentumDirectionX().
|
private |
Definition at line 107 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexMomentumDirectionY(), Initialize(), and StoreOriginVertexMomentumDirectionY().
|
private |
Definition at line 108 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexMomentumDirectionZ(), Initialize(), and StoreOriginVertexMomentumDirectionZ().
|
private |
(degrees)
Definition at line 110 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexPhiAngle(), Initialize(), and StoreOriginVertexPhiAngle().
|
private |
Definition at line 98 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexPositionX(), Initialize(), and StoreOriginVertexPositionX().
|
private |
Definition at line 99 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexPositionY(), Initialize(), and StoreOriginVertexPositionY().
|
private |
Definition at line 100 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexPositionZ(), Initialize(), and StoreOriginVertexPositionZ().
|
private |
(degrees)
Definition at line 109 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexThetaAngle(), Initialize(), and StoreOriginVertexThetaAngle().
|
private |
Definition at line 116 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetOriginVertexTotalEnergy(), Initialize(), and StoreOriginVertexTotalEnergy().
|
private |
Name of the particle that caused this hit.
Definition at line 129 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetParticleName(), Initialize(), and StoreParticleName().
|
private |
Lund type of the particle that caused this hit (until r4757 this used the geant3 type of the particle)
Definition at line 130 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetParticleType(), Initialize(), and StoreParticleType().
|
private |
Definition at line 69 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 65 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 66 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 67 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 61 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 62 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 63 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 58 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by AddSecondaryElectronEvent(), and Initialize().
|
private |
Definition at line 134 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetTotalEnergyDeposit(), Initialize(), StoreDepositedEnergy(), and StoreTotalEnergyDeposit().
|
private |
ID of the track from which this hit was generated.
Definition at line 51 of file QweakSimUserTriggerScintillator_DetectorEvent.hh.
Referenced by GetTrackID(), Initialize(), and StoreTrackID().