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

Method GetLocalTime

source/track/include/G4ParticleChangeForDecay.hh:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128inline
129G4double G4ParticleChangeForDecay::GetLocalTime(G4double timeDelay) const
130{
131 // Convert the time delay to the local time.
132 return theTimeChange + timeDelay;
133}
134
135inline
136const G4ThreeVector* G4ParticleChangeForDecay::GetPolarization() const

Callers 15

InitializeMethod · 0.80
InitializeMethod · 0.80
makeMethod · 0.80
VerboseTrackMethod · 0.80
ShowStepMethod · 0.80
ShowStepMethod · 0.80
DecayItMethod · 0.80
DecayAnalogMethod · 0.80
DecayItMethod · 0.80
DecayItMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected