QwGeant4
QweakSimTarget_DetectorHit Class Reference

#include <QweakSimTarget_DetectorHit.hh>

Inherits G4VHit.

Public Member Functions

 QweakSimTarget_DetectorHit ()
 
virtual ~QweakSimTarget_DetectorHit ()
 
 QweakSimTarget_DetectorHit (const QweakSimTarget_DetectorHit &right)
 
const QweakSimTarget_DetectorHitoperator= (const QweakSimTarget_DetectorHit &right)
 
int operator== (const QweakSimTarget_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 QweakSimTarget_DetectorHit.hh.

Constructor & Destructor Documentation

QweakSimTarget_DetectorHit::QweakSimTarget_DetectorHit ( )

Definition at line 21 of file QweakSimTarget_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  //--- Target deposited energy
55  depositedEnergy = 0.;
56 
57  pLogV = 0;
58 }
QweakSimTarget_DetectorHit::~QweakSimTarget_DetectorHit ( )
virtual

Definition at line 63 of file QweakSimTarget_DetectorHit.cc.

64 {;}
QweakSimTarget_DetectorHit::QweakSimTarget_DetectorHit ( const QweakSimTarget_DetectorHit right)

Definition at line 70 of file QweakSimTarget_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.

71 : G4VHit()
72 {
73  detectorID = right.detectorID;
74 
76 
77  trackID = right.trackID;
78 
79  particleName = right.particleName;
80  particleType = right.particleType;
81 
82  time = right.time;
83 
84  hasBeenHit = right.hasBeenHit;
86  nbOfHits = right.nbOfHits;
87 
88  worldPos = right.worldPos;
89  localPos = right.localPos;
90  localExitPos = right.localExitPos;
92 
97 
100 
103 
104  //--- Target deposited energy
106 
107  cellPos = right.cellPos;
108  cellRot = right.cellRot;
109  pLogV = right.pLogV;
110 
111 }

Member Function Documentation

void QweakSimTarget_DetectorHit::AddDepositedEnergy ( G4double  dpeg)
inline

Definition at line 177 of file QweakSimTarget_DetectorHit.hh.

References depositedEnergy.

void QweakSimTarget_DetectorHit::Draw ( )
virtual

Definition at line 175 of file QweakSimTarget_DetectorHit.cc.

References worldPos.

176 {
177  G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance();
178 
179  if (pVVisManager)
180  {
181  //--- draw small yellow balls for the impact point
182 
183  G4Colour colourHit (255/255., 255/255., 0/255.); // yellow
184 
185  G4VisAttributes attribs(colourHit);
186 
187  G4Circle circle(worldPos);
188  circle.SetScreenSize(0.01);
189  circle.SetFillStyle(G4Circle::filled);
190  circle.SetVisAttributes(attribs);
191 
192  pVVisManager->Draw(circle);
193 
194  //--- draw/overlay a white drift cell for a hit
195 
196  // G4Transform3D trans(cellRot.inverse(),cellPos);
197  // const G4VisAttributes* pVA = pLogV->GetVisAttributes();
198  // if(pVA) attribs = *pVA;
199  // G4Colour colourCell (1.,1.,1.); // white
200  // attribs.SetColour(colourCell);
201  // attribs.SetForceSolid(true);
202  // attribs.SetVisibility(true);
203  // pVVisManager->Draw(*pLogV,attribs,trans);
204 
205  }
206 
207 }
G4ThreeVector QweakSimTarget_DetectorHit::GetCellPosition ( ) const
inline

Definition at line 183 of file QweakSimTarget_DetectorHit.hh.

References cellPos.

183 {return cellPos;}
G4RotationMatrix QweakSimTarget_DetectorHit::GetCellRotation ( ) const
inline

Definition at line 186 of file QweakSimTarget_DetectorHit.hh.

References cellRot.

186 {return cellRot;}
G4int QweakSimTarget_DetectorHit::GetEdgeEventFlag ( ) const
inline

Definition at line 117 of file QweakSimTarget_DetectorHit.hh.

References edgeEventFlag.

G4double QweakSimTarget_DetectorHit::GetGlobalTime ( ) const
inline

Definition at line 109 of file QweakSimTarget_DetectorHit.hh.

References time.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTarget_DetectorHit::GetHasBeenHit ( ) const
inline

Definition at line 114 of file QweakSimTarget_DetectorHit.hh.

References hasBeenHit.

G4double QweakSimTarget_DetectorHit::GetHitDepositedEnergy ( ) const
inline

Definition at line 178 of file QweakSimTarget_DetectorHit.hh.

References depositedEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTarget_DetectorHit::GetKineticEnergy ( ) const
inline

Definition at line 169 of file QweakSimTarget_DetectorHit.hh.

References currentKineticEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTarget_DetectorHit::GetLocalExitPosition ( ) const
inline

Definition at line 134 of file QweakSimTarget_DetectorHit.hh.

References localExitPos.

134 {return localExitPos;}
G4ThreeVector QweakSimTarget_DetectorHit::GetLocalMomentum ( ) const
inline

Definition at line 148 of file QweakSimTarget_DetectorHit.hh.

References localMomentum.

G4ThreeVector QweakSimTarget_DetectorHit::GetLocalPosition ( ) const
inline

Definition at line 130 of file QweakSimTarget_DetectorHit.hh.

References localPos.

Referenced by QweakSimEventAction::EndOfEventAction().

130 {return localPos;}

+ Here is the caller graph for this function:

const G4LogicalVolume* QweakSimTarget_DetectorHit::GetLogVolume ( ) const
inline

Definition at line 189 of file QweakSimTarget_DetectorHit.hh.

References pLogV.

189 {return pLogV;}
G4ThreeVector QweakSimTarget_DetectorHit::GetMomentumDirection ( ) const
inline

Definition at line 152 of file QweakSimTarget_DetectorHit.hh.

References currentMomentumDirection.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTarget_DetectorHit::GetNbOfHits ( ) const
inline

Definition at line 120 of file QweakSimTarget_DetectorHit.hh.

References nbOfHits.

G4double QweakSimTarget_DetectorHit::GetOriginVertexKineticEnergy ( ) const
inline

Definition at line 161 of file QweakSimTarget_DetectorHit.hh.

References originVertexKineticEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTarget_DetectorHit::GetOriginVertexMomentumDirection ( ) const
inline

Definition at line 156 of file QweakSimTarget_DetectorHit.hh.

References originVertexMomentumDirection.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTarget_DetectorHit::GetOriginVertexPosition ( ) const
inline

Definition at line 138 of file QweakSimTarget_DetectorHit.hh.

References originVertexPosition.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTarget_DetectorHit::GetOriginVertexTotalEnergy ( ) const
inline

Definition at line 164 of file QweakSimTarget_DetectorHit.hh.

References originVertexTotalEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4String QweakSimTarget_DetectorHit::GetParticleName ( ) const
inline

Definition at line 101 of file QweakSimTarget_DetectorHit.hh.

References particleName.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4int QweakSimTarget_DetectorHit::GetParticleType ( ) const
inline

Definition at line 104 of file QweakSimTarget_DetectorHit.hh.

References particleType.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

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

Definition at line 172 of file QweakSimTarget_DetectorHit.hh.

References currentTotalEnergy.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4double QweakSimTarget_DetectorHit::GetTrackID ( ) const
inline

Definition at line 96 of file QweakSimTarget_DetectorHit.hh.

References trackID.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTarget_DetectorHit::GetWorldMomentum ( ) const
inline

Definition at line 144 of file QweakSimTarget_DetectorHit.hh.

References worldMomentum.

Referenced by QweakSimEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

G4ThreeVector QweakSimTarget_DetectorHit::GetWorldPosition ( ) const
inline

Definition at line 126 of file QweakSimTarget_DetectorHit.hh.

References worldPos.

Referenced by QweakSimEventAction::EndOfEventAction().

126 {return worldPos;}

+ Here is the caller graph for this function:

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

Definition at line 210 of file QweakSimTarget_DetectorHit.hh.

References QweakSimTarget_DetectorHitAllocator.

211 {
213 }
G4Allocator< QweakSimTarget_DetectorHit > QweakSimTarget_DetectorHitAllocator
void * QweakSimTarget_DetectorHit::operator new ( size_t  )
inline

Definition at line 201 of file QweakSimTarget_DetectorHit.hh.

References QweakSimTarget_DetectorHitAllocator.

202 {
203  void* aHit;
204  aHit = (void*) QweakSimTarget_DetectorHitAllocator.MallocSingle();
205  return aHit;
206 }
G4Allocator< QweakSimTarget_DetectorHit > QweakSimTarget_DetectorHitAllocator
const QweakSimTarget_DetectorHit & QweakSimTarget_DetectorHit::operator= ( const QweakSimTarget_DetectorHit right)

Definition at line 117 of file QweakSimTarget_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.

118 {
119  detectorID = right.detectorID;
120 
122 
123  trackID = right.trackID;
124 
125  particleName = right.particleName;
126  particleType = right.particleType;
127 
128  time = right.time;
129 
130  hasBeenHit = right.hasBeenHit;
132  nbOfHits = right.nbOfHits;
133 
134  worldPos = right.worldPos;
135  localPos = right.localPos;
136  localExitPos = right.localExitPos;
138 
143 
146 
149 
150  //--- Target deposited energy
152 
153  cellPos = right.cellPos;
154  cellRot = right.cellRot;
155  pLogV = right.pLogV;
156 
157  return *this;
158 
159 }
int QweakSimTarget_DetectorHit::operator== ( const QweakSimTarget_DetectorHit right) const

Definition at line 165 of file QweakSimTarget_DetectorHit.cc.

166 {
167  //return (this==&right) ? 1 : 0;
168  return 0;
169 }
void QweakSimTarget_DetectorHit::Print ( )
virtual

Definition at line 213 of file QweakSimTarget_DetectorHit.cc.

214 {
215  // G4cout << " Target[" << DetectorID << "] : time " << time/ns
216  // << " (nsec) --- local (x,y,z) [cm] "
217  // << localPos.x()/cm << ", "
218  // << localPos.y()/cm << ", "
219  // << localPos.z()/cm << ", "
220  // << G4endl;
221 }
void QweakSimTarget_DetectorHit::StoreCellPosition ( G4ThreeVector  xyz)
inline

Definition at line 182 of file QweakSimTarget_DetectorHit.hh.

References cellPos.

182 { cellPos = xyz; }
void QweakSimTarget_DetectorHit::StoreCellRotation ( G4RotationMatrix  rmat)
inline

Definition at line 185 of file QweakSimTarget_DetectorHit.hh.

References cellRot.

185 { cellRot = rmat; }
void QweakSimTarget_DetectorHit::StoreDepositedEnergy ( G4double  dpeg)
inline

Definition at line 176 of file QweakSimTarget_DetectorHit.hh.

References depositedEnergy.

void QweakSimTarget_DetectorHit::StoreEdgeEventFlag ( G4int  flag)
inline

Definition at line 116 of file QweakSimTarget_DetectorHit.hh.

References edgeEventFlag.

void QweakSimTarget_DetectorHit::StoreGlobalTime ( G4double  t)
inline

Definition at line 108 of file QweakSimTarget_DetectorHit.hh.

References time.

void QweakSimTarget_DetectorHit::StoreHasBeenHit ( G4int  n)
inline

Definition at line 113 of file QweakSimTarget_DetectorHit.hh.

References hasBeenHit.

void QweakSimTarget_DetectorHit::StoreKineticEnergy ( G4double  ekin)
inline

Definition at line 168 of file QweakSimTarget_DetectorHit.hh.

References currentKineticEnergy.

void QweakSimTarget_DetectorHit::StoreLocalExitPosition ( G4ThreeVector  xyz)
inline

Definition at line 133 of file QweakSimTarget_DetectorHit.hh.

References localExitPos.

133 { localExitPos = xyz; }
void QweakSimTarget_DetectorHit::StoreLocalMomentum ( G4ThreeVector  lpxyz)
inline

Definition at line 147 of file QweakSimTarget_DetectorHit.hh.

References localMomentum.

147 { localMomentum = lpxyz; }
void QweakSimTarget_DetectorHit::StoreLocalPosition ( G4ThreeVector  xyz)
inline

Definition at line 129 of file QweakSimTarget_DetectorHit.hh.

References localPos.

129 { localPos = xyz; }
void QweakSimTarget_DetectorHit::StoreLogVolume ( G4LogicalVolume *  val)
inline

Definition at line 188 of file QweakSimTarget_DetectorHit.hh.

References pLogV.

188 { pLogV = val; }
void QweakSimTarget_DetectorHit::StoreMomentumDirection ( G4ThreeVector  pxyz)
inline

Definition at line 151 of file QweakSimTarget_DetectorHit.hh.

References currentMomentumDirection.

void QweakSimTarget_DetectorHit::StoreNbOfHits ( G4int  nd)
inline

Definition at line 119 of file QweakSimTarget_DetectorHit.hh.

References nbOfHits.

void QweakSimTarget_DetectorHit::StoreOriginVertexKineticEnergy ( G4double  oekin)
inline
void QweakSimTarget_DetectorHit::StoreOriginVertexMomentumDirection ( G4ThreeVector  opxyz)
inline
void QweakSimTarget_DetectorHit::StoreOriginVertexPosition ( G4ThreeVector  oxyz)
inline

Definition at line 137 of file QweakSimTarget_DetectorHit.hh.

References originVertexPosition.

void QweakSimTarget_DetectorHit::StoreOriginVertexTotalEnergy ( G4double  oetot)
inline

Definition at line 163 of file QweakSimTarget_DetectorHit.hh.

References originVertexTotalEnergy.

void QweakSimTarget_DetectorHit::StoreParticleName ( G4String  pn)
inline

Definition at line 100 of file QweakSimTarget_DetectorHit.hh.

References particleName.

void QweakSimTarget_DetectorHit::StoreParticleType ( G4int  pt)
inline

Definition at line 103 of file QweakSimTarget_DetectorHit.hh.

References particleType.

void QweakSimTarget_DetectorHit::StorePrimaryEventNumber ( G4int  pen)
inline

Definition at line 90 of file QweakSimTarget_DetectorHit.hh.

References primaryEventNumber.

void QweakSimTarget_DetectorHit::StoreTotalEnergy ( G4double  etot)
inline

Definition at line 171 of file QweakSimTarget_DetectorHit.hh.

References currentTotalEnergy.

void QweakSimTarget_DetectorHit::StoreTrackID ( G4double  tid)
inline

Definition at line 95 of file QweakSimTarget_DetectorHit.hh.

References trackID.

void QweakSimTarget_DetectorHit::StoreWorldMomentum ( G4ThreeVector  gpxyz)
inline

Definition at line 143 of file QweakSimTarget_DetectorHit.hh.

References worldMomentum.

143 { worldMomentum = gpxyz; }
void QweakSimTarget_DetectorHit::StoreWorldPosition ( G4ThreeVector  xyz)
inline

Definition at line 125 of file QweakSimTarget_DetectorHit.hh.

References worldPos.

125 { worldPos = xyz; }
float QweakSimTarget_DetectorHit::x ( )
inline
float QweakSimTarget_DetectorHit::y ( )
inline

Field Documentation

G4ThreeVector QweakSimTarget_DetectorHit::cellPos
private
G4RotationMatrix QweakSimTarget_DetectorHit::cellRot
private
G4double QweakSimTarget_DetectorHit::currentKineticEnergy
private
G4ThreeVector QweakSimTarget_DetectorHit::currentMomentumDirection
private
G4double QweakSimTarget_DetectorHit::currentTotalEnergy
private
G4double QweakSimTarget_DetectorHit::depositedEnergy
private
G4int QweakSimTarget_DetectorHit::detectorID
private

Definition at line 47 of file QweakSimTarget_DetectorHit.hh.

Referenced by operator=(), and QweakSimTarget_DetectorHit().

G4int QweakSimTarget_DetectorHit::edgeEventFlag
private
G4int QweakSimTarget_DetectorHit::hasBeenHit
private
G4ThreeVector QweakSimTarget_DetectorHit::localExitPos
private
G4ThreeVector QweakSimTarget_DetectorHit::localMomentum
private
G4ThreeVector QweakSimTarget_DetectorHit::localPos
private
G4int QweakSimTarget_DetectorHit::nbOfHits
private
G4double QweakSimTarget_DetectorHit::originVertexKineticEnergy
private
G4ThreeVector QweakSimTarget_DetectorHit::originVertexMomentumDirection
private
G4ThreeVector QweakSimTarget_DetectorHit::originVertexPosition
private
G4double QweakSimTarget_DetectorHit::originVertexTotalEnergy
private
G4String QweakSimTarget_DetectorHit::particleName
private
G4int QweakSimTarget_DetectorHit::particleType
private
const G4LogicalVolume* QweakSimTarget_DetectorHit::pLogV
private
G4int QweakSimTarget_DetectorHit::primaryEventNumber
private
G4double QweakSimTarget_DetectorHit::time
private
G4double QweakSimTarget_DetectorHit::trackID
private
G4ThreeVector QweakSimTarget_DetectorHit::worldMomentum
private
G4ThreeVector QweakSimTarget_DetectorHit::worldPos
private

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