| 
    Geant4
    10.00.p03
    
   | 
 
#include <XrayTelRunAction.hh>
 Inheritance diagram for XrayTelRunAction:
 Collaboration diagram for XrayTelRunAction:Public Member Functions | |
| XrayTelRunAction () | |
| ~XrayTelRunAction () | |
| void | BeginOfRunAction (const G4Run *) | 
| void | EndOfRunAction (const G4Run *) | 
| void | Update (G4double energy) | 
  Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () | 
| virtual G4Run * | GenerateRun () | 
| void | SetMaster (G4bool val=true) | 
| G4bool | IsMaster () const | 
Private Attributes | |
| G4int | nEnteringTracks | 
| G4double | totEnteringEnergy | 
Additional Inherited Members | |
  Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster | 
Definition at line 65 of file XrayTelRunAction.hh.
| XrayTelRunAction::XrayTelRunAction | ( | ) | 
Definition at line 73 of file XrayTelRunAction.cc.
| XrayTelRunAction::~XrayTelRunAction | ( | ) | 
Definition at line 78 of file XrayTelRunAction.cc.
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 82 of file XrayTelRunAction.cc.
References G4UImanager::ApplyCommand(), XrayTelAnalysis::book(), G4cout, G4endl, G4VVisManager::GetConcreteInstance(), XrayTelAnalysis::getInstance(), G4Run::GetRunID(), G4UImanager::GetUIpointer(), nEnteringTracks, and totEnteringEnergy.
 Here is the call graph for this function:
      
  | 
  virtual | 
Reimplemented from G4UserRunAction.
Definition at line 102 of file XrayTelRunAction.cc.
References G4UImanager::ApplyCommand(), XrayTelAnalysis::finish(), G4cout, G4endl, G4VVisManager::GetConcreteInstance(), XrayTelAnalysis::getInstance(), G4UImanager::GetUIpointer(), MeV, nEnteringTracks, and totEnteringEnergy.
 Here is the call graph for this function:| void XrayTelRunAction::Update | ( | G4double | energy | ) | 
Definition at line 120 of file XrayTelRunAction.cc.
References G4INCL::KinematicsUtils::energy(), nEnteringTracks, and totEnteringEnergy.
Referenced by XrayTelSteppingAction::UserSteppingAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 80 of file XrayTelRunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), and Update().
      
  | 
  private | 
Definition at line 81 of file XrayTelRunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), and Update().