Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
@@ -98,6 +98,9 @@ class G4RichTrajectoryPoint : public G4VTrajectoryPoint
const std::map<G4String, G4AttDef>* GetAttDefs() const override;
std::vector<G4AttValue>* CreateAttValues() const override;
G4double GetPreStepPointGlobalTime() const {return fPreStepPointGlobalTime;}
G4double GetPostStepPointGlobalTime() const {return fPostStepPointGlobalTime;}
private:
G4ThreeVector fPosition{0., 0., 0.};