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: G4ParticlePropertyMessenger.cc,v 1.4 2001/07/11 10:02:03 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4ParticlePropertyMessenger.cc,v 1.5 2002/12/04 18:36:45 asaim Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
//---------------------------------------------------------------
@@ -73,7 +73,7 @@ G4ParticlePropertyMessenger::G4ParticlePropertyMessenger(G4ParticleTable* pTable
stableCmd->SetGuidance("Set stable flag.");
stableCmd->SetGuidance(" false: Unstable true: Stable");
stableCmd->SetParameterName("stable",false);
stableCmd->AvailableForStates(PreInit,Idle,GeomClosed);
stableCmd->AvailableForStates(G4State_PreInit,G4State_Idle,G4State_GeomClosed);
//particle/property/lifetime
lifetimeCmd = new G4UIcmdWithADoubleAndUnit("/particle/property/lifetime",this);
@@ -86,7 +86,7 @@ G4ParticlePropertyMessenger::G4ParticlePropertyMessenger(G4ParticleTable* pTable
//lifetimeCmd->SetUnitCategory("Time");
//lifetimeCmd->SetUnitCandidates("s ms ns");
lifetimeCmd->SetDefaultUnit("ns");
lifetimeCmd->AvailableForStates(PreInit,Idle,GeomClosed);
lifetimeCmd->AvailableForStates(G4State_PreInit,G4State_Idle,G4State_GeomClosed);
// -- particle/property/Verbose ---
verboseCmd = new G4UIcmdWithAnInteger("/particle/property/verbose",this);