Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
+6 -4
View File
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSP.icc,v 1.3 2006/11/24 17:10:23 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: QGSP.icc,v 1.6 2007/04/26 14:47:11 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
@@ -38,6 +38,7 @@
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
// 30.03.2007 G.Folger: Enable quasielastic for QGS string model
//
//----------------------------------------------------------------------------
//
@@ -72,7 +73,7 @@ template<class T> TQGSP<T>::TQGSP(G4int ver): T()
// defaultCutValue = 1.0*mm;
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: QGSP 3.2"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: QGSP 3.3"<<G4endl;
G4cout <<G4endl;
this->defaultCutValue = 0.7*mm;
@@ -91,7 +92,8 @@ template<class T> TQGSP<T>::TQGSP(G4int ver): T()
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
// Hadron Physics
this->RegisterPhysics( new HadronPhysicsQGSP("hadron"));
G4bool quasiElastic;
this->RegisterPhysics( new HadronPhysicsQGSP("hadron",quasiElastic=true));
// Stopping Physics
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));