Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
-5
View File
@@ -52,7 +52,6 @@
#include "G4EmExtraPhysics.hh"
#include "G4StoppingPhysics.hh"
#include "G4DataQuestionaire.hh"
#include "G4HadronInelasticQBBC.hh"
#include "G4HadronElasticPhysics.hh"
#include "G4HadronElasticPhysicsXS.hh"
@@ -64,7 +63,6 @@
QBBC::QBBC( G4int ver, const G4String&)
{
G4DataQuestionaire it(photon, neutronxs);
G4cout << "<<< Reference Physics List QBBC " <<G4endl;
defaultCutValue = 0.7*mm;
@@ -94,6 +92,3 @@ QBBC::QBBC( G4int ver, const G4String&)
RegisterPhysics( new G4NeutronTrackingCut(ver) );
}
QBBC::~QBBC()
{}