#include <G4DeexParametersMessenger.hh>
◆ G4DeexParametersMessenger()
Definition at line 61 of file G4DeexParametersMessenger.cc.
62 : theParameters(ptr)
63{
65 fDirectory->
SetGuidance(
"Commands for nuclear de-excitation module.");
66
68 readCmd->
SetGuidance(
"Enable/disable download IC data per atomic shell.");
72
74 icCmd->
SetGuidance(
"Enable/disable simulation of e- internal conversion.");
78
80 corgCmd->
SetGuidance(
"Enable/disable simulation of correlated gamma emission.");
84
86 isoCmd->
SetGuidance(
"Enable/disable simulation of long lived isomers.");
90
92 maxjCmd->
SetGuidance(
"Set max value for 2J for simulation of correlated gamma emission.");
96
102}
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4int defVal)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
◆ ~G4DeexParametersMessenger()
G4DeexParametersMessenger::~G4DeexParametersMessenger |
( |
| ) |
|
|
override |
Definition at line 106 of file G4DeexParametersMessenger.cc.
107{
108 delete fDirectory;
109
110 delete readCmd;
111 delete icCmd;
112 delete corgCmd;
113 delete isoCmd;
114 delete maxjCmd;
115 delete verbCmd;
116}
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 120 of file G4DeexParametersMessenger.cc.
122{
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) {
135 }
136}
void SetIsomerProduction(G4bool)
void SetCorrelatedGamma(G4bool)
void SetStoreICLevelData(G4bool)
void SetInternalConversionFlag(G4bool)
static G4bool GetNewBoolValue(const char *paramString)
static G4int GetNewIntValue(const char *paramString)
The documentation for this class was generated from the following files: