QwGeant4
|
Handling of a hit in the Cerenkov detector. More...
#include <QweakSimCerenkov_DetectorHit.hh>
Inherits G4VHit.
Public Member Functions | |
QweakSimCerenkov_DetectorHit () | |
QweakSimCerenkov_DetectorHit (G4int detector_id) | |
virtual | ~QweakSimCerenkov_DetectorHit () |
QweakSimCerenkov_DetectorHit (const QweakSimCerenkov_DetectorHit &right) | |
const QweakSimCerenkov_DetectorHit & | operator= (const QweakSimCerenkov_DetectorHit &right) |
int | operator== (const QweakSimCerenkov_DetectorHit &right) const |
void * | operator new (size_t) |
void | operator delete (void *aHit) |
float | x () |
float | y () |
virtual void | Draw () |
virtual void | Print () |
void | StoreTrackID (G4int tid) |
G4int | GetTrackID () const |
void | StoreParentID (G4int tid) |
G4int | GetParentID () const |
void | StoreCreatorProcessName (G4String name) |
G4String | GetCreatorProcessName () const |
void | StoreDetectorID (G4int detector_ID) |
G4int | GetDetectorID () const |
void | StoreGlobalTime (G4double t) |
G4double | GetGlobalTime () const |
void | StoreLocalPosition (G4ThreeVector xyz) |
G4ThreeVector | GetLocalPosition () const |
void | StoreWorldPosition (G4ThreeVector xyz) |
G4ThreeVector | GetWorldPosition () const |
void | StoreLocalMomentum (G4ThreeVector lpxyz) |
G4ThreeVector | GetLocalMomentum () const |
void | StoreWorldMomentum (G4ThreeVector gpxyz) |
G4ThreeVector | GetWorldMomentum () const |
void | StoreCellPosition (G4ThreeVector xyz) |
G4ThreeVector | GetCellPosition () const |
void | StoreCellRotation (G4RotationMatrix rmat) |
G4RotationMatrix | GetCellRotation () const |
void | StoreLogVolume (G4LogicalVolume *val) |
const G4LogicalVolume * | GetLogVolume () const |
void | StoreOriginVertexPosition (G4ThreeVector oxyz) |
G4ThreeVector | GetOriginVertexPosition () const |
void | StoreOriginVertexMomentumDirection (G4ThreeVector opxyz) |
G4ThreeVector | GetOriginVertexMomentumDirection () const |
void | StoreOriginVertexKineticEnergy (G4double oekin) |
G4double | GetOriginVertexKineticEnergy () const |
void | StoreOriginVertexTotalEnergy (G4double oetot) |
G4double | GetOriginVertexTotalEnergy () const |
void | StoreMomentumDirection (G4ThreeVector pxyz) |
G4ThreeVector | GetMomentumDirection () const |
void | StoreKineticEnergy (G4double ekin) |
G4double | GetKineticEnergy () const |
void | StoreTotalEnergy (G4double etot) |
G4double | GetTotalEnergy () const |
void | StorePolarization (G4ThreeVector p) |
G4ThreeVector | GetPolarization () const |
void | StorePrimaryQ2 (G4double q2) |
G4double | GetPrimaryQ2 () const |
void | StoreCrossSection (G4double cs) |
G4double | GetCrossSection () const |
void | StoreCrossSectionWeight (G4double csw) |
G4double | GetCrossSectionWeight () const |
void | StoreParticleName (G4String pn) |
G4String | GetParticleName () const |
void | StoreParticleType (G4int pt) |
G4int | GetParticleType () const |
Private Attributes | |
G4int | DetectorID |
G4double | time |
G4int | TrackID |
G4int | ParentID |
G4String | CreatorProcessName |
G4ThreeVector | localPos |
G4ThreeVector | worldPos |
G4ThreeVector | localMomentum |
G4ThreeVector | worldMomentum |
G4ThreeVector | cellPos |
G4RotationMatrix | cellRot |
const G4LogicalVolume * | pLogV |
G4ThreeVector | originVertexPosition |
G4ThreeVector | originVertexMomentumDirection |
G4double | originVertexKineticEnergy |
G4double | originVertexTotalEnergy |
G4ThreeVector | currentMomentumDirection |
G4double | currentKineticEnergy |
G4double | currentTotalEnergy |
G4ThreeVector | currentPolarization |
G4double | primaryQ2 |
G4double | crossSection |
G4double | crossSectionWeight |
G4String | particleName |
G4int | particleType |
Handling of a hit in the Cerenkov detector.
Definition at line 14 of file QweakSimCerenkov_DetectorHit.hh.
QweakSimCerenkov_DetectorHit::QweakSimCerenkov_DetectorHit | ( | ) |
Definition at line 5 of file QweakSimCerenkov_DetectorHit.cc.
References CreatorProcessName, crossSection, crossSectionWeight, currentKineticEnergy, currentMomentumDirection, currentPolarization, currentTotalEnergy, DetectorID, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, ParentID, particleName, particleType, pLogV, primaryQ2, time, and TrackID.
QweakSimCerenkov_DetectorHit::QweakSimCerenkov_DetectorHit | ( | G4int | detector_id | ) |
Definition at line 33 of file QweakSimCerenkov_DetectorHit.cc.
References DetectorID, pLogV, and time.
|
virtual |
Definition at line 41 of file QweakSimCerenkov_DetectorHit.cc.
QweakSimCerenkov_DetectorHit::QweakSimCerenkov_DetectorHit | ( | const QweakSimCerenkov_DetectorHit & | right | ) |
Definition at line 44 of file QweakSimCerenkov_DetectorHit.cc.
References cellPos, cellRot, CreatorProcessName, currentKineticEnergy, currentMomentumDirection, currentPolarization, currentTotalEnergy, DetectorID, localMomentum, localPos, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, ParentID, particleName, particleType, pLogV, time, TrackID, worldMomentum, and worldPos.
|
virtual |
Definition at line 118 of file QweakSimCerenkov_DetectorHit.cc.
|
inline |
Definition at line 101 of file QweakSimCerenkov_DetectorHit.hh.
References cellPos.
|
inline |
Definition at line 104 of file QweakSimCerenkov_DetectorHit.hh.
References cellRot.
|
inline |
Definition at line 79 of file QweakSimCerenkov_DetectorHit.hh.
References CreatorProcessName.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 143 of file QweakSimCerenkov_DetectorHit.hh.
References crossSection.
|
inline |
Definition at line 146 of file QweakSimCerenkov_DetectorHit.hh.
References crossSectionWeight.
|
inline |
Definition at line 82 of file QweakSimCerenkov_DetectorHit.hh.
References DetectorID.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 85 of file QweakSimCerenkov_DetectorHit.hh.
References time.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 127 of file QweakSimCerenkov_DetectorHit.hh.
References currentKineticEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 94 of file QweakSimCerenkov_DetectorHit.hh.
References localMomentum.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 88 of file QweakSimCerenkov_DetectorHit.hh.
References localPos.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 107 of file QweakSimCerenkov_DetectorHit.hh.
References pLogV.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 124 of file QweakSimCerenkov_DetectorHit.hh.
References currentMomentumDirection.
|
inline |
Definition at line 116 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexKineticEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 113 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexMomentumDirection.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 110 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexPosition.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 119 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 76 of file QweakSimCerenkov_DetectorHit.hh.
References ParentID.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 151 of file QweakSimCerenkov_DetectorHit.hh.
References particleName.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 154 of file QweakSimCerenkov_DetectorHit.hh.
References particleType.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 135 of file QweakSimCerenkov_DetectorHit.hh.
References currentPolarization.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 140 of file QweakSimCerenkov_DetectorHit.hh.
References primaryQ2.
|
inline |
Definition at line 130 of file QweakSimCerenkov_DetectorHit.hh.
References currentTotalEnergy.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 73 of file QweakSimCerenkov_DetectorHit.hh.
References TrackID.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 97 of file QweakSimCerenkov_DetectorHit.hh.
References worldMomentum.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 91 of file QweakSimCerenkov_DetectorHit.hh.
References worldPos.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 173 of file QweakSimCerenkov_DetectorHit.hh.
References QweakSimCerenkovDetectorHitAllocator.
|
inline |
Definition at line 165 of file QweakSimCerenkov_DetectorHit.hh.
References QweakSimCerenkovDetectorHitAllocator.
const QweakSimCerenkov_DetectorHit & QweakSimCerenkov_DetectorHit::operator= | ( | const QweakSimCerenkov_DetectorHit & | right | ) |
Definition at line 78 of file QweakSimCerenkov_DetectorHit.cc.
References cellPos, cellRot, CreatorProcessName, currentKineticEnergy, currentMomentumDirection, currentPolarization, currentTotalEnergy, DetectorID, localMomentum, localPos, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, ParentID, particleName, particleType, pLogV, time, TrackID, worldMomentum, and worldPos.
int QweakSimCerenkov_DetectorHit::operator== | ( | const QweakSimCerenkov_DetectorHit & | right | ) | const |
Definition at line 111 of file QweakSimCerenkov_DetectorHit.cc.
|
virtual |
Definition at line 147 of file QweakSimCerenkov_DetectorHit.cc.
References DetectorID, localPos, time, and worldPos.
Referenced by QweakSimEventAction::EndOfEventAction().
|
inline |
Definition at line 100 of file QweakSimCerenkov_DetectorHit.hh.
References cellPos.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 103 of file QweakSimCerenkov_DetectorHit.hh.
References cellRot.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 78 of file QweakSimCerenkov_DetectorHit.hh.
References CreatorProcessName.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 142 of file QweakSimCerenkov_DetectorHit.hh.
References crossSection.
|
inline |
Definition at line 145 of file QweakSimCerenkov_DetectorHit.hh.
References crossSectionWeight.
|
inline |
Definition at line 81 of file QweakSimCerenkov_DetectorHit.hh.
References DetectorID.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 84 of file QweakSimCerenkov_DetectorHit.hh.
References time.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 126 of file QweakSimCerenkov_DetectorHit.hh.
References currentKineticEnergy.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 93 of file QweakSimCerenkov_DetectorHit.hh.
References localMomentum.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 87 of file QweakSimCerenkov_DetectorHit.hh.
References localPos.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 106 of file QweakSimCerenkov_DetectorHit.hh.
References pLogV.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 123 of file QweakSimCerenkov_DetectorHit.hh.
References currentMomentumDirection.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 115 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexKineticEnergy.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 112 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexMomentumDirection.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 109 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexPosition.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 118 of file QweakSimCerenkov_DetectorHit.hh.
References originVertexTotalEnergy.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 75 of file QweakSimCerenkov_DetectorHit.hh.
References ParentID.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 150 of file QweakSimCerenkov_DetectorHit.hh.
References particleName.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 153 of file QweakSimCerenkov_DetectorHit.hh.
References particleType.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 134 of file QweakSimCerenkov_DetectorHit.hh.
References currentPolarization.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 139 of file QweakSimCerenkov_DetectorHit.hh.
References primaryQ2.
|
inline |
Definition at line 129 of file QweakSimCerenkov_DetectorHit.hh.
References currentTotalEnergy.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 72 of file QweakSimCerenkov_DetectorHit.hh.
References TrackID.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 96 of file QweakSimCerenkov_DetectorHit.hh.
References worldMomentum.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
Definition at line 90 of file QweakSimCerenkov_DetectorHit.hh.
References worldPos.
Referenced by QweakSimCerenkov_DetectorSD::ProcessHits().
|
inline |
|
inline |
|
private |
Definition at line 49 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetCellPosition(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreCellPosition().
|
private |
Definition at line 50 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetCellRotation(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreCellRotation().
|
private |
Definition at line 41 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetCreatorProcessName(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreCreatorProcessName().
|
private |
Definition at line 64 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetCrossSection(), QweakSimCerenkov_DetectorHit(), and StoreCrossSection().
|
private |
Definition at line 65 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetCrossSectionWeight(), QweakSimCerenkov_DetectorHit(), and StoreCrossSectionWeight().
|
private |
Definition at line 59 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetKineticEnergy(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreKineticEnergy().
|
private |
Definition at line 58 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetMomentumDirection(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreMomentumDirection().
|
private |
Definition at line 61 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetPolarization(), operator=(), QweakSimCerenkov_DetectorHit(), and StorePolarization().
|
private |
Definition at line 60 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetTotalEnergy(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreTotalEnergy().
|
private |
Definition at line 36 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetDetectorID(), operator=(), Print(), QweakSimCerenkov_DetectorHit(), and StoreDetectorID().
|
private |
Definition at line 46 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetLocalMomentum(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreLocalMomentum().
|
private |
Definition at line 43 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetLocalPosition(), operator=(), Print(), QweakSimCerenkov_DetectorHit(), and StoreLocalPosition().
|
private |
Definition at line 55 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetOriginVertexKineticEnergy(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreOriginVertexKineticEnergy().
|
private |
Definition at line 54 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetOriginVertexMomentumDirection(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreOriginVertexMomentumDirection().
|
private |
Definition at line 53 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetOriginVertexPosition(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreOriginVertexPosition().
|
private |
Definition at line 56 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetOriginVertexTotalEnergy(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreOriginVertexTotalEnergy().
|
private |
Definition at line 40 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetParentID(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreParentID().
|
private |
Definition at line 67 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetParticleName(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreParticleName().
|
private |
Definition at line 68 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetParticleType(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreParticleType().
|
private |
Definition at line 51 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetLogVolume(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreLogVolume().
|
private |
Definition at line 63 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetPrimaryQ2(), QweakSimCerenkov_DetectorHit(), and StorePrimaryQ2().
|
private |
Definition at line 37 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetGlobalTime(), operator=(), Print(), QweakSimCerenkov_DetectorHit(), and StoreGlobalTime().
|
private |
Definition at line 39 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetTrackID(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreTrackID().
|
private |
Definition at line 47 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetWorldMomentum(), operator=(), QweakSimCerenkov_DetectorHit(), and StoreWorldMomentum().
|
private |
Definition at line 44 of file QweakSimCerenkov_DetectorHit.hh.
Referenced by GetWorldPosition(), operator=(), Print(), QweakSimCerenkov_DetectorHit(), and StoreWorldPosition().