| 
    Geant4
    10.01
    
   | 
 
#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 | 
| G4bool | CommandsShouldBeInMaster () const | 
Private Member Functions | |
| void | CreateH1Cmd () | 
| void | SetH1Cmd () | 
| void | SetH1TitleCmd () | 
| void | SetH1XAxisCmd () | 
| void | SetH1YAxisCmd () | 
Private Attributes | |
| G4VAnalysisManager * | fManager | 
| Associated class.  More... | |
| G4UIdirectory * | fH1Dir | 
| G4UIcommand * | fCreateH1Cmd | 
| G4UIcommand * | fSetH1Cmd | 
| G4UIcommand * | fSetH1TitleCmd | 
| G4UIcommand * | fSetH1XAxisCmd | 
| G4UIcommand * | fSetH1YAxisCmd | 
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 | |
| G4UIdirectory * | baseDir | 
| G4String | baseDirName | 
| G4bool | commandsShouldBeInMaster | 
Definition at line 47 of file G4H1Messenger.hh.
| G4H1Messenger::G4H1Messenger | ( | G4VAnalysisManager * | manager | ) | 
Definition at line 65 of file G4H1Messenger.cc.
References CreateH1Cmd(), fH1Dir, G4UIcommand::SetGuidance(), SetH1Cmd(), SetH1TitleCmd(), SetH1XAxisCmd(), and SetH1YAxisCmd().
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 86 of file G4H1Messenger.cc.
References fCreateH1Cmd, fH1Dir, fSetH1Cmd, fSetH1TitleCmd, fSetH1XAxisCmd, and fSetH1YAxisCmd.
      
  | 
  private | 
Definition at line 101 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:
      
  | 
  private | 
Definition at line 160 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:
      
  | 
  private | 
Definition at line 210 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:
      
  | 
  private | 
Definition at line 228 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:
      
  | 
  private | 
Definition at line 246 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:
      
  | 
  virtual | 
Reimplemented from G4UImessenger.
Definition at line 268 of file G4H1Messenger.cc.
References G4UIcommand::ConvertToDouble(), G4UIcommand::ConvertToInt(), G4VAnalysisManager::CreateH1(), UUtils::Exception(), fCreateH1Cmd, fManager, fSetH1Cmd, fSetH1TitleCmd, fSetH1XAxisCmd, fSetH1YAxisCmd, G4UIcommand::GetParameterEntries(), G4Analysis::GetUnitValue(), name, G4VAnalysisManager::SetH1(), G4VAnalysisManager::SetH1Title(), G4VAnalysisManager::SetH1XAxisTitle(), G4VAnalysisManager::SetH1YAxisTitle(), and G4Analysis::Tokenize().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 66 of file G4H1Messenger.hh.
Referenced by CreateH1Cmd(), SetNewValue(), and ~G4H1Messenger().
      
  | 
  private | 
Definition at line 65 of file G4H1Messenger.hh.
Referenced by G4H1Messenger(), and ~G4H1Messenger().
      
  | 
  private | 
      
  | 
  private | 
Definition at line 67 of file G4H1Messenger.hh.
Referenced by SetH1Cmd(), SetNewValue(), and ~G4H1Messenger().
      
  | 
  private | 
Definition at line 68 of file G4H1Messenger.hh.
Referenced by SetH1TitleCmd(), SetNewValue(), and ~G4H1Messenger().
      
  | 
  private | 
Definition at line 69 of file G4H1Messenger.hh.
Referenced by SetH1XAxisCmd(), SetNewValue(), and ~G4H1Messenger().
      
  | 
  private | 
Definition at line 70 of file G4H1Messenger.hh.
Referenced by SetH1YAxisCmd(), SetNewValue(), and ~G4H1Messenger().