Analysis Software
Documentation for sPHENIX simulation software
|
Configuration of the Stepping action. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/ParticleKillAction.hpp>
Public Attributes | |
std::shared_ptr< const Acts::Volume > | volume |
particles outside this volume will be terminated | |
double | maxTime = std::numeric_limits<double>::infinity() |
particles that exceed this global time limit will be terminated | |
bool | secondaries = false |
secondary particles will be terminated | |
Configuration of the Stepping action.
Definition at line 33 of file ParticleKillAction.hpp.
View newest version in sPHENIX GitHub at line 33 of file ParticleKillAction.hpp
particles that exceed this global time limit will be terminated
Definition at line 37 of file ParticleKillAction.hpp.
View newest version in sPHENIX GitHub at line 37 of file ParticleKillAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
bool ActsExamples::ParticleKillAction::Config::secondaries = false |
secondary particles will be terminated
Definition at line 39 of file ParticleKillAction.hpp.
View newest version in sPHENIX GitHub at line 39 of file ParticleKillAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
std::shared_ptr<const Acts::Volume> ActsExamples::ParticleKillAction::Config::volume |
particles outside this volume will be terminated
Definition at line 35 of file ParticleKillAction.hpp.
View newest version in sPHENIX GitHub at line 35 of file ParticleKillAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().