Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: PhysicsListMessenger.cc,v 1.1 2002/05/23 13:30:43 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: PhysicsListMessenger.cc,v 1.3 2002/12/12 12:48:16 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -41,12 +41,12 @@ PhysicsListMessenger::PhysicsListMessenger(PhysicsList* physL)
:physList(physL)
{
GammaToMuPairFac=new G4UIcmdWithADouble
("/run/process/setGammaToMuPairFac",this);
("/testem/phys/setGammaToMuPairFac",this);
GammaToMuPairFac->SetGuidance(
"Set factor to artificially increase the GammaToMuPair cross section");
GammaToMuPairFac->SetParameterName("GammaToMuPairFac",false);
GammaToMuPairFac->SetRange("GammaToMuPairFac>0.0");
GammaToMuPairFac->AvailableForStates(PreInit,Idle);
GammaToMuPairFac->AvailableForStates(G4State_PreInit,G4State_Idle);
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......