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