Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -113,6 +113,10 @@ public:
// access to an hadronic interaction by name
G4HadronicInteraction* GetHadronicModel(const G4String&);
// access to the chosen generator
inline G4HadronicInteraction* GetHadronicInteraction() const
{ return theInteraction; }
// get inverse cross section per volume
G4double GetMeanFreePath(const G4Track &aTrack, G4double,
@@ -177,10 +181,6 @@ protected:
void DumpState(const G4Track&, const G4String&, G4ExceptionDescription&);
// access to the chosen generator
inline G4HadronicInteraction* GetHadronicInteraction() const
{ return theInteraction; }
// access to the cross section data set
inline G4double GetLastCrossSection()
{ return theLastCrossSection; }