30 #ifndef G4UImessenger_h
31 #define G4UImessenger_h 1
52 G4bool commandsToBeBroadcasted =
true);
88 G4bool commandsToBeBroadcasted=
true);
103 if( cname(0) !=
'/' ) {
105 if (path(0) !=
'/') path =
"/" + path;
108 T* command =
new T(path.c_str(),
this);
109 command-> SetGuidance(dsc.c_str());
std::vector< ExP01TrackerHit * > a
G4bool CommandsShouldBeInMaster() const
G4bool commandsShouldBeInMaster
void CreateDirectory(const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
T * CreateCommand(const G4String &cname, const G4String &dsc)
void AddUIcommand(G4UIcommand *newCommand)
virtual G4String GetCurrentValue(G4UIcommand *command)
G4bool operator==(const G4UImessenger &messenger) const
G4double StoD(G4String s)
virtual void SetNewValue(G4UIcommand *command, G4String newValue)
G4String DtoS(G4double a)