| 
    Geant4
    10.01.p02
    
   | 
 
#include <ExG4RunAction01.hh>
 Inheritance diagram for ExG4RunAction01:
 Collaboration diagram for ExG4RunAction01:Private Attributes | |
| ExG4RunAction01Messenger | fMessenger | 
| G4String | fRndmFileName | 
| G4int | fVerboseLevel | 
| G4bool | fSaveRndm | 
| G4bool | fReadRndm | 
| G4bool | fAutoSeed | 
Static Private Attributes | |
| static const G4String | fgkDefaultRndmFileName = "run0.rndm" | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Run action class.
It provides:
Definition at line 49 of file ExG4RunAction01.hh.
| ExG4RunAction01::ExG4RunAction01 | ( | ) | 
Standard constructor
Definition at line 46 of file ExG4RunAction01.cc.
| ExG4RunAction01::~ExG4RunAction01 | ( | ) | 
Destructor
Definition at line 60 of file ExG4RunAction01.cc.
| ExG4RunAction01::ExG4RunAction01 | ( | ) | 
| ExG4RunAction01::~ExG4RunAction01 | ( | ) | 
| ExG4RunAction01::ExG4RunAction01 | ( | ) | 
| ExG4RunAction01::~ExG4RunAction01 | ( | ) | 
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 67 of file ExG4RunAction01.cc.
References G4UImanager::ApplyCommand(), fAutoSeed, fReadRndm, fRndmFileName, fSaveRndm, fVerboseLevel, G4cout, G4endl, G4UniformRand, G4VVisManager::GetConcreteInstance(), G4Run::GetRunID(), G4RunManager::GetRunManager(), G4UImanager::GetUIpointer(), G4RunManager::SetRandomNumberStore(), and G4RunManager::SetRandomNumberStoreDir().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 113 of file ExG4RunAction01.cc.
References G4UImanager::ApplyCommand(), fSaveRndm, G4VVisManager::GetConcreteInstance(), G4Run::GetRunID(), and G4UImanager::GetUIpointer().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
| void ExG4RunAction01::SetAutoSeed | ( | G4bool | value | ) | 
      
  | 
  inline | 
Definition at line 97 of file ExG4RunAction01.hh.
References fAutoSeed.
Referenced by ExG4RunAction01Messenger::SetNewValue().
 Here is the caller graph for this function:| void ExG4RunAction01::SetAutoSeed | ( | G4bool | value | ) | 
| void ExG4RunAction01::SetReadRndm | ( | G4bool | value | ) | 
| void ExG4RunAction01::SetReadRndm | ( | G4bool | value | ) | 
      
  | 
  inline | 
Definition at line 93 of file ExG4RunAction01.hh.
References fReadRndm.
Referenced by ExG4RunAction01Messenger::SetNewValue().
 Here is the caller graph for this function:| void ExG4RunAction01::SetRndmFileName | ( | const G4String & | fileName | ) | 
| void ExG4RunAction01::SetRndmFileName | ( | const G4String & | fileName | ) | 
      
  | 
  inline | 
Definition at line 85 of file ExG4RunAction01.hh.
References fRndmFileName.
Referenced by ExG4RunAction01Messenger::SetNewValue().
 Here is the caller graph for this function:| void ExG4RunAction01::SetSaveRndm | ( | G4bool | value | ) | 
      
  | 
  inline | 
Definition at line 89 of file ExG4RunAction01.hh.
References fSaveRndm.
Referenced by ExG4RunAction01Messenger::SetNewValue().
 Here is the caller graph for this function:| void ExG4RunAction01::SetSaveRndm | ( | G4bool | value | ) | 
| void ExG4RunAction01::SetVerboseLevel | ( | G4int | level | ) | 
      
  | 
  inline | 
Definition at line 81 of file ExG4RunAction01.hh.
References fVerboseLevel.
Referenced by ExG4RunAction01Messenger::SetNewValue().
 Here is the caller graph for this function:| void ExG4RunAction01::SetVerboseLevel | ( | G4int | level | ) | 
      
  | 
  private | 
Definition at line 77 of file ExG4RunAction01.hh.
Referenced by BeginOfRunAction(), and SetAutoSeed().
      
  | 
  staticprivate | 
Definition at line 69 of file ExG4RunAction01.hh.
      
  | 
  private | 
Definition at line 72 of file ExG4RunAction01.hh.
      
  | 
  private | 
Definition at line 76 of file ExG4RunAction01.hh.
Referenced by BeginOfRunAction(), and SetReadRndm().
      
  | 
  private | 
Definition at line 73 of file ExG4RunAction01.hh.
Referenced by BeginOfRunAction(), and SetRndmFileName().
      
  | 
  private | 
Definition at line 75 of file ExG4RunAction01.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), and SetSaveRndm().
      
  | 
  private | 
Definition at line 74 of file ExG4RunAction01.hh.
Referenced by BeginOfRunAction(), and SetVerboseLevel().