Geant4  10.00.p02
G4H2Messenger Class Reference

#include <G4H2Messenger.hh>

+ Inheritance diagram for G4H2Messenger:
+ Collaboration diagram for G4H2Messenger:

Public Member Functions

 G4H2Messenger (G4VAnalysisManager *manager)
 
virtual ~G4H2Messenger ()
 
virtual void SetNewValue (G4UIcommand *command, G4String value)
 
- 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
 

Private Member Functions

void CreateH2Cmd ()
 
void SetH2Cmd ()
 
void SetH2TitleCmd ()
 
void SetH2XAxisCmd ()
 
void SetH2YAxisCmd ()
 
void SetH2ZAxisCmd ()
 

Private Attributes

G4VAnalysisManagerfManager
 Associated class. More...
 
G4UIdirectoryfH2Dir
 
G4UIcommandfCreateH2Cmd
 
G4UIcommandfSetH2Cmd
 
G4UIcommandfSetH2TitleCmd
 
G4UIcommandfSetH2XAxisCmd
 
G4UIcommandfSetH2YAxisCmd
 
G4UIcommandfSetH2ZAxisCmd
 

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)
 
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
G4UIdirectorybaseDir
 
G4String baseDirName
 

Detailed Description

Definition at line 43 of file G4H2Messenger.hh.

Constructor & Destructor Documentation

G4H2Messenger::G4H2Messenger ( G4VAnalysisManager manager)

Definition at line 58 of file G4H2Messenger.cc.

References CreateH2Cmd(), fH2Dir, G4UIcommand::SetGuidance(), SetH2Cmd(), SetH2TitleCmd(), SetH2XAxisCmd(), SetH2YAxisCmd(), and SetH2ZAxisCmd().

+ Here is the call graph for this function:

G4H2Messenger::~G4H2Messenger ( )
virtual

Member Function Documentation

void G4H2Messenger::CreateH2Cmd ( )
private

Definition at line 97 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fCreateH2Cmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterCandidates().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetH2Cmd ( )
private

Definition at line 178 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fSetH2Cmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), G4UIparameter::SetParameterCandidates(), and G4UIparameter::SetParameterRange().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetH2TitleCmd ( )
private

Definition at line 244 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fSetH2TitleCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetH2XAxisCmd ( )
private

Definition at line 262 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fSetH2XAxisCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetH2YAxisCmd ( )
private

Definition at line 280 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fSetH2YAxisCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetH2ZAxisCmd ( )
private

Definition at line 298 of file G4H2Messenger.cc.

References G4UIcommand::AvailableForStates(), fSetH2ZAxisCmd, G4State_Idle, G4State_PreInit, G4UIparameter::SetDefaultValue(), G4UIparameter::SetGuidance(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), and G4UIparameter::SetParameterRange().

Referenced by G4H2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H2Messenger::SetNewValue ( G4UIcommand command,
G4String  value 
)
virtual

Member Data Documentation

G4UIcommand* G4H2Messenger::fCreateH2Cmd
private

Definition at line 63 of file G4H2Messenger.hh.

Referenced by CreateH2Cmd(), SetNewValue(), and ~G4H2Messenger().

G4UIdirectory* G4H2Messenger::fH2Dir
private

Definition at line 62 of file G4H2Messenger.hh.

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

G4VAnalysisManager* G4H2Messenger::fManager
private

Associated class.

Definition at line 60 of file G4H2Messenger.hh.

Referenced by SetNewValue().

G4UIcommand* G4H2Messenger::fSetH2Cmd
private

Definition at line 64 of file G4H2Messenger.hh.

Referenced by SetH2Cmd(), SetNewValue(), and ~G4H2Messenger().

G4UIcommand* G4H2Messenger::fSetH2TitleCmd
private

Definition at line 65 of file G4H2Messenger.hh.

Referenced by SetH2TitleCmd(), SetNewValue(), and ~G4H2Messenger().

G4UIcommand* G4H2Messenger::fSetH2XAxisCmd
private

Definition at line 66 of file G4H2Messenger.hh.

Referenced by SetH2XAxisCmd(), SetNewValue(), and ~G4H2Messenger().

G4UIcommand* G4H2Messenger::fSetH2YAxisCmd
private

Definition at line 67 of file G4H2Messenger.hh.

Referenced by SetH2YAxisCmd(), SetNewValue(), and ~G4H2Messenger().

G4UIcommand* G4H2Messenger::fSetH2ZAxisCmd
private

Definition at line 68 of file G4H2Messenger.hh.

Referenced by SetH2ZAxisCmd(), SetNewValue(), and ~G4H2Messenger().


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