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

#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/DetectorNavigator.hpp>

+ Collaboration diagram for Acts::Experimental::DetectorNavigator::Config:

Public Attributes

const Detectordetector = nullptr
 Detector for this Navigation.
 
bool resolveSensitive = true
 
bool resolveMaterial = true
 stop at every material surface (whether it is passive or not)
 
bool resolvePassive = false
 stop at every surface regardless what it is
 

Detailed Description

Definition at line 36 of file DetectorNavigator.hpp.

View newest version in sPHENIX GitHub at line 36 of file DetectorNavigator.hpp

Member Data Documentation

const Detector* Acts::Experimental::DetectorNavigator::Config::detector = nullptr

Detector for this Navigation.

Definition at line 38 of file DetectorNavigator.hpp.

View newest version in sPHENIX GitHub at line 38 of file DetectorNavigator.hpp

Referenced by BOOST_AUTO_TEST_CASE().

bool Acts::Experimental::DetectorNavigator::Config::resolveMaterial = true

stop at every material surface (whether it is passive or not)

Definition at line 44 of file DetectorNavigator.hpp.

View newest version in sPHENIX GitHub at line 44 of file DetectorNavigator.hpp

bool Acts::Experimental::DetectorNavigator::Config::resolvePassive = false

stop at every surface regardless what it is

Definition at line 46 of file DetectorNavigator.hpp.

View newest version in sPHENIX GitHub at line 46 of file DetectorNavigator.hpp

bool Acts::Experimental::DetectorNavigator::Config::resolveSensitive = true

Configuration for this Navigator stop at every sensitive surface (whether it has material or not)

Definition at line 42 of file DetectorNavigator.hpp.

View newest version in sPHENIX GitHub at line 42 of file DetectorNavigator.hpp


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