Analysis Software
Documentation for sPHENIX simulation software
|
Configuration of the Stepping action. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/SensitiveSteppingAction.hpp>
Public Attributes | |
std::shared_ptr< EventStore > | eventStore |
bool | charged = true |
Selection for hit recording. | |
bool | neutral = false |
bool | primary = true |
bool | secondary = true |
Configuration of the Stepping action.
Definition at line 31 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 31 of file SensitiveSteppingAction.hpp
bool ActsExamples::SensitiveSteppingAction::Config::charged = true |
Selection for hit recording.
Definition at line 35 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 35 of file SensitiveSteppingAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
std::shared_ptr<EventStore> ActsExamples::SensitiveSteppingAction::Config::eventStore |
Definition at line 32 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 32 of file SensitiveSteppingAction.hpp
Referenced by ActsExamples::SensitiveSteppingAction::eventStore(), and ActsExamples::Geant4Simulation::Geant4Simulation().
bool ActsExamples::SensitiveSteppingAction::Config::neutral = false |
Definition at line 36 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 36 of file SensitiveSteppingAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
bool ActsExamples::SensitiveSteppingAction::Config::primary = true |
Definition at line 37 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 37 of file SensitiveSteppingAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
bool ActsExamples::SensitiveSteppingAction::Config::secondary = true |
Definition at line 38 of file SensitiveSteppingAction.hpp.
View newest version in sPHENIX GitHub at line 38 of file SensitiveSteppingAction.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().