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.icc,v 1.5 2006/11/24 17:10:23 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: QGSC.icc,v 1.7 2007/04/26 16:03:36 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -39,6 +39,8 @@
|
||||
// 08.06.2006 V.Ivanchenko: migration to CHIPS stopping
|
||||
// 13.06.2006 G.Folger: Migrate to HadronElasticPhysics with improved elastic
|
||||
// 20.11.2006 G.Folger: add Tracking Cut for neutrons
|
||||
// 26.04.2007 G.Folger: Enable quasielastic for QGS string model
|
||||
// 26.04.2007 G.Folger Use QCaptureAtRest for muon
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -71,7 +73,7 @@ template<class T> TQGSC<T>::TQGSC(G4int ver): T()
|
||||
// default cut value (1.0mm)
|
||||
// defaultCutValue = 1.0*mm;
|
||||
G4DataQuestionaire it(photon);
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSC 4.2"<<G4endl;
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: QGSC 4.4"<<G4endl;
|
||||
G4cout <<G4endl<<G4endl;
|
||||
this->defaultCutValue = 0.7*mm;
|
||||
this->SetVerboseLevel(ver);
|
||||
@@ -89,10 +91,11 @@ template<class T> TQGSC<T>::TQGSC(G4int ver): T()
|
||||
this-> RegisterPhysics( new G4HadronQElasticPhysics("elastic",ver));
|
||||
|
||||
// Hadron Physics
|
||||
this->RegisterPhysics( new HadronPhysicsQGSC("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