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
@@ -54,12 +54,12 @@ class G4VTRModel
const G4String& GetName() const { return fName; };
virtual void GenerateSecondaries(G4VParticleChange& pChange,
std::vector<const G4Material*>& materials,
std::vector<G4double>& steps,
std::vector<G4ThreeVector>& normals,
G4ThreeVector& startingPosition,
const G4Track& track);
virtual void GenerateSecondaries( G4VParticleChange& /* pChange */,
std::vector<const G4Material*>& /* materials */,
std::vector<G4double>& /* steps */,
std::vector<G4ThreeVector>& /* normals */,
G4ThreeVector& /* startingPosition */,
const G4Track& /* track */ ) {};
// disable assignment operator & copy constructor
G4VTRModel& operator=(const G4VTRModel& right) = delete;