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
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: QGSP_BIC.icc,v 1.3 2006/11/24 17:10:24 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: QGSP_BIC.icc,v 1.4 2007/04/26 14:47:11 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
@@ -40,6 +40,7 @@
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
// 20.06.2006 V.Ivanchenko: add ion Binary Cascade
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
//
//----------------------------------------------------------------------------
//
@@ -73,7 +74,7 @@ template<class T> TQGSP_BIC<T>::TQGSP_BIC(G4int ver): T()
// defaultCutValue = 1.0*mm;
G4DataQuestionaire it(photon);
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BIC 3.2"<<G4endl;
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_BIC 3.3"<<G4endl;
G4cout <<G4endl;
this->defaultCutValue = 0.7*mm;
@@ -92,7 +93,8 @@ template<class T> TQGSP_BIC<T>::TQGSP_BIC(G4int ver): T()
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
// Hadron Physics
this->RegisterPhysics( new HadronPhysicsQGSP_BIC("hadron"));
G4bool quasiElastic;
this->RegisterPhysics( new HadronPhysicsQGSP_BIC("hadron",quasiElastic=true));
// Stopping Physics
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));