56 theDirectory->
SetGuidance(
"Commands for G4VUserPhysicsList.");
60 verboseCmd->
SetGuidance(
"Set the Verbose level of G4ProductionCutsTable.");
62 verboseCmd->
SetGuidance(
" 1 : Display warning messages");
67 verboseCmd->
SetRange(
"level >=0 && level <=3");
71 setLowEdgeCmd->
SetGuidance(
"Set low edge energy value ");
74 setLowEdgeCmd->
SetRange(
"edge >0.0");
80 setHighEdgeCmd->
SetGuidance(
"Set high edge energy value ");
83 setHighEdgeCmd->
SetRange(
"edge >0.0");
89 setMaxEnergyCutCmd->
SetGuidance(
"Set maximum of cut energy value ");
92 setMaxEnergyCutCmd->
SetRange(
"cut >0.0");
98 dumpCmd->
SetGuidance(
"Dump cuplues in ProductuinCutsTable. ");
105 delete setMaxEnergyCutCmd;
106 delete setHighEdgeCmd;
107 delete setLowEdgeCmd;
115 if( command==verboseCmd ) {
118 }
else if( command==dumpCmd ){
121 }
else if( command==setLowEdgeCmd ){
126 }
else if( command==setHighEdgeCmd ){
131 }
else if( command==setMaxEnergyCutCmd ){
142 if( command==verboseCmd ){
145 }
else if( command==setLowEdgeCmd ){
149 }
else if( command==setHighEdgeCmd ){
153 }
else if( command==setMaxEnergyCutCmd ){
G4double GetHighEdgeEnergy() const
virtual void SetNewValue(G4UIcommand *command, G4String newValues)
void SetDefaultValue(G4double defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetEnergyRange(G4double lowedge, G4double highedge)
G4ProductionCutsTable * theCutsTable
static G4int GetNewIntValue(const char *paramString)
static G4String ConvertToString(G4bool boolVal)
static G4double GetNewDoubleValue(const char *paramString)
virtual G4String GetCurrentValue(G4UIcommand *command)
void SetVerboseLevel(G4int value)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
virtual ~G4ProductionCutsTableMessenger()
void AvailableForStates(G4ApplicationState s1)
G4double GetLowEdgeEnergy() const
void SetDefaultUnit(const char *defUnit)
G4double GetMaxEnergyCut()
void SetDefaultValue(G4int defVal)
void SetMaxEnergyCut(G4double value)
G4int GetVerboseLevel() const
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)