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

Nested configuration struct. More...

#include <acts/blob/sPHENIX/Plugins/TGeo/include/Acts/Plugins/TGeo/TGeoParser.hpp>

+ Collaboration diagram for Acts::TGeoParser::Options:

Public Attributes

std::vector< std::string > volumeNames = {}
 Identify the volume by name.
 
std::vector< std::string > targetNames = {}
 Identify the sensor(s)/target(s) by name.
 
std::string localAxes = "XYZ"
 The local axis definition of TGeo object wrt Acts::Surface.
 
double unit = 1 * UnitConstants::cm
 Scaling from TGeo to ROOT.
 
std::vector< std::pair
< BinningValue, ParseRange > > 
parseRanges = {}
 Parse restrictions, several can apply.
 

Detailed Description

Nested configuration struct.

This contains the parsing configuration

Definition at line 62 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 62 of file TGeoParser.hpp

Member Data Documentation

std::string Acts::TGeoParser::Options::localAxes = "XYZ"

The local axis definition of TGeo object wrt Acts::Surface.

Definition at line 68 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 68 of file TGeoParser.hpp

std::vector<std::pair<BinningValue, ParseRange> > Acts::TGeoParser::Options::parseRanges = {}

Parse restrictions, several can apply.

Definition at line 72 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 72 of file TGeoParser.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::TGeoLayerBuilder::buildLayers(), and Acts::TGeoParser::select().

std::vector<std::string> Acts::TGeoParser::Options::targetNames = {}

Identify the sensor(s)/target(s) by name.

Definition at line 66 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 66 of file TGeoParser.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::TGeoLayerBuilder::buildLayers(), and Acts::TGeoParser::select().

double Acts::TGeoParser::Options::unit = 1 * UnitConstants::cm

Scaling from TGeo to ROOT.

Definition at line 70 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 70 of file TGeoParser.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::TGeoLayerBuilder::buildLayers(), and Acts::TGeoParser::select().

std::vector<std::string> Acts::TGeoParser::Options::volumeNames = {}

Identify the volume by name.

Definition at line 64 of file TGeoParser.hpp.

View newest version in sPHENIX GitHub at line 64 of file TGeoParser.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::TGeoLayerBuilder::buildLayers(), and Acts::TGeoParser::select().


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