Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -60,11 +60,14 @@
#include <vector>
class G4Polyline;
class G4ClonedSmoothTrajectory;
class G4SmoothTrajectory : public G4VTrajectory
{
using G4TrajectoryPointContainer = std::vector<G4VTrajectoryPoint*>;
friend class G4ClonedSmoothTrajectory;
public:
// Constructors/Destructor
//
@@ -80,6 +83,9 @@ class G4SmoothTrajectory : public G4VTrajectory
inline void* operator new(size_t);
inline void operator delete(void*);
// cloning with the master thread allocator
G4VTrajectory* CloneForMaster() const override;
// Get/Set functions
//
inline G4int GetTrackID() const override { return fTrackID; }