QwGeant4
|
#include <QweakSimLeadGlass_DetectorHit.hh>
Inherits G4VHit.
Public Member Functions | |
QweakSimLeadGlass_DetectorHit () | |
QweakSimLeadGlass_DetectorHit (G4int detector_id) | |
virtual | ~QweakSimLeadGlass_DetectorHit () |
QweakSimLeadGlass_DetectorHit (const QweakSimLeadGlass_DetectorHit &right) | |
const QweakSimLeadGlass_DetectorHit & | operator= (const QweakSimLeadGlass_DetectorHit &right) |
int | operator== (const QweakSimLeadGlass_DetectorHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
float | x () |
float | y () |
virtual void | Draw () |
virtual void | Print () |
void | StorePrimaryEventNumber (G4int pen) |
G4int | GetPrimaryEventNumber () const |
void | StoreTrackID (G4double tid) |
G4double | GetTrackID () const |
void | StoreParticleName (G4String pn) |
G4String | GetParticleName () const |
void | StoreParticleType (G4int pt) |
G4int | GetParticleType () const |
void | StoreGlobalTime (G4double t) |
G4double | GetGlobalTime () const |
void | StoreHasBeenHit (G4int n) |
G4int | GetHasBeenHit () const |
void | StoreEdgeEventFlag (G4int flag) |
G4int | GetEdgeEventFlag () const |
void | StoreNbOfHits (G4int nd) |
G4int | GetNbOfHits () const |
void | StoreWorldPosition (G4ThreeVector xyz) |
G4ThreeVector | GetWorldPosition () const |
void | StoreLocalPosition (G4ThreeVector xyz) |
G4ThreeVector | GetLocalPosition () const |
void | StoreLocalExitPosition (G4ThreeVector xyz) |
G4ThreeVector | GetLocalExitPosition () const |
void | StoreOriginVertexPosition (G4ThreeVector oxyz) |
G4ThreeVector | GetOriginVertexPosition () const |
void | StoreWorldMomentum (G4ThreeVector gpxyz) |
G4ThreeVector | GetWorldMomentum () const |
void | StoreLocalMomentum (G4ThreeVector lpxyz) |
G4ThreeVector | GetLocalMomentum () const |
void | StoreMomentumDirection (G4ThreeVector pxyz) |
G4ThreeVector | GetMomentumDirection () const |
void | StoreOriginVertexMomentumDirection (G4ThreeVector opxyz) |
G4ThreeVector | GetOriginVertexMomentumDirection () const |
void | StoreOriginVertexKineticEnergy (G4double oekin) |
G4double | GetOriginVertexKineticEnergy () const |
void | StoreOriginVertexTotalEnergy (G4double oetot) |
G4double | GetOriginVertexTotalEnergy () const |
void | StoreKineticEnergy (G4double ekin) |
G4double | GetKineticEnergy () const |
void | StoreTotalEnergy (G4double etot) |
G4double | GetTotalEnergy () const |
void | StoreHitDepositedEnergy (G4double dpeg) |
G4double | GetHitDepositedEnergy () const |
void | StoreCellPosition (G4ThreeVector xyz) |
G4ThreeVector | GetCellPosition () const |
void | StoreCellRotation (G4RotationMatrix rmat) |
G4RotationMatrix | GetCellRotation () const |
void | StoreLogVolume (G4LogicalVolume *val) |
const G4LogicalVolume * | GetLogVolume () const |
Private Attributes | |
G4int | detectorID |
G4int | primaryEventNumber |
G4double | trackID |
G4String | particleName |
G4int | particleType |
G4double | time |
G4int | hasBeenHit |
G4int | edgeEventFlag |
G4int | nbOfHits |
G4ThreeVector | worldPos |
G4ThreeVector | localPos |
G4ThreeVector | localExitPos |
G4ThreeVector | originVertexPosition |
G4ThreeVector | worldMomentum |
G4ThreeVector | localMomentum |
G4ThreeVector | currentMomentumDirection |
G4ThreeVector | originVertexMomentumDirection |
G4double | originVertexKineticEnergy |
G4double | originVertexTotalEnergy |
G4double | currentKineticEnergy |
G4double | currentTotalEnergy |
G4double | depositedEnergyHit |
G4ThreeVector | cellPos |
G4RotationMatrix | cellRot |
const G4LogicalVolume * | pLogV |
Definition at line 18 of file QweakSimLeadGlass_DetectorHit.hh.
QweakSimLeadGlass_DetectorHit::QweakSimLeadGlass_DetectorHit | ( | ) |
Definition at line 21 of file QweakSimLeadGlass_DetectorHit.cc.
References currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergyHit, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.
QweakSimLeadGlass_DetectorHit::QweakSimLeadGlass_DetectorHit | ( | G4int | detector_id | ) |
Definition at line 76 of file QweakSimLeadGlass_DetectorHit.cc.
References detectorID, pLogV, and time.
|
virtual |
Definition at line 88 of file QweakSimLeadGlass_DetectorHit.cc.
QweakSimLeadGlass_DetectorHit::QweakSimLeadGlass_DetectorHit | ( | const QweakSimLeadGlass_DetectorHit & | right | ) |
Definition at line 95 of file QweakSimLeadGlass_DetectorHit.cc.
References cellPos, cellRot, currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergyHit, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.
|
virtual |
Definition at line 220 of file QweakSimLeadGlass_DetectorHit.cc.
References worldPos.
|
inline |
Definition at line 227 of file QweakSimLeadGlass_DetectorHit.hh.
References cellPos.
|
inline |
Definition at line 230 of file QweakSimLeadGlass_DetectorHit.hh.
References cellRot.
|
inline |
Definition at line 135 of file QweakSimLeadGlass_DetectorHit.hh.
References edgeEventFlag.
|
inline |
Definition at line 127 of file QweakSimLeadGlass_DetectorHit.hh.
References time.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 132 of file QweakSimLeadGlass_DetectorHit.hh.
References hasBeenHit.
|
inline |
Definition at line 222 of file QweakSimLeadGlass_DetectorHit.hh.
References depositedEnergyHit.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 195 of file QweakSimLeadGlass_DetectorHit.hh.
References currentKineticEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 152 of file QweakSimLeadGlass_DetectorHit.hh.
References localExitPos.
|
inline |
Definition at line 166 of file QweakSimLeadGlass_DetectorHit.hh.
References localMomentum.
|
inline |
Definition at line 148 of file QweakSimLeadGlass_DetectorHit.hh.
References localPos.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 233 of file QweakSimLeadGlass_DetectorHit.hh.
References pLogV.
|
inline |
Definition at line 170 of file QweakSimLeadGlass_DetectorHit.hh.
References currentMomentumDirection.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 138 of file QweakSimLeadGlass_DetectorHit.hh.
References nbOfHits.
|
inline |
Definition at line 187 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexKineticEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 174 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexMomentumDirection.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 156 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexPosition.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 190 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 119 of file QweakSimLeadGlass_DetectorHit.hh.
References particleName.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 122 of file QweakSimLeadGlass_DetectorHit.hh.
References particleType.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 109 of file QweakSimLeadGlass_DetectorHit.hh.
References primaryEventNumber.
|
inline |
Definition at line 198 of file QweakSimLeadGlass_DetectorHit.hh.
References currentTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 114 of file QweakSimLeadGlass_DetectorHit.hh.
References trackID.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 162 of file QweakSimLeadGlass_DetectorHit.hh.
References worldMomentum.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 144 of file QweakSimLeadGlass_DetectorHit.hh.
References worldPos.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 261 of file QweakSimLeadGlass_DetectorHit.hh.
References QweakSimLeadGlass_DetectorHitAllocator.
|
inline |
Definition at line 250 of file QweakSimLeadGlass_DetectorHit.hh.
References QweakSimLeadGlass_DetectorHitAllocator.
const QweakSimLeadGlass_DetectorHit & QweakSimLeadGlass_DetectorHit::operator= | ( | const QweakSimLeadGlass_DetectorHit & | right | ) |
Definition at line 152 of file QweakSimLeadGlass_DetectorHit.cc.
References cellPos, cellRot, currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergyHit, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.
int QweakSimLeadGlass_DetectorHit::operator== | ( | const QweakSimLeadGlass_DetectorHit & | right | ) | const |
Definition at line 210 of file QweakSimLeadGlass_DetectorHit.cc.
|
virtual |
Definition at line 258 of file QweakSimLeadGlass_DetectorHit.cc.
References detectorID, time, and worldPos.
|
inline |
Definition at line 226 of file QweakSimLeadGlass_DetectorHit.hh.
References cellPos.
|
inline |
Definition at line 229 of file QweakSimLeadGlass_DetectorHit.hh.
References cellRot.
|
inline |
Definition at line 134 of file QweakSimLeadGlass_DetectorHit.hh.
References edgeEventFlag.
|
inline |
|
inline |
Definition at line 131 of file QweakSimLeadGlass_DetectorHit.hh.
References hasBeenHit.
|
inline |
Definition at line 221 of file QweakSimLeadGlass_DetectorHit.hh.
References depositedEnergyHit.
|
inline |
Definition at line 194 of file QweakSimLeadGlass_DetectorHit.hh.
References currentKineticEnergy.
|
inline |
Definition at line 151 of file QweakSimLeadGlass_DetectorHit.hh.
References localExitPos.
|
inline |
Definition at line 165 of file QweakSimLeadGlass_DetectorHit.hh.
References localMomentum.
|
inline |
Definition at line 147 of file QweakSimLeadGlass_DetectorHit.hh.
References localPos.
|
inline |
Definition at line 232 of file QweakSimLeadGlass_DetectorHit.hh.
References pLogV.
|
inline |
Definition at line 169 of file QweakSimLeadGlass_DetectorHit.hh.
References currentMomentumDirection.
|
inline |
Definition at line 137 of file QweakSimLeadGlass_DetectorHit.hh.
References nbOfHits.
|
inline |
Definition at line 186 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexKineticEnergy.
|
inline |
Definition at line 173 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexMomentumDirection.
|
inline |
Definition at line 155 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexPosition.
|
inline |
Definition at line 189 of file QweakSimLeadGlass_DetectorHit.hh.
References originVertexTotalEnergy.
|
inline |
Definition at line 118 of file QweakSimLeadGlass_DetectorHit.hh.
References particleName.
|
inline |
Definition at line 121 of file QweakSimLeadGlass_DetectorHit.hh.
References particleType.
|
inline |
Definition at line 108 of file QweakSimLeadGlass_DetectorHit.hh.
References primaryEventNumber.
|
inline |
Definition at line 197 of file QweakSimLeadGlass_DetectorHit.hh.
References currentTotalEnergy.
|
inline |
Definition at line 113 of file QweakSimLeadGlass_DetectorHit.hh.
References trackID.
|
inline |
Definition at line 161 of file QweakSimLeadGlass_DetectorHit.hh.
References worldMomentum.
|
inline |
Definition at line 143 of file QweakSimLeadGlass_DetectorHit.hh.
References worldPos.
|
inline |
|
inline |
|
private |
Definition at line 99 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetCellPosition(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreCellPosition().
|
private |
Definition at line 100 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetCellRotation(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreCellRotation().
|
private |
Definition at line 84 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetKineticEnergy(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreKineticEnergy().
|
private |
Definition at line 74 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetMomentumDirection(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreMomentumDirection().
|
private |
Definition at line 85 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetTotalEnergy(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreTotalEnergy().
|
private |
Definition at line 96 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetHitDepositedEnergy(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreHitDepositedEnergy().
|
private |
Definition at line 50 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by operator=(), Print(), and QweakSimLeadGlass_DetectorHit().
|
private |
Definition at line 62 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetEdgeEventFlag(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreEdgeEventFlag().
|
private |
Definition at line 61 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetHasBeenHit(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreHasBeenHit().
|
private |
Definition at line 69 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetLocalExitPosition(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreLocalExitPosition().
|
private |
Definition at line 73 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetLocalMomentum(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreLocalMomentum().
|
private |
Definition at line 68 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetLocalPosition(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreLocalPosition().
|
private |
Definition at line 63 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetNbOfHits(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreNbOfHits().
|
private |
Definition at line 81 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetOriginVertexKineticEnergy(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreOriginVertexKineticEnergy().
|
private |
Definition at line 75 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetOriginVertexMomentumDirection(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreOriginVertexMomentumDirection().
|
private |
Definition at line 70 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetOriginVertexPosition(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreOriginVertexPosition().
|
private |
Definition at line 82 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetOriginVertexTotalEnergy(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreOriginVertexTotalEnergy().
|
private |
Definition at line 56 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetParticleName(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreParticleName().
|
private |
Definition at line 57 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetParticleType(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreParticleType().
|
private |
Definition at line 101 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetLogVolume(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreLogVolume().
|
private |
Definition at line 52 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetPrimaryEventNumber(), operator=(), QweakSimLeadGlass_DetectorHit(), and StorePrimaryEventNumber().
|
private |
Definition at line 59 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetGlobalTime(), operator=(), Print(), QweakSimLeadGlass_DetectorHit(), and StoreGlobalTime().
|
private |
Definition at line 54 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetTrackID(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreTrackID().
|
private |
Definition at line 72 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by GetWorldMomentum(), operator=(), QweakSimLeadGlass_DetectorHit(), and StoreWorldMomentum().
|
private |
Definition at line 67 of file QweakSimLeadGlass_DetectorHit.hh.
Referenced by Draw(), GetWorldPosition(), operator=(), Print(), QweakSimLeadGlass_DetectorHit(), and StoreWorldPosition().