#include <G4MonopolePhysicsMessenger.hh>
◆ G4MonopolePhysicsMessenger()
Definition at line 48 of file G4MonopolePhysicsMessenger.cc.
void SetParameter(G4UIparameter *const newParameter)
void SetParameterRange(const char *theRange)
G4UIcmdWithADouble * fZCmd
void SetDefaultValue(const char *theDefaultValue)
void SetUnitCategory(const char *unitCategory)
G4MonopolePhysics * fPhys
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
G4UIdirectory * fPhysicsDir
void AvailableForStates(G4ApplicationState s1)
G4UIcommand * fPhysicsCmd
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIcmdWithADouble * fMCmd
void SetGuidance(const char *theGuidance)
G4UIcmdWithADoubleAndUnit * fMassCmd
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
◆ ~G4MonopolePhysicsMessenger()
G4MonopolePhysicsMessenger::~G4MonopolePhysicsMessenger |
( |
| ) |
|
Definition at line 105 of file G4MonopolePhysicsMessenger.cc.
G4UIcmdWithADouble * fZCmd
G4UIdirectory * fPhysicsDir
G4UIcommand * fPhysicsCmd
G4UIcmdWithADouble * fMCmd
G4UIcmdWithADoubleAndUnit * fMassCmd
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 116 of file G4MonopolePhysicsMessenger.cc.
122 std::istringstream is(newValue);
123 is >> m >> q >> mass >> unts;
130 if (command ==
fMCmd) {
133 if (command ==
fZCmd) {
void SetElectricCharge(G4double)
void SetMonopoleMass(G4double)
G4UIcmdWithADouble * fZCmd
void SetMagneticCharge(G4double)
static G4double GetNewDoubleValue(const char *paramString)
G4MonopolePhysics * fPhys
static G4double GetNewDoubleValue(const char *paramString)
G4UIcommand * fPhysicsCmd
static G4double ValueOf(const char *unitName)
G4UIcmdWithADouble * fMCmd
G4UIcmdWithADoubleAndUnit * fMassCmd
◆ fMassCmd
◆ fMCmd
◆ fPhys
◆ fPhysicsCmd
◆ fPhysicsDir
◆ fZCmd
The documentation for this class was generated from the following files: