Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::ParticleKillAction::Config Struct Reference

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
 

Detailed Description

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

Member Data Documentation

double ActsExamples::ParticleKillAction::Config::maxTime = std::numeric_limits<double>::infinity()

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().


The documentation for this struct was generated from the following file: