#include <XrayTelSteppingAction.hh>
Definition at line 65 of file XrayTelSteppingAction.hh.
◆ XrayTelSteppingAction()
XrayTelSteppingAction::XrayTelSteppingAction |
( |
| ) |
|
◆ ~XrayTelSteppingAction()
XrayTelSteppingAction::~XrayTelSteppingAction |
( |
| ) |
|
|
virtual |
◆ UserSteppingAction()
void XrayTelSteppingAction::UserSteppingAction |
( |
const G4Step * |
step | ) |
|
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 80 of file XrayTelSteppingAction.cc.
83 G4Track*
track = step->GetTrack();
86 if (track->GetVolume()) volName = track->GetVolume()->GetName();
88 if (track->GetNextVolume()) nextVolName = track->GetNextVolume()->GetName();
93 if (volName !=
"Detector_P" && nextVolName ==
"Detector_P")
void Update(G4double energy, G4int threadID)
void analyseStepping(const G4Track &track, G4bool entering)
static XrayTelAnalysis * getInstance()
The documentation for this class was generated from the following files: