51 :theNuclideTable(nuclideTable)
54 thisDirectory =
new G4UIdirectory(
"/particle/manage/nuclideTable/");
55 thisDirectory->
SetGuidance(
"Nuclide table control commands.");
59 lifetimeCmd->
SetGuidance(
"Set threshold of half-life.");
60 lifetimeCmd->
SetGuidance(
"Unit of the time can be :");
72 lToleranceCmd->
SetGuidance(
"Set tolerance in level seaching.");
73 lToleranceCmd->
SetGuidance(
"Unit of the energy can be :");
74 lToleranceCmd->
SetGuidance(
" MeV, keV, eV (default)");
77 lToleranceCmd->
SetRange(
"lTolerance >0.0");
99 if (command == lifetimeCmd ) {
102 }
else if (command == lToleranceCmd ) {
void SetThresholdOfHalfLife(G4double)
void SetDefaultValue(G4double defVal)
virtual ~G4NuclideTableMessenger()
static G4double GetNewDoubleValue(const char *paramString)
G4NuclideTableMessenger(G4NuclideTable *nuclideTable=0)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetLevelTolerance(G4double x)
virtual void SetNewValue(G4UIcommand *command, G4String newValues)
void SetDefaultUnit(const char *defUnit)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)