Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -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);