#include <G4ProductionCutsTableMessenger.hh>
Definition at line 51 of file G4ProductionCutsTableMessenger.cc.
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. ");
void SetDefaultValue(G4double defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4ProductionCutsTable * theCutsTable
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetDefaultUnit(const char *defUnit)
void SetDefaultValue(G4int defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4ProductionCutsTableMessenger::~G4ProductionCutsTableMessenger |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 138 of file G4ProductionCutsTableMessenger.cc.
142 if( command==verboseCmd ){
145 }
else if( command==setLowEdgeCmd ){
149 }
else if( command==setHighEdgeCmd ){
153 }
else if( command==setMaxEnergyCutCmd ){
G4double GetHighEdgeEnergy() const
G4ProductionCutsTable * theCutsTable
static G4String ConvertToString(G4bool boolVal)
G4double GetLowEdgeEnergy() const
G4double GetMaxEnergyCut()
G4int GetVerboseLevel() const
Reimplemented from G4UImessenger.
Definition at line 112 of file G4ProductionCutsTableMessenger.cc.
115 if( command==verboseCmd ) {
118 }
else if( command==dumpCmd ){
121 }
else if( command==setLowEdgeCmd ){
126 }
else if( command==setHighEdgeCmd ){
131 }
else if( command==setMaxEnergyCutCmd ){
G4double GetHighEdgeEnergy() const
void SetEnergyRange(G4double lowedge, G4double highedge)
G4ProductionCutsTable * theCutsTable
static G4int GetNewIntValue(const char *paramString)
static G4double GetNewDoubleValue(const char *paramString)
void SetVerboseLevel(G4int value)
G4double GetLowEdgeEnergy() const
void SetMaxEnergyCut(G4double value)
The documentation for this class was generated from the following files: