#include <IORTEventAction.hh>
Definition at line 49 of file IORTEventAction.hh.
◆ IORTEventAction()
IORTEventAction::IORTEventAction |
( |
| ) |
|
◆ ~IORTEventAction()
IORTEventAction::~IORTEventAction |
( |
| ) |
|
◆ BeginOfEventAction()
void IORTEventAction::BeginOfEventAction |
( |
const G4Event * |
evt | ) |
|
|
virtual |
◆ EndOfEventAction()
void IORTEventAction::EndOfEventAction |
( |
const G4Event * |
evt | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 86 of file IORTEventAction.cc.
94 if (matrix) matrix -> ClearHitTrack();
106 G4int HitCount = CHC -> entries();
107 for (
G4int h=0; h<HitCount; h++)
109 G4int i = ((*CHC)[h]) -> GetXID();
110 G4int j = ((*CHC)[h]) -> GetYID();
111 G4int k = ((*CHC)[h]) -> GetZID();
112 G4double energyDeposit = ((*CHC)[h]) -> GetEdep();
113 matrix ->
Fill(i, j, k, energyDeposit/
MeV);
TNtupleSim Fill(f1, f2, f3, f4)
static IORTMatrix * GetInstance()
◆ SetDrawFlag()
void IORTEventAction::SetDrawFlag |
( |
G4String |
val | ) |
|
|
inline |
◆ SetPrintModulo()
void IORTEventAction::SetPrintModulo |
( |
G4int |
val | ) |
|
|
inline |
◆ drawFlag
◆ hitsCollectionID
G4int IORTEventAction::hitsCollectionID |
|
private |
◆ pointerEventMessenger
◆ printModulo
G4int IORTEventAction::printModulo |
|
private |
The documentation for this class was generated from the following files: