Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -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......
|
||||
|
||||
Reference in New Issue
Block a user