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_EMX.icc,v 1.3 2006/11/24 17:10:24 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: QGSP_EMX.icc,v 1.4 2007/04/26 14:47:11 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -35,6 +35,9 @@
|
||||
// Modified:
|
||||
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
|
||||
// 21.06.2006 V.Ivanchenko crerate from QGSP_EMV
|
||||
// 26.04.2007 G.Folger
|
||||
// - use HadronPhysicsQGSP, not HadronPhysicsQGSP_EMX
|
||||
// - Enable quasielastic for QGS string model
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -61,12 +64,12 @@
|
||||
#include "G4NeutronTrackingCut.hh"
|
||||
|
||||
#include "G4DataQuestionaire.hh"
|
||||
#include "HadronPhysicsQGSP_EMX.hh"
|
||||
#include "HadronPhysicsQGSP.hh"
|
||||
|
||||
template<class T> TQGSP_EMX<T>::TQGSP_EMX(G4int ver): T()
|
||||
{
|
||||
G4DataQuestionaire it(photon);
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_EMX 3.2"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSP_EMX 3.3"<<G4endl;
|
||||
G4cout <<G4endl;
|
||||
this->defaultCutValue = 7.*mm;
|
||||
this->SetVerboseLevel(ver);
|
||||
@@ -84,7 +87,8 @@ template<class T> TQGSP_EMX<T>::TQGSP_EMX(G4int ver): T()
|
||||
this-> RegisterPhysics( new G4HadronElasticPhysics("elastic",ver,false));
|
||||
|
||||
// Hadron Physics
|
||||
this->RegisterPhysics( new HadronPhysicsQGSP_EMX("hadron"));
|
||||
G4bool quasiElastic;
|
||||
this->RegisterPhysics( new HadronPhysicsQGSP("hadron",quasiElastic=true));
|
||||
|
||||
// Stopping Physics
|
||||
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
|
||||
|
||||
Reference in New Issue
Block a user