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