#include <SimG4Full/include/SimG4Full/ParticleHistoryAction.h>
|
double | m_energyCut |
| energy threshold for secondaries to be saved
|
|
◆ ParticleHistoryAction()
ParticleHistoryAction::ParticleHistoryAction |
( |
double | energyCut | ) |
|
◆ ~ParticleHistoryAction()
virtual sim::ParticleHistoryAction::~ParticleHistoryAction |
( |
| ) |
|
|
virtualdefault |
◆ PostUserTrackingAction()
void ParticleHistoryAction::PostUserTrackingAction |
( |
const G4Track * | aTrack | ) |
|
particles are saved here, after geant4 is done simulating the track
◆ PreUserTrackingAction()
void ParticleHistoryAction::PreUserTrackingAction |
( |
const G4Track * | aTrack | ) |
|
empty action - particles are only saved at the end of track
◆ selectSecondary()
bool ParticleHistoryAction::selectSecondary |
( |
const G4Track & | aTrack, |
|
|
double | aEnergyCut ) |
Simple filter for particles to be saved, based on their energy.
- Parameters
-
[in] | aTrack | track of the particle to be saved |
[in] | aEnergyCut | energy threshold above which particles are saved |
◆ m_energyCut
double sim::ParticleHistoryAction::m_energyCut |
|
private |
energy threshold for secondaries to be saved
The documentation for this class was generated from the following files: