Import Geant4 9.0.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.7 2007/04/26 16:03:36 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $
|
||||
// $Id: QGSC.icc,v 1.8 2007/05/16 11:35:36 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -41,6 +41,7 @@
|
||||
// 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
|
||||
// 16.05.2007 V.Ivanchenko: rename EM builders
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
//
|
||||
@@ -79,7 +80,7 @@ template<class T> TQGSC<T>::TQGSC(G4int ver): T()
|
||||
this->SetVerboseLevel(ver);
|
||||
|
||||
// EM Physics
|
||||
this->RegisterPhysics( new G4EmStandardPhysics("standard EM",ver));
|
||||
this->RegisterPhysics( new G4EmStandardPhysics(ver));
|
||||
|
||||
// Synchroton Radiation & GN Physics
|
||||
this->RegisterPhysics( new G4EmExtraPhysics("extra EM"));
|
||||
|
||||
Reference in New Issue
Block a user