Geant4  10.00.p02
G4H1Messenger Class Reference

#include <G4H1Messenger.hh>

+ Inheritance diagram for G4H1Messenger:
+ Collaboration diagram for G4H1Messenger:

Public Member Functions

 G4H1Messenger (G4VAnalysisManager *manager)
 
virtual ~G4H1Messenger ()
 
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 CreateH1Cmd ()
 
void SetH1Cmd ()
 
void SetH1TitleCmd ()
 
void SetH1XAxisCmd ()
 
void SetH1YAxisCmd ()
 

Private Attributes

G4VAnalysisManagerfManager
 Associated class. More...
 
G4UIdirectoryfH1Dir
 
G4UIcommandfCreateH1Cmd
 
G4UIcommandfSetH1Cmd
 
G4UIcommandfSetH1TitleCmd
 
G4UIcommandfSetH1XAxisCmd
 
G4UIcommandfSetH1YAxisCmd
 

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 47 of file G4H1Messenger.hh.

Constructor & Destructor Documentation

G4H1Messenger::G4H1Messenger ( G4VAnalysisManager manager)

Definition at line 63 of file G4H1Messenger.cc.

References CreateH1Cmd(), fH1Dir, G4UIcommand::SetGuidance(), SetH1Cmd(), SetH1TitleCmd(), SetH1XAxisCmd(), and SetH1YAxisCmd().

+ Here is the call graph for this function:

G4H1Messenger::~G4H1Messenger ( )
virtual

Definition at line 84 of file G4H1Messenger.cc.

References fCreateH1Cmd, fH1Dir, fSetH1Cmd, fSetH1TitleCmd, fSetH1XAxisCmd, and fSetH1YAxisCmd.

Member Function Documentation

void G4H1Messenger::CreateH1Cmd ( )
private

Definition at line 99 of file G4H1Messenger.cc.

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

Referenced by G4H1Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H1Messenger::SetH1Cmd ( )
private

Definition at line 158 of file G4H1Messenger.cc.

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

Referenced by G4H1Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H1Messenger::SetH1TitleCmd ( )
private

Definition at line 208 of file G4H1Messenger.cc.

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

Referenced by G4H1Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H1Messenger::SetH1XAxisCmd ( )
private

Definition at line 226 of file G4H1Messenger.cc.

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

Referenced by G4H1Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4H1Messenger::SetH1YAxisCmd ( )
private

Definition at line 244 of file G4H1Messenger.cc.

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

Referenced by G4H1Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Member Data Documentation

G4UIcommand* G4H1Messenger::fCreateH1Cmd
private

Definition at line 66 of file G4H1Messenger.hh.

Referenced by CreateH1Cmd(), SetNewValue(), and ~G4H1Messenger().

G4UIdirectory* G4H1Messenger::fH1Dir
private

Definition at line 65 of file G4H1Messenger.hh.

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

G4VAnalysisManager* G4H1Messenger::fManager
private

Associated class.

Definition at line 63 of file G4H1Messenger.hh.

Referenced by SetNewValue().

G4UIcommand* G4H1Messenger::fSetH1Cmd
private

Definition at line 67 of file G4H1Messenger.hh.

Referenced by SetH1Cmd(), SetNewValue(), and ~G4H1Messenger().

G4UIcommand* G4H1Messenger::fSetH1TitleCmd
private

Definition at line 68 of file G4H1Messenger.hh.

Referenced by SetH1TitleCmd(), SetNewValue(), and ~G4H1Messenger().

G4UIcommand* G4H1Messenger::fSetH1XAxisCmd
private

Definition at line 69 of file G4H1Messenger.hh.

Referenced by SetH1XAxisCmd(), SetNewValue(), and ~G4H1Messenger().

G4UIcommand* G4H1Messenger::fSetH1YAxisCmd
private

Definition at line 70 of file G4H1Messenger.hh.

Referenced by SetH1YAxisCmd(), SetNewValue(), and ~G4H1Messenger().


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