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

Configuration of the Stepping action. More...

#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/SensitiveSteppingAction.hpp>

Public Attributes

std::shared_ptr< EventStoreeventStore
 
bool charged = true
 Selection for hit recording.
 
bool neutral = false
 
bool primary = true
 
bool secondary = true
 

Detailed Description

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

Member Data Documentation

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


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