#include <G4GlobalMagFieldMessenger.hh>
Definition at line 49 of file G4GlobalMagFieldMessenger.cc.
58 fDirectory->
SetGuidance(
"Global uniform magnetic field UI commands");
61 fSetValueCmd->
SetGuidance(
"Set uniform magnetic field value.");
69 fSetVerboseCmd->
SetGuidance(
" 1: printing new field value");
71 fSetVerboseCmd->
SetRange(
"globalFieldVerbose>=0");
78 SetField(value,
"G4GlobalMagFieldMessenger::G4GlobalMagFieldMessenger");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetUnitCategory(const char *unitCategory)
void SetParameterName(const char *theNameX, const char *theNameY, const char *theNameZ, G4bool omittable, G4bool currentAsDefault=false)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
G4GlobalMagFieldMessenger::~G4GlobalMagFieldMessenger |
( |
| ) |
|
|
virtual |
G4int G4GlobalMagFieldMessenger::GetVerboseLevel |
( |
| ) |
const |
|
inline |
Reimplemented from G4UImessenger.
Definition at line 128 of file G4GlobalMagFieldMessenger.cc.
130 if ( command == fSetValueCmd )
133 "G4GlobalMagFieldMessenger::SetNewValue");
135 else if ( command == fSetVerboseCmd )
void SetVerboseLevel(G4int verboseLevel)
static G4int GetNewIntValue(const char *paramString)
static G4ThreeVector GetNew3VectorValue(const char *paramString)
void G4GlobalMagFieldMessenger::SetVerboseLevel |
( |
G4int |
verboseLevel | ) |
|
|
inline |
The documentation for this class was generated from the following files: