|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKGEOMETRY_MAGNETICFIELDPROPERTIES_H
10 #define TRKGEOMETRY_MAGNETICFIELDPROPERTIES_H
13 #include "GaudiKernel/GaudiException.h"
14 #include "GaudiKernel/MsgStream.h"
70 #endif // TRKGEOMETRY_MAGNETICFIELDPROPERTIES_H
MagneticFieldMode m_magneticFieldMode
const Amg::Vector3D & magneticField() const
Get the magnetic field - in case of constant field only - throws exception if mode is not constant.
MagneticFieldProperties(MagneticFieldProperties &&)=default
MagneticFieldProperties(MagneticFieldMode mode=Trk::FullField)
Constructor for magnetic field mode - full field is default.
~MagneticFieldProperties()=default
MagneticFieldProperties(const Amg::Vector3D &field)
Constructor for magnetic field mode.
@ FullField
Field is set to be realistic, but within a given Volume.
MagneticFieldProperties & operator=(const MagneticFieldProperties &)=default
Ensure that the ATLAS eigen extensions are properly loaded.
MagneticFieldProperties(const MagneticFieldProperties &)=default
Eigen::Matrix< double, 3, 1 > Vector3D
MagneticFieldMode magneticFieldMode() const
Returns the MagneticFieldMode as specified.
MsgStream & operator<<(MsgStream &sl, const AlignModule &alignModule)
overload of << operator for MsgStream for debug output
MagneticFieldProperties & operator=(MagneticFieldProperties &&)=default
Amg::Vector3D m_magneticField