Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -353,6 +353,12 @@ namespace G4INCL {
|
||||
|
||||
G4bool getInverseKinematics() const { return inverseKinematics; }
|
||||
|
||||
/// \brief Get the hadronization time
|
||||
G4double getDecayTimeThreshold() const { return decayTimeThreshold; }
|
||||
|
||||
/// \brief Set the hadronization time
|
||||
void setDecayTimeThreshold(const G4double t) { decayTimeThreshold=t; }
|
||||
|
||||
private:
|
||||
|
||||
G4int verbosity;
|
||||
@@ -471,6 +477,8 @@ namespace G4INCL {
|
||||
|
||||
G4bool inverseKinematics;
|
||||
|
||||
G4double decayTimeThreshold;
|
||||
|
||||
friend class ::ConfigParser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user