|
ACTS
Experiment-independent tracking
|
Nested configuration struct. More...
#include <ActsPlugins/Root/TGeoParser.hpp>
Public Attributes | |
| std::string | localAxes = "XYZ" |
| The local axis definition of TGeo object wrt Acts::Surface. | |
| std::vector< std::pair< Acts::AxisDirection, ParseRange > > | parseRanges = {} |
| Parse restrictions, several can apply. | |
| std::vector< std::string > | targetNames = {} |
| Identify the sensor(s)/target(s) by name. | |
| double | unit = 1 * Acts::UnitConstants::cm |
| Scaling from TGeo to ROOT. | |
| std::vector< std::string > | volumeNames = {} |
| Identify the volume by name. | |
Nested configuration struct.
This contains the parsing configuration
| std::string ActsPlugins::TGeoParser::Options::localAxes = "XYZ" |
The local axis definition of TGeo object wrt Acts::Surface.
| std::vector<std::pair<Acts::AxisDirection, ParseRange> > ActsPlugins::TGeoParser::Options::parseRanges = {} |
Parse restrictions, several can apply.
| std::vector<std::string> ActsPlugins::TGeoParser::Options::targetNames = {} |
Identify the sensor(s)/target(s) by name.
| double ActsPlugins::TGeoParser::Options::unit = 1 * Acts::UnitConstants::cm |
Scaling from TGeo to ROOT.
| std::vector<std::string> ActsPlugins::TGeoParser::Options::volumeNames = {} |
Identify the volume by name.