Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Messenger class that defines commands for G4FieldBuilder. More...
#include <G4FieldBuilderMessenger.hh>
Public Member Functions | |
G4FieldBuilderMessenger (G4FieldBuilder *fieldBuilder) | |
Standard constructor. | |
~G4FieldBuilderMessenger () override | |
Destructor. | |
void | SetNewValue (G4UIcommand *command, G4String newValues) override |
Apply command to the associated object. | |
![]() | |
G4UImessenger ()=default | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
G4bool | CommandsShouldBeInMaster () const |
Additional Inherited Members | |
![]() | |
G4String | ItoS (G4int i) |
G4String | LtoS (G4long l) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (const G4String &s) |
G4long | StoL (const G4String &s) |
G4double | StoD (const G4String &s) |
G4bool | StoB (const G4String &s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
template<typename T> | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
![]() | |
G4UIdirectory * | baseDir = nullptr |
G4String | baseDirName = "" |
G4bool | commandsShouldBeInMaster = false |
Messenger class that defines commands for G4FieldBuilder.
Implements commands:
Definition at line 52 of file G4FieldBuilderMessenger.hh.
G4FieldBuilderMessenger::G4FieldBuilderMessenger | ( | G4FieldBuilder * | fieldBuilder | ) |
Standard constructor.
Definition at line 48 of file G4FieldBuilderMessenger.cc.
Referenced by G4FieldBuilderMessenger().
|
override |
Destructor.
Definition at line 68 of file G4FieldBuilderMessenger.cc.
|
overridevirtual |
Apply command to the associated object.
Reimplemented from G4UImessenger.
Definition at line 81 of file G4FieldBuilderMessenger.cc.