QwGeant4
QweakSimTungstenPlug_DetectorHit Class Reference

#include <QweakSimTungstenPlug_DetectorHit.hh>

Inherits G4VHit.

Public Member Functions

 QweakSimTungstenPlug_DetectorHit ()
 
 QweakSimTungstenPlug_DetectorHit (G4int detector_id)
 
virtual ~QweakSimTungstenPlug_DetectorHit ()
 
 QweakSimTungstenPlug_DetectorHit (const QweakSimTungstenPlug_DetectorHit &right)
 
const
QweakSimTungstenPlug_DetectorHit
operator= (const QweakSimTungstenPlug_DetectorHit &right)
 
int operator== (const QweakSimTungstenPlug_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 StoreDepositedEnergy (G4double dpeg)
 
void AddDepositedEnergy (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 depositedEnergy
 
G4ThreeVector cellPos
 
G4RotationMatrix cellRot
 
const G4LogicalVolume * pLogV
 

Detailed Description

Definition at line 16 of file QweakSimTungstenPlug_DetectorHit.hh.

Constructor & Destructor Documentation

QweakSimTungstenPlug_DetectorHit::QweakSimTungstenPlug_DetectorHit ( )

Definition at line 21 of file QweakSimTungstenPlug_DetectorHit.cc.

References currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergy, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.

22 {
23  detectorID = -1;
24 
25  primaryEventNumber = -1;
26 
27  trackID = -1.;
28 
29  particleName = "None";
30  particleType = -1;
31 
32  time = 0.;
33 
34  hasBeenHit = 0;
35  edgeEventFlag = 0;
36  nbOfHits = 0;
37 
38  worldPos = G4ThreeVector(0.0,0.0,0.0);
39  localPos = G4ThreeVector(0.0,0.0,0.0);
40  localExitPos = G4ThreeVector(0.0,0.0,0.0);
41  originVertexPosition = G4ThreeVector(0.0,0.0,0.0);
42 
43  worldMomentum = G4ThreeVector(0.0,0.0,0.0);
44  localMomentum = G4ThreeVector(0.0,0.0,0.0);
45  currentMomentumDirection = G4ThreeVector(0.0,0.0,0.0);
46  originVertexMomentumDirection = G4ThreeVector(0.0,0.0,0.0);
47 
50 
52  currentTotalEnergy = 0.;
53 
54  //--- TungstenPlug deposited energy
55  depositedEnergy = 0.;
56 
57  pLogV = 0;
58 }
QweakSimTungstenPlug_DetectorHit::QweakSimTungstenPlug_DetectorHit ( G4int  detector_id)

Definition at line 64 of file QweakSimTungstenPlug_DetectorHit.cc.

References detectorID, pLogV, and time.

QweakSimTungstenPlug_DetectorHit::~QweakSimTungstenPlug_DetectorHit ( )
virtual

Definition at line 76 of file QweakSimTungstenPlug_DetectorHit.cc.

77 {;}
QweakSimTungstenPlug_DetectorHit::QweakSimTungstenPlug_DetectorHit ( const QweakSimTungstenPlug_DetectorHit right)

Definition at line 83 of file QweakSimTungstenPlug_DetectorHit.cc.

References cellPos, cellRot, currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergy, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.

84 : G4VHit()
85 {
86  detectorID = right.detectorID;
87 
89 
90  trackID = right.trackID;
91 
92  particleName = right.particleName;
93  particleType = right.particleType;
94 
95  time = right.time;
96 
97  hasBeenHit = right.hasBeenHit;
99  nbOfHits = right.nbOfHits;
100 
101  worldPos = right.worldPos;
102  localPos = right.localPos;
103  localExitPos = right.localExitPos;
105 
110 
113 
116 
117  //--- TungstenPlug deposited energy
119 
120  cellPos = right.cellPos;
121  cellRot = right.cellRot;
122  pLogV = right.pLogV;
123 
124 }

Member Function Documentation

void QweakSimTungstenPlug_DetectorHit::AddDepositedEnergy ( G4double  dpeg)
inline
void QweakSimTungstenPlug_DetectorHit::Draw ( )
virtual

Definition at line 198 of file QweakSimTungstenPlug_DetectorHit.cc.

References worldPos.

199 {
200  G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance();
201 
202  if (pVVisManager)
203  {
204  //--- draw small yellow balls for the impact point
205 
206  G4Colour colourHit (255/255., 255/255., 0/255.); // yellow
207 
208  G4VisAttributes attribs(colourHit);
209 
210  G4Circle circle(worldPos);
211  circle.SetScreenSize(0.01);
212  circle.SetFillStyle(G4Circle::filled);
213  circle.SetVisAttributes(attribs);
214 
215  pVVisManager->Draw(circle);
216 
217  //--- draw/overlay a white drift cell for a hit
218 
219  // G4Transform3D trans(cellRot.inverse(),cellPos);
220  // const G4VisAttributes* pVA = pLogV->GetVisAttributes();
221  // if(pVA) attribs = *pVA;
222  // G4Colour colourCell (1.,1.,1.); // white
223  // attribs.SetColour(colourCell);
224  // attribs.SetForceSolid(true);
225  // attribs.SetVisibility(true);
226  // pVVisManager->Draw(*pLogV,attribs,trans);
227 
228  }
229 
230 }
G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetCellPosition ( ) const
inline

Definition at line 184 of file QweakSimTungstenPlug_DetectorHit.hh.

References cellPos.

G4RotationMatrix QweakSimTungstenPlug_DetectorHit::GetCellRotation ( ) const
inline

Definition at line 187 of file QweakSimTungstenPlug_DetectorHit.hh.

References cellRot.

G4int QweakSimTungstenPlug_DetectorHit::GetEdgeEventFlag ( ) const
inline
G4double QweakSimTungstenPlug_DetectorHit::GetGlobalTime ( ) const
inline

Definition at line 110 of file QweakSimTungstenPlug_DetectorHit.hh.

References time.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTungstenPlug_DetectorHit::GetHasBeenHit ( ) const
inline
G4double QweakSimTungstenPlug_DetectorHit::GetHitDepositedEnergy ( ) const
inline

Definition at line 179 of file QweakSimTungstenPlug_DetectorHit.hh.

References depositedEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTungstenPlug_DetectorHit::GetKineticEnergy ( ) const
inline

Definition at line 170 of file QweakSimTungstenPlug_DetectorHit.hh.

References currentKineticEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetLocalExitPosition ( ) const
inline

Definition at line 135 of file QweakSimTungstenPlug_DetectorHit.hh.

References localExitPos.

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetLocalMomentum ( ) const
inline

Definition at line 149 of file QweakSimTungstenPlug_DetectorHit.hh.

References localMomentum.

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetLocalPosition ( ) const
inline

Definition at line 131 of file QweakSimTungstenPlug_DetectorHit.hh.

References localPos.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

const G4LogicalVolume* QweakSimTungstenPlug_DetectorHit::GetLogVolume ( ) const
inline

Definition at line 190 of file QweakSimTungstenPlug_DetectorHit.hh.

References pLogV.

190 {return pLogV;}
G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetMomentumDirection ( ) const
inline

Definition at line 153 of file QweakSimTungstenPlug_DetectorHit.hh.

References currentMomentumDirection.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTungstenPlug_DetectorHit::GetNbOfHits ( ) const
inline
G4double QweakSimTungstenPlug_DetectorHit::GetOriginVertexKineticEnergy ( ) const
inline

Definition at line 162 of file QweakSimTungstenPlug_DetectorHit.hh.

References originVertexKineticEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetOriginVertexMomentumDirection ( ) const
inline

Definition at line 157 of file QweakSimTungstenPlug_DetectorHit.hh.

References originVertexMomentumDirection.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetOriginVertexPosition ( ) const
inline

Definition at line 139 of file QweakSimTungstenPlug_DetectorHit.hh.

References originVertexPosition.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTungstenPlug_DetectorHit::GetOriginVertexTotalEnergy ( ) const
inline

Definition at line 165 of file QweakSimTungstenPlug_DetectorHit.hh.

References originVertexTotalEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4String QweakSimTungstenPlug_DetectorHit::GetParticleName ( ) const
inline

Definition at line 102 of file QweakSimTungstenPlug_DetectorHit.hh.

References particleName.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTungstenPlug_DetectorHit::GetParticleType ( ) const
inline

Definition at line 105 of file QweakSimTungstenPlug_DetectorHit.hh.

References particleType.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTungstenPlug_DetectorHit::GetPrimaryEventNumber ( ) const
inline
G4double QweakSimTungstenPlug_DetectorHit::GetTotalEnergy ( ) const
inline

Definition at line 173 of file QweakSimTungstenPlug_DetectorHit.hh.

References currentTotalEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTungstenPlug_DetectorHit::GetTrackID ( ) const
inline

Definition at line 97 of file QweakSimTungstenPlug_DetectorHit.hh.

References trackID.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetWorldMomentum ( ) const
inline

Definition at line 145 of file QweakSimTungstenPlug_DetectorHit.hh.

References worldMomentum.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTungstenPlug_DetectorHit::GetWorldPosition ( ) const
inline

Definition at line 127 of file QweakSimTungstenPlug_DetectorHit.hh.

References worldPos.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void QweakSimTungstenPlug_DetectorHit::operator delete ( void *  aHit)
inline

Definition at line 217 of file QweakSimTungstenPlug_DetectorHit.hh.

References QweakSimTungstenPlug_DetectorHitAllocator.

218 {
220 }
G4Allocator< QweakSimTungstenPlug_DetectorHit > QweakSimTungstenPlug_DetectorHitAllocator
void * QweakSimTungstenPlug_DetectorHit::operator new ( size_t  )
inline

Definition at line 206 of file QweakSimTungstenPlug_DetectorHit.hh.

References QweakSimTungstenPlug_DetectorHitAllocator.

207 {
208  void* aHit;
209  aHit = (void*) QweakSimTungstenPlug_DetectorHitAllocator.MallocSingle();
210  return aHit;
211 }
G4Allocator< QweakSimTungstenPlug_DetectorHit > QweakSimTungstenPlug_DetectorHitAllocator
const QweakSimTungstenPlug_DetectorHit & QweakSimTungstenPlug_DetectorHit::operator= ( const QweakSimTungstenPlug_DetectorHit right)

Definition at line 130 of file QweakSimTungstenPlug_DetectorHit.cc.

References cellPos, cellRot, currentKineticEnergy, currentMomentumDirection, currentTotalEnergy, depositedEnergy, detectorID, edgeEventFlag, hasBeenHit, localExitPos, localMomentum, localPos, nbOfHits, originVertexKineticEnergy, originVertexMomentumDirection, originVertexPosition, originVertexTotalEnergy, particleName, particleType, pLogV, primaryEventNumber, time, trackID, worldMomentum, and worldPos.

131 {
132  detectorID = right.detectorID;
133 
135 
136  trackID = right.trackID;
137 
138  particleName = right.particleName;
139  particleType = right.particleType;
140 
141  time = right.time;
142 
143  hasBeenHit = right.hasBeenHit;
145  nbOfHits = right.nbOfHits;
146 
147  worldPos = right.worldPos;
148  localPos = right.localPos;
149  localExitPos = right.localExitPos;
151 
156 
157  //originVertexThetaAngle = right.originVertexthetaAngle;
158  //originVertexPhiAngle = right.originVertexPhiAngle;
159 
162 
165 
166  //primaryQ2 = right.primaryQ2;
167  //crossSection = right.crossSection;
168  //crossSectionWeight = right.crossSectionWeight;
169 
170  //globalThetaAngle = right.globalThetaAngle;
171  //globalPhiAngle = right.globalPhiAngle;
172 
173  //--- TungstenPlug deposited energy
175 
176  cellPos = right.cellPos;
177  cellRot = right.cellRot;
178  pLogV = right.pLogV;
179 
180  return *this;
181 
182 }
int QweakSimTungstenPlug_DetectorHit::operator== ( const QweakSimTungstenPlug_DetectorHit right) const

Definition at line 188 of file QweakSimTungstenPlug_DetectorHit.cc.

189 {
190  //return (this==&right) ? 1 : 0;
191  return 0;
192 }
void QweakSimTungstenPlug_DetectorHit::Print ( )
virtual

Definition at line 236 of file QweakSimTungstenPlug_DetectorHit.cc.

237 {
238  // G4cout << " TungstenPlug[" << DetectorID << "] : time " << time/ns
239  // << " (nsec) --- local (x,y,z) [cm] "
240  // << localPos.x()/cm << ", "
241  // << localPos.y()/cm << ", "
242  // << localPos.z()/cm << ", "
243  // << G4endl;
244 }
void QweakSimTungstenPlug_DetectorHit::StoreCellPosition ( G4ThreeVector  xyz)
inline

Definition at line 183 of file QweakSimTungstenPlug_DetectorHit.hh.

References cellPos.

void QweakSimTungstenPlug_DetectorHit::StoreCellRotation ( G4RotationMatrix  rmat)
inline

Definition at line 186 of file QweakSimTungstenPlug_DetectorHit.hh.

References cellRot.

void QweakSimTungstenPlug_DetectorHit::StoreDepositedEnergy ( G4double  dpeg)
inline
void QweakSimTungstenPlug_DetectorHit::StoreEdgeEventFlag ( G4int  flag)
inline
void QweakSimTungstenPlug_DetectorHit::StoreGlobalTime ( G4double  t)
inline

Definition at line 109 of file QweakSimTungstenPlug_DetectorHit.hh.

References time.

void QweakSimTungstenPlug_DetectorHit::StoreHasBeenHit ( G4int  n)
inline
void QweakSimTungstenPlug_DetectorHit::StoreKineticEnergy ( G4double  ekin)
inline
void QweakSimTungstenPlug_DetectorHit::StoreLocalExitPosition ( G4ThreeVector  xyz)
inline

Definition at line 134 of file QweakSimTungstenPlug_DetectorHit.hh.

References localExitPos.

void QweakSimTungstenPlug_DetectorHit::StoreLocalMomentum ( G4ThreeVector  lpxyz)
inline

Definition at line 148 of file QweakSimTungstenPlug_DetectorHit.hh.

References localMomentum.

void QweakSimTungstenPlug_DetectorHit::StoreLocalPosition ( G4ThreeVector  xyz)
inline

Definition at line 130 of file QweakSimTungstenPlug_DetectorHit.hh.

References localPos.

void QweakSimTungstenPlug_DetectorHit::StoreLogVolume ( G4LogicalVolume *  val)
inline

Definition at line 189 of file QweakSimTungstenPlug_DetectorHit.hh.

References pLogV.

189 { pLogV = val; }
void QweakSimTungstenPlug_DetectorHit::StoreMomentumDirection ( G4ThreeVector  pxyz)
inline
void QweakSimTungstenPlug_DetectorHit::StoreNbOfHits ( G4int  nd)
inline
void QweakSimTungstenPlug_DetectorHit::StoreOriginVertexKineticEnergy ( G4double  oekin)
inline
void QweakSimTungstenPlug_DetectorHit::StoreOriginVertexMomentumDirection ( G4ThreeVector  opxyz)
inline
void QweakSimTungstenPlug_DetectorHit::StoreOriginVertexPosition ( G4ThreeVector  oxyz)
inline
void QweakSimTungstenPlug_DetectorHit::StoreOriginVertexTotalEnergy ( G4double  oetot)
inline
void QweakSimTungstenPlug_DetectorHit::StoreParticleName ( G4String  pn)
inline
void QweakSimTungstenPlug_DetectorHit::StoreParticleType ( G4int  pt)
inline
void QweakSimTungstenPlug_DetectorHit::StorePrimaryEventNumber ( G4int  pen)
inline
void QweakSimTungstenPlug_DetectorHit::StoreTotalEnergy ( G4double  etot)
inline
void QweakSimTungstenPlug_DetectorHit::StoreTrackID ( G4double  tid)
inline

Definition at line 96 of file QweakSimTungstenPlug_DetectorHit.hh.

References trackID.

void QweakSimTungstenPlug_DetectorHit::StoreWorldMomentum ( G4ThreeVector  gpxyz)
inline

Definition at line 144 of file QweakSimTungstenPlug_DetectorHit.hh.

References worldMomentum.

void QweakSimTungstenPlug_DetectorHit::StoreWorldPosition ( G4ThreeVector  xyz)
inline

Definition at line 126 of file QweakSimTungstenPlug_DetectorHit.hh.

References worldPos.

float QweakSimTungstenPlug_DetectorHit::x ( )
inline
float QweakSimTungstenPlug_DetectorHit::y ( )
inline

Field Documentation

G4ThreeVector QweakSimTungstenPlug_DetectorHit::cellPos
private
G4RotationMatrix QweakSimTungstenPlug_DetectorHit::cellRot
private
G4double QweakSimTungstenPlug_DetectorHit::currentKineticEnergy
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::currentMomentumDirection
private
G4double QweakSimTungstenPlug_DetectorHit::currentTotalEnergy
private
G4double QweakSimTungstenPlug_DetectorHit::depositedEnergy
private
G4int QweakSimTungstenPlug_DetectorHit::detectorID
private
G4int QweakSimTungstenPlug_DetectorHit::edgeEventFlag
private
G4int QweakSimTungstenPlug_DetectorHit::hasBeenHit
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::localExitPos
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::localMomentum
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::localPos
private
G4int QweakSimTungstenPlug_DetectorHit::nbOfHits
private
G4double QweakSimTungstenPlug_DetectorHit::originVertexKineticEnergy
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::originVertexMomentumDirection
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::originVertexPosition
private
G4double QweakSimTungstenPlug_DetectorHit::originVertexTotalEnergy
private
G4String QweakSimTungstenPlug_DetectorHit::particleName
private
G4int QweakSimTungstenPlug_DetectorHit::particleType
private
const G4LogicalVolume* QweakSimTungstenPlug_DetectorHit::pLogV
private
G4int QweakSimTungstenPlug_DetectorHit::primaryEventNumber
private
G4double QweakSimTungstenPlug_DetectorHit::time
private
G4double QweakSimTungstenPlug_DetectorHit::trackID
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::worldMomentum
private
G4ThreeVector QweakSimTungstenPlug_DetectorHit::worldPos
private

The documentation for this class was generated from the following files: