Import Geant4 8.3.0 source tree
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: QGSP_HP.icc,v 1.2 2006/11/21 07:33:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: QGSP_HP.icc,v 1.3 2007/04/26 14:47:11 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -38,6 +38,7 @@
|
||||
// 02.12.2005 V.Ivanchenko: rename components
|
||||
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
|
||||
// 15.06.2006 G.Folger: Migrate to HadronElasticPhysics using improved elastic
|
||||
// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -70,7 +71,7 @@
|
||||
template<class T> TQGSP_HP<T>::TQGSP_HP(G4int ver): T()
|
||||
{
|
||||
G4DataQuestionaire it(photon, neutron);
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_HP 3.2"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_HP 3.3"<<G4endl;
|
||||
G4cout <<G4endl;
|
||||
// default cut value (1.0mm)
|
||||
// defaultCutValue = 1.0*mm;
|
||||
@@ -93,7 +94,8 @@ template<class T> TQGSP_HP<T>::TQGSP_HP(G4int ver): T()
|
||||
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,true));
|
||||
|
||||
// Hadron Physics
|
||||
this->RegisterPhysics( new HadronPhysicsQGSP_HP("hadron"));
|
||||
G4bool quasiElastic;
|
||||
this->RegisterPhysics( new HadronPhysicsQGSP_HP("hadron",quasiElastic=true));
|
||||
|
||||
// Stopping Physics
|
||||
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
|
||||
|
||||
Reference in New Issue
Block a user