Import Geant4 10.7.1 source tree
This commit is contained in:
@@ -13,6 +13,11 @@ introduced in the code and keeptrack of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
07-December-2020, Vladimir Ivanchenko (phys-ctor-helastic-V10-06-07)
|
||||
- G4HadronElasticPhysics : fixed type of builder in all hadron
|
||||
elastic constructors (problem #2183)
|
||||
G4IonElasticPhysics, G4ThermalNeutrons - added comments
|
||||
|
||||
01-Oct-2020, V. Ivanchenko (phys-ctor-helastic-V10-06-06)
|
||||
- G4ThermalNeutrons - use G4PhysListUtils to access neutron elastic
|
||||
process
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
#include "G4HadParticles.hh"
|
||||
#include "G4HadProcesses.hh"
|
||||
#include "G4PhysListUtil.hh"
|
||||
#include "G4BuilderType.hh"
|
||||
|
||||
// factory
|
||||
#include "G4PhysicsConstructorFactory.hh"
|
||||
@@ -82,6 +83,7 @@ G4HadronElasticPhysics::G4HadronElasticPhysics(G4int ver, const G4String& nam)
|
||||
G4cout << "### G4HadronElasticPhysics: " << GetPhysicsName()
|
||||
<< G4endl;
|
||||
}
|
||||
SetPhysicsType(bHadronElastic);
|
||||
}
|
||||
|
||||
G4HadronElasticPhysics::~G4HadronElasticPhysics()
|
||||
|
||||
Reference in New Issue
Block a user