MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetPosition

Method GetPosition

source/processes/parameterisation/include/G4FastHit.hh:63–63  ·  view source on GitHub ↗

Get position

Source from the content-addressed store, hash-verified

61 inline void SetPosition(const G4ThreeVector& aPosition) { fPosition = aPosition; }
62 /// Get position
63 inline G4ThreeVector GetPosition() const { return fPosition; }
64
65 private:
66 /// energy

Callers 15

DecayItMethod · 0.45
DecayItMethod · 0.45
AtRestDoItMethod · 0.45
SampleIonsAlongStepMethod · 0.45
PostStepDoItMethod · 0.45
AlongStepDeexcitationMethod · 0.45
PostStepDoItMethod · 0.45
ComputeGeomLimitMethod · 0.45
AtRestDoItMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected