| 
    Geant4
    10.02.p02
    
   | 
 
#include <PurgMagRunAction.hh>
 Inheritance diagram for PurgMagRunAction:
 Collaboration diagram for PurgMagRunAction:Public Member Functions | |
| PurgMagRunAction () | |
| ~PurgMagRunAction () | |
| void | BeginOfRunAction (const G4Run *) | 
| void | EndOfRunAction (const G4Run *) | 
| void | SetRndmFreq (G4int val) | 
| G4int | GetRndmFreq () | 
  Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () | 
| virtual G4Run * | GenerateRun () | 
| void | SetMaster (G4bool val=true) | 
| G4bool | IsMaster () const | 
Private Attributes | |
| G4int | saveRndm | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 49 of file PurgMagRunAction.hh.
| PurgMagRunAction::PurgMagRunAction | ( | ) | 
Definition at line 48 of file PurgMagRunAction.cc.
References saveRndm.
| PurgMagRunAction::~PurgMagRunAction | ( | ) | 
Definition at line 55 of file PurgMagRunAction.cc.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 60 of file PurgMagRunAction.cc.
References PurgMagAnalysisManager::book(), G4cout, G4endl, PurgMagAnalysisManager::getInstance(), G4Run::GetRunID(), G4UserRunAction::IsMaster(), and saveRndm.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 87 of file PurgMagRunAction.cc.
References PurgMagAnalysisManager::finish(), G4cout, G4endl, PurgMagAnalysisManager::getInstance(), G4Run::GetNumberOfEvent(), G4UserRunAction::IsMaster(), and saveRndm.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 60 of file PurgMagRunAction.hh.
References saveRndm.
      
  | 
  inline | 
Definition at line 59 of file PurgMagRunAction.hh.
References saveRndm.
      
  | 
  private | 
Definition at line 64 of file PurgMagRunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), GetRndmFreq(), PurgMagRunAction(), and SetRndmFreq().