#include <ExN04EventAction.hh>
◆ ExN04EventAction() [1/2]
ExN04EventAction::ExN04EventAction |
( |
| ) |
|
◆ ~ExN04EventAction() [1/2]
ExN04EventAction::~ExN04EventAction |
( |
| ) |
|
◆ ExN04EventAction() [2/2]
ExN04EventAction::ExN04EventAction |
( |
| ) |
|
◆ ~ExN04EventAction() [2/2]
ExN04EventAction::~ExN04EventAction |
( |
| ) |
|
◆ BeginOfEventAction() [1/2]
void ExN04EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ BeginOfEventAction() [2/2]
void ExN04EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ EndOfEventAction() [1/2]
void ExN04EventAction::EndOfEventAction |
( |
const G4Event * |
evt | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 71 of file eventgenerator/HepMC/HepMCEx01/src/ExN04EventAction.cc.
89 G4int n_hit = THC-> entries();
91 <<
" hits are stored in ExN04TrackerHitsCollection." <<
G4endl;
95 G4int n_hit = CHC-> entries();
97 <<
" hits are stored in ExN04CalorimeterHitsCollection." <<
G4endl;
99 for(
int i = 0; i < n_hit; i++ ) {
100 totE += (*CHC)[i]-> GetEdep();
102 G4cout <<
" Total energy deposition in calorimeter : " 107 G4int n_hit = MHC-> entries();
109 <<
" hits are stored in ExN04MuonHitsCollection." <<
G4endl;
G4VHitsCollection * GetHC(G4int i)
G4GLOB_DLL std::ostream G4cout
◆ EndOfEventAction() [2/2]
void ExN04EventAction::EndOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ calorimeterCollID
G4int ExN04EventAction::calorimeterCollID |
|
private |
◆ fcalorimeterCollID
G4int ExN04EventAction::fcalorimeterCollID |
|
private |
◆ fmuonCollID
G4int ExN04EventAction::fmuonCollID |
|
private |
◆ ftrackerCollID
G4int ExN04EventAction::ftrackerCollID |
|
private |
◆ muonCollID
G4int ExN04EventAction::muonCollID |
|
private |
◆ trackerCollID
G4int ExN04EventAction::trackerCollID |
|
private |
The documentation for this class was generated from the following files: