ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RunActionMessenger Class Reference

#include <geant4/tree/geant4-10.6-release/examples/extended/electromagnetic/TestEm2/include/RunActionMessenger.hh>

+ Inheritance diagram for RunActionMessenger:
+ Collaboration diagram for RunActionMessenger:

Public Member Functions

 RunActionMessenger (RunAction *)
 
virtual ~RunActionMessenger ()
 
virtual void SetNewValue (G4UIcommand *, G4String)
 
 RunActionMessenger (RunAction *)
 
virtual ~RunActionMessenger ()
 
void SetNewValue (G4UIcommand *, G4String)
 
 RunActionMessenger (RunAction *)
 
 ~RunActionMessenger ()
 
virtual void SetNewValue (G4UIcommand *, G4String)
 
 RunActionMessenger (RunAction *)
 
virtual ~RunActionMessenger ()
 
virtual void SetNewValue (G4UIcommand *, G4String)
 
- 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

RunActionfRun
 
G4UIdirectoryfRunDir
 
G4UIcmdWith3VectorfAccCmd
 
G4UIcmdWithAnIntegerfVerbCmd
 
G4UIdirectoryfHistoDir
 
G4UIcmdWithAStringfHFileCmd
 
RunActionfRunAction
 
G4UIcommandfAccCmd
 
G4UIcmdWithABoolfLimCmd
 
G4UIdirectoryfActDir
 
G4UIcmdWithADoublefBinSizeCmd
 
G4UIcmdWithAStringfFactoryCmd
 

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 >
TCreateCommand (const G4String &cname, const G4String &dsc)
 
- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Detailed Description

Definition at line 47 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 47 of file RunActionMessenger.hh

Constructor & Destructor Documentation

RunActionMessenger::RunActionMessenger ( RunAction run)

Definition at line 43 of file RunActionMessenger.cc.

View newest version in sPHENIX GitHub at line 43 of file RunActionMessenger.cc

References G4UIcommand::AvailableForStates(), fAccCmd, fHFileCmd, fHistoDir, fRunDir, fVerbCmd, G4State_Idle, G4State_PreInit, G4UIcommand::SetGuidance(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWith3Vector::SetParameterName(), and G4UIcommand::SetRange().

+ Here is the call graph for this function:

RunActionMessenger::~RunActionMessenger ( )
virtual

Definition at line 74 of file RunActionMessenger.cc.

View newest version in sPHENIX GitHub at line 74 of file RunActionMessenger.cc

References fAccCmd, fHFileCmd, fHistoDir, fRunDir, and fVerbCmd.

RunActionMessenger::RunActionMessenger ( RunAction )
virtual RunActionMessenger::~RunActionMessenger ( )
virtual
RunActionMessenger::RunActionMessenger ( RunAction )
RunActionMessenger::~RunActionMessenger ( )
RunActionMessenger::RunActionMessenger ( RunAction )
virtual RunActionMessenger::~RunActionMessenger ( )
virtual

Member Function Documentation

void RunActionMessenger::SetNewValue ( G4UIcommand ,
G4String   
)
virtual

Reimplemented from G4UImessenger.

virtual void RunActionMessenger::SetNewValue ( G4UIcommand ,
G4String   
)
virtual

Reimplemented from G4UImessenger.

void RunActionMessenger::SetNewValue ( G4UIcommand command,
G4String  newValue 
)
virtual

Reimplemented from G4UImessenger.

Definition at line 85 of file RunActionMessenger.cc.

View newest version in sPHENIX GitHub at line 85 of file RunActionMessenger.cc

References fAccCmd, fHFileCmd, fRun, fVerbCmd, G4UIcmdWith3Vector::GetNew3VectorValue(), G4UIcmdWithAnInteger::GetNewIntValue(), RunAction::SetEdepAndRMS(), RunAction::SetHistoName(), and RunAction::SetVerbose().

+ Here is the call graph for this function:

virtual void RunActionMessenger::SetNewValue ( G4UIcommand ,
G4String   
)
virtual

Reimplemented from G4UImessenger.

Member Data Documentation

G4UIcommand* RunActionMessenger::fAccCmd
private

Definition at line 58 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 58 of file RunActionMessenger.hh

G4UIcmdWith3Vector* RunActionMessenger::fAccCmd
private

Definition at line 59 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file RunActionMessenger.hh

Referenced by RunActionMessenger(), SetNewValue(), and ~RunActionMessenger().

G4UIdirectory* RunActionMessenger::fActDir
private

Definition at line 58 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 58 of file RunActionMessenger.hh

G4UIcmdWithADouble* RunActionMessenger::fBinSizeCmd
private

Definition at line 59 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file RunActionMessenger.hh

G4UIcmdWithAString* RunActionMessenger::fFactoryCmd
private

Definition at line 59 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file RunActionMessenger.hh

G4UIcmdWithAString* RunActionMessenger::fHFileCmd
private

Definition at line 63 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 63 of file RunActionMessenger.hh

Referenced by RunActionMessenger(), SetNewValue(), and ~RunActionMessenger().

G4UIdirectory* RunActionMessenger::fHistoDir
private

Definition at line 62 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 62 of file RunActionMessenger.hh

Referenced by RunActionMessenger(), and ~RunActionMessenger().

G4UIcmdWithABool* RunActionMessenger::fLimCmd
private

Definition at line 59 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file RunActionMessenger.hh

RunAction * RunActionMessenger::fRun
private

Definition at line 56 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 56 of file RunActionMessenger.hh

Referenced by SetNewValue().

RunAction * RunActionMessenger::fRunAction
private

Definition at line 55 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 55 of file RunActionMessenger.hh

G4UIdirectory * RunActionMessenger::fRunDir
private

Definition at line 58 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 58 of file RunActionMessenger.hh

Referenced by RunActionMessenger(), and ~RunActionMessenger().

G4UIcmdWithAnInteger* RunActionMessenger::fVerbCmd
private

Definition at line 60 of file RunActionMessenger.hh.

View newest version in sPHENIX GitHub at line 60 of file RunActionMessenger.hh

Referenced by RunActionMessenger(), SetNewValue(), and ~RunActionMessenger().


The documentation for this class was generated from the following files: