EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
configuration object for magnetic field interpolation More...
#include <acts/blob/sPHENIX/Core/include/Acts/MagneticField/InterpolatedBFieldMap.hpp>
Public Member Functions | |
Config (Mapper_t m) | |
Public Attributes | |
double | scale = 1. |
global B-field scaling factor | |
Mapper_t | mapper |
object for global coordinate transformation and interpolation | |
configuration object for magnetic field interpolation
Definition at line 235 of file InterpolatedBFieldMap.hpp.
View newest version in sPHENIX GitHub at line 235 of file InterpolatedBFieldMap.hpp
|
inline |
Definition at line 236 of file InterpolatedBFieldMap.hpp.
View newest version in sPHENIX GitHub at line 236 of file InterpolatedBFieldMap.hpp
Mapper_t Acts::InterpolatedBFieldMap< Mapper_t >::Config::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.
Definition at line 249 of file InterpolatedBFieldMap.hpp.
View newest version in sPHENIX GitHub at line 249 of file InterpolatedBFieldMap.hpp
Referenced by Acts::InterpolatedBFieldMap< Mapper_t >::getField(), Acts::InterpolatedBFieldMap< Mapper_t >::getFieldCell(), Acts::InterpolatedBFieldMap< Mapper_t >::getFieldGradient(), Acts::InterpolatedBFieldMap< Mapper_t >::getMapper(), and Acts::InterpolatedBFieldMap< Mapper_t >::isInside().
double Acts::InterpolatedBFieldMap< Mapper_t >::Config::scale = 1. |
global B-field scaling factor
scale
are accepted and will invert the direction of the magnetic field. Definition at line 242 of file InterpolatedBFieldMap.hpp.
View newest version in sPHENIX GitHub at line 242 of file InterpolatedBFieldMap.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::InterpolatedBFieldMap< Mapper_t >::getScale(), and ActsExamples::Options::readBField().