Struct HelicalTrackLinearizer::Config

Nested Relationships

This struct is a nested type of Template Class HelicalTrackLinearizer.

Struct Documentation

struct Acts::HelicalTrackLinearizer::Config

Configuration struct.

Public Functions

Config(std::shared_ptr<MagneticFieldProvider> bIn, std::shared_ptr<Propagator_t> prop)

@ Config constructor if magnetic field is present

Parameters
  • bIn: The magnetic field

  • prop: The propagator

Config(std::shared_ptr<Propagator_t> prop)

Config constructor without B field -> uses NullBField.

Parameters
  • prop: The propagator

Public Members

std::shared_ptr<MagneticFieldProvider> bField
double maxRho = 1e+15
double minQoP = 1e-15
std::shared_ptr<Propagator_t> propagator