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: QGSC_EMV.icc,v 1.1 2006/11/24 15:49:09 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: QGSC_EMV.icc,v 1.3 2007/04/26 16:03:36 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -34,6 +34,11 @@
|
||||
//
|
||||
// Created as copy of QGSC
|
||||
//
|
||||
// Modified:
|
||||
// 26.04.2007 G.Folger Use HadronPhysicsQGSC instead of HadronPhysicsQGSC_EMV
|
||||
// 26.04.2007 G.Folger Enable quasielastic for QGS string model
|
||||
// 26.04.2007 G.Folger Use QCaptureAtRest for muon
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
#include "globals.hh"
|
||||
@@ -58,14 +63,14 @@
|
||||
#include "G4NeutronTrackingCut.hh"
|
||||
|
||||
#include "G4DataQuestionaire.hh"
|
||||
#include "HadronPhysicsQGSC_EMV.hh"
|
||||
#include "HadronPhysicsQGSC.hh"
|
||||
|
||||
template<class T> TQGSC_EMV<T>::TQGSC_EMV(G4int ver): T()
|
||||
{
|
||||
// default cut value (1.0mm)
|
||||
// defaultCutValue = 1.0*mm;
|
||||
G4DataQuestionaire it(photon);
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSC_EMV 1.0"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSC_EMV 1.2"<<G4endl;
|
||||
G4cout <<G4endl<<G4endl;
|
||||
this->defaultCutValue = 0.7*mm;
|
||||
this->SetVerboseLevel(ver);
|
||||
@@ -83,10 +88,11 @@ template<class T> TQGSC_EMV<T>::TQGSC_EMV(G4int ver): T()
|
||||
this-> RegisterPhysics( new G4HadronQElasticPhysics("elastic",ver));
|
||||
|
||||
// Hadron Physics
|
||||
this->RegisterPhysics( new HadronPhysicsQGSC_EMV("hadron"));
|
||||
G4bool quasiElastic;
|
||||
this->RegisterPhysics( new HadronPhysicsQGSC("hadron",quasiElastic=true));
|
||||
|
||||
// Stopping Physics
|
||||
this->RegisterPhysics( new G4QStoppingPhysics("stopping"));
|
||||
this->RegisterPhysics( new G4QStoppingPhysics("stopping",ver,false));
|
||||
|
||||
// Ion Physics
|
||||
this->RegisterPhysics( new G4IonPhysics("ion"));
|
||||
|
||||
Reference in New Issue
Block a user