Struct InterpolatedBFieldMap::Config¶
Defined in File InterpolatedBFieldMap.hpp
Nested Relationships¶
This struct is a nested type of Template Class InterpolatedBFieldMap.
Struct Documentation¶
-
struct
Acts::InterpolatedBFieldMap::Config¶ configuration object for magnetic field interpolation
Public Functions
-
Config(Mapper_t m)¶
Public Members
-
Mapper_t
mapper¶ object for global coordinate transformation and interpolation
This object performs the mapping of the global 3D coordinates onto the field grid and the interpolation of the field values on close-by grid points.
-
double
scale= 1.¶ global B-field scaling factor
- Note
Negative values for
scaleare accepted and will invert the direction of the magnetic field.
-