ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4main/Fun4AllMessenger.h>
Public Member Functions | |
Fun4AllMessenger (Fun4AllServer *ffa) | |
~Fun4AllMessenger () override | |
void | SetNewValue (G4UIcommand *, G4String) override |
Public Member Functions inherited from G4UImessenger | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
G4bool | operator== (const G4UImessenger &messenger) const |
G4bool | CommandsShouldBeInMaster () const |
Private Attributes | |
G4UIdirectory * | m_Fun4AllDir |
G4UIcmdWithAnInteger * | m_RunCmd |
Fun4AllServer * | se |
Additional Inherited Members | |
Protected Member Functions inherited from G4UImessenger | |
G4String | ItoS (G4int i) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (G4String s) |
G4long | StoL (G4String s) |
G4double | StoD (G4String s) |
G4bool | StoB (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) |
Protected Attributes inherited from G4UImessenger | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
G4bool | commandsShouldBeInMaster |
Definition at line 13 of file Fun4AllMessenger.h.
View newest version in sPHENIX GitHub at line 13 of file Fun4AllMessenger.h
Fun4AllMessenger::Fun4AllMessenger | ( | Fun4AllServer * | ffa | ) |
Definition at line 16 of file Fun4AllMessenger.cc.
View newest version in sPHENIX GitHub at line 16 of file Fun4AllMessenger.cc
References G4UIcommand::AvailableForStates(), G4State_Idle, m_Fun4AllDir, m_RunCmd, G4UIcommand::SetGuidance(), and G4UIcmdWithAnInteger::SetParameterName().
|
override |
Definition at line 27 of file Fun4AllMessenger.cc.
View newest version in sPHENIX GitHub at line 27 of file Fun4AllMessenger.cc
References m_Fun4AllDir, and m_RunCmd.
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 33 of file Fun4AllMessenger.cc.
View newest version in sPHENIX GitHub at line 33 of file Fun4AllMessenger.cc
References G4UIcmdWithAnInteger::GetNewIntValue(), m_RunCmd, Fun4AllServer::run(), and se.
|
private |
Definition at line 23 of file Fun4AllMessenger.h.
View newest version in sPHENIX GitHub at line 23 of file Fun4AllMessenger.h
Referenced by Fun4AllMessenger(), and ~Fun4AllMessenger().
|
private |
Definition at line 24 of file Fun4AllMessenger.h.
View newest version in sPHENIX GitHub at line 24 of file Fun4AllMessenger.h
Referenced by Fun4AllMessenger(), SetNewValue(), and ~Fun4AllMessenger().
|
private |
Definition at line 25 of file Fun4AllMessenger.h.
View newest version in sPHENIX GitHub at line 25 of file Fun4AllMessenger.h
Referenced by SetNewValue().