#include <RE05EventAction.hh>
Definition at line 38 of file RE05EventAction.hh.
◆ RE05EventAction()
RE05EventAction::RE05EventAction |
( |
| ) |
|
◆ ~RE05EventAction()
RE05EventAction::~RE05EventAction |
( |
| ) |
|
|
virtual |
◆ BeginOfEventAction()
void RE05EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ EndOfEventAction()
void RE05EventAction::EndOfEventAction |
( |
const G4Event * |
evt | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 72 of file RE05EventAction.cc.
93 <<
" hits are stored in RE05TrackerHitsCollection." <<
G4endl;
99 <<
" hits are stored in RE05CalorimeterHitsCollection." <<
G4endl;
101 for(
int i=0;i<n_hit;i++)
102 { totE += (*CHC)[i]->GetEdep(); }
103 G4cout <<
" Total energy deposition in calorimeter : " 110 <<
" hits are stored in RE05MuonHitsCollection." <<
G4endl;
G4VHitsCollection * GetHC(G4int i)
G4GLOB_DLL std::ostream G4cout
G4HCofThisEvent * GetHCofThisEvent() const
◆ calorimeterCollID
G4int RE05EventAction::calorimeterCollID |
|
private |
◆ muonCollID
G4int RE05EventAction::muonCollID |
|
private |
◆ trackerCollID
G4int RE05EventAction::trackerCollID |
|
private |
The documentation for this class was generated from the following files: