Struct Acts::TGeoParser::Options

struct Options

Nested configuration struct.

This contains the parsing configuration

Public Members

std::string localAxes = "XYZ"

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

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

Parse restrictions, several can apply.

std::vector<std::string> targetNames = {}

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

double unit = 1 * UnitConstants::cm

Scaling from TGeo to ROOT.

std::vector<std::string> volumeNames = {}

Identify the vlume by name.