| 
    Geant4
    10.01
    
   | 
 
#include <F02RunAction.hh>
 Inheritance diagram for F02RunAction:
 Collaboration diagram for F02RunAction:Public Member Functions | |
| F02RunAction () | |
| virtual | ~F02RunAction () | 
| 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 | |
| F02RunMessenger * | fMessenger | 
| G4int | fSaveRndm | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 46 of file F02RunAction.hh.
| F02RunAction::F02RunAction | ( | ) | 
Definition at line 47 of file F02RunAction.cc.
References fMessenger.
      
  | 
  virtual | 
Definition at line 57 of file F02RunAction.cc.
References fMessenger.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 64 of file F02RunAction.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 F02RunAction.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 F02RunAction.hh.
References fSaveRndm.
Referenced by F02EventAction::EndOfEventAction().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 56 of file F02RunAction.hh.
References fSaveRndm.
Referenced by F02RunMessenger::SetNewValue().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 61 of file F02RunAction.hh.
Referenced by F02RunAction(), and ~F02RunAction().
      
  | 
  private | 
Definition at line 62 of file F02RunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), GetRndmFreq(), and SetRndmFreq().