Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user