| 
    Geant4
    10.00.p01
    
   | 
 
#include <F01RunAction.hh>
 Inheritance diagram for F01RunAction:
 Collaboration diagram for F01RunAction:Public Member Functions | |
| F01RunAction () | |
| virtual | ~F01RunAction () | 
| virtual void | BeginOfRunAction (const G4Run *) | 
| virtual void | EndOfRunAction (const G4Run *) | 
| void | SetRndmFreq (G4int val) | 
| G4int | GetRndmFreq () const | 
  Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () | 
| virtual G4Run * | GenerateRun () | 
| void | SetMaster (G4bool val=true) | 
| G4bool | IsMaster () const | 
Private Attributes | |
| F01RunMessenger * | fMessenger | 
| G4int | fSaveRndm | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 46 of file F01RunAction.hh.
| F01RunAction::F01RunAction | ( | ) | 
Definition at line 47 of file F01RunAction.cc.
References fMessenger.
      
  | 
  virtual | 
Definition at line 57 of file F01RunAction.cc.
References fMessenger.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 64 of file F01RunAction.cc.
References G4UImanager::ApplyCommand(), fSaveRndm, G4cout, G4endl, G4VVisManager::GetConcreteInstance(), G4Run::GetRunID(), and G4UImanager::GetUIpointer().
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 83 of file F01RunAction.cc.
References G4UImanager::ApplyCommand(), fSaveRndm, G4VVisManager::GetConcreteInstance(), and G4UImanager::GetUIpointer().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 57 of file F01RunAction.hh.
References fSaveRndm.
Referenced by F01EventAction::EndOfEventAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 56 of file F01RunAction.hh.
References fSaveRndm.
Referenced by F01RunMessenger::SetNewValue().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 61 of file F01RunAction.hh.
Referenced by F01RunAction(), and ~F01RunAction().
      
  | 
  private | 
Definition at line 62 of file F01RunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), GetRndmFreq(), and SetRndmFreq().