65 fDirectory->
SetGuidance(
"Commands for nuclear de-excitation module.");
68 readCmd->
SetGuidance(
"Enable/disable download IC data per atomic shell.");
74 icCmd->
SetGuidance(
"Enable/disable simulation of e- internal conversion.");
80 corgCmd->
SetGuidance(
"Enable/disable simulation of correlated gamma emission.");
86 isoCmd->
SetGuidance(
"Enable/disable simulation of long lived isomers.");
92 maxjCmd->
SetGuidance(
"Set max value for 2J for simulation of correlated gamma emission.");
123 if (command == readCmd) {
125 }
else if (command == icCmd) {
127 }
else if (command == corgCmd) {
129 }
else if (command == isoCmd) {
131 }
else if (command == maxjCmd) {
133 }
else if (command == verbCmd) {
~G4DeexParametersMessenger() override
G4DeexParametersMessenger(G4DeexPrecoParameters *)
void SetNewValue(G4UIcommand *, G4String) override
void SetIsomerProduction(G4bool)
void SetCorrelatedGamma(G4bool)
void SetStoreICLevelData(G4bool)
void SetInternalConversionFlag(G4bool)
static G4bool GetNewBoolValue(const char *paramString)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
void SetDefaultValue(G4int defVal)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)