Import Geant4 10.4.0.beta source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4PhysListFactory.cc 102588 2017-02-09 10:00:46Z gcosmo $
|
||||
// $Id: G4PhysListFactory.cc 103591 2017-04-19 07:53:55Z gcosmo $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -193,6 +193,8 @@ G4PhysListFactory::GetReferencePhysList(const G4String& name)
|
||||
p->ReplacePhysics(new G4EmPenelopePhysics(verbose));
|
||||
} else if(7 == em_opt) {
|
||||
p->ReplacePhysics(new G4EmStandardPhysicsGS(verbose));
|
||||
} else if(8 == em_opt) {
|
||||
p->ReplacePhysics(new G4EmStandardPhysicsSS(verbose));
|
||||
}
|
||||
}
|
||||
p->SetVerboseLevel(ver);
|
||||
|
||||
Reference in New Issue
Block a user