Geant4  10.01.p03
G4P2Messenger Class Reference

#include <G4P2Messenger.hh>

+ Inheritance diagram for G4P2Messenger:
+ Collaboration diagram for G4P2Messenger:

Public Member Functions

 G4P2Messenger (G4VAnalysisManager *manager)
 
virtual ~G4P2Messenger ()
 
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
 
G4bool CommandsShouldBeInMaster () const
 

Private Member Functions

void CreateP2Cmd ()
 
void SetP2Cmd ()
 
void SetP2TitleCmd ()
 
void SetP2XAxisCmd ()
 
void SetP2YAxisCmd ()
 
void SetP2ZAxisCmd ()
 

Private Attributes

G4VAnalysisManagerfManager
 Associated class. More...
 
G4UIdirectoryfP2Dir
 
G4UIcommandfCreateP2Cmd
 
G4UIcommandfSetP2Cmd
 
G4UIcommandfSetP2TitleCmd
 
G4UIcommandfSetP2XAxisCmd
 
G4UIcommandfSetP2YAxisCmd
 
G4UIcommandfSetP2ZAxisCmd
 

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
 
G4bool commandsShouldBeInMaster
 

Detailed Description

Definition at line 43 of file G4P2Messenger.hh.

Constructor & Destructor Documentation

G4P2Messenger::G4P2Messenger ( G4VAnalysisManager manager)

Definition at line 60 of file G4P2Messenger.cc.

References CreateP2Cmd(), fP2Dir, G4UIcommand::SetGuidance(), SetP2Cmd(), SetP2TitleCmd(), SetP2XAxisCmd(), SetP2YAxisCmd(), and SetP2ZAxisCmd().

+ Here is the call graph for this function:

G4P2Messenger::~G4P2Messenger ( )
virtual

Member Function Documentation

void G4P2Messenger::CreateP2Cmd ( )
private

Definition at line 99 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4P2Messenger::SetP2Cmd ( )
private

Definition at line 213 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4P2Messenger::SetP2TitleCmd ( )
private

Definition at line 310 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4P2Messenger::SetP2XAxisCmd ( )
private

Definition at line 328 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4P2Messenger::SetP2YAxisCmd ( )
private

Definition at line 346 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4P2Messenger::SetP2ZAxisCmd ( )
private

Definition at line 364 of file G4P2Messenger.cc.

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

Referenced by G4P2Messenger().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

G4UIcommand* G4P2Messenger::fCreateP2Cmd
private

Definition at line 63 of file G4P2Messenger.hh.

Referenced by CreateP2Cmd(), SetNewValue(), and ~G4P2Messenger().

G4VAnalysisManager* G4P2Messenger::fManager
private

Associated class.

Definition at line 60 of file G4P2Messenger.hh.

Referenced by SetNewValue().

G4UIdirectory* G4P2Messenger::fP2Dir
private

Definition at line 62 of file G4P2Messenger.hh.

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

G4UIcommand* G4P2Messenger::fSetP2Cmd
private

Definition at line 64 of file G4P2Messenger.hh.

Referenced by SetNewValue(), SetP2Cmd(), and ~G4P2Messenger().

G4UIcommand* G4P2Messenger::fSetP2TitleCmd
private

Definition at line 65 of file G4P2Messenger.hh.

Referenced by SetNewValue(), SetP2TitleCmd(), and ~G4P2Messenger().

G4UIcommand* G4P2Messenger::fSetP2XAxisCmd
private

Definition at line 66 of file G4P2Messenger.hh.

Referenced by SetNewValue(), SetP2XAxisCmd(), and ~G4P2Messenger().

G4UIcommand* G4P2Messenger::fSetP2YAxisCmd
private

Definition at line 67 of file G4P2Messenger.hh.

Referenced by SetNewValue(), SetP2YAxisCmd(), and ~G4P2Messenger().

G4UIcommand* G4P2Messenger::fSetP2ZAxisCmd
private

Definition at line 68 of file G4P2Messenger.hh.

Referenced by SetNewValue(), SetP2ZAxisCmd(), and ~G4P2Messenger().


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