45 : theNuclideTable(nuclideTable)
48 thisDirectory->
SetGuidance(
"Nuclide table control commands.");
52 halflifeCmd->
SetGuidance(
"Set threshold of half-life.");
53 halflifeCmd->
SetGuidance(
"Unit of the time can be :");
57 halflifeCmd->
SetRange(
"halflife > 0.0");
63 meanlifeCmd->
SetGuidance(
"Set threshold of mean life.");
64 meanlifeCmd->
SetGuidance(
"Unit of the time can be :");
68 meanlifeCmd->
SetRange(
"meanlife > 0.0");
74 lToleranceCmd->
SetGuidance(
"Set tolerance in level searching.");
75 lToleranceCmd->
SetGuidance(
"Unit of the energy can be :");
76 lToleranceCmd->
SetGuidance(
" MeV, keV, eV (default)");
79 lToleranceCmd->
SetRange(
"lTolerance >0.0");
95 if (command == halflifeCmd) {
99 }
else if (command == meanlifeCmd) {
103 }
else if (command == lToleranceCmd) {
G4NuclideTableMessenger(G4NuclideTable *nuclideTable=nullptr)
virtual void SetNewValue(G4UIcommand *command, G4String newValues)
virtual ~G4NuclideTableMessenger()
void SetMeanLifeThreshold(G4double)
void SetThresholdOfHalfLife(G4double)
void SetLevelTolerance(G4double x)
void SetDefaultValue(G4double defVal)
void SetDefaultUnit(const char *defUnit)
static G4double GetNewDoubleValue(const char *paramString)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetGuidance(const char *aGuidance)
void SetRange(const char *rs)
void AvailableForStates(G4ApplicationState s1)