Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -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;
};