ATLAS Offline Software
MagneticFieldMode.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // MagneticFieldMode.h, (c) ATLAS Detector software
8 #ifndef TRKGEOMETRY_MAGNETICFIELDMODE_H
9 #define TRKGEOMETRY_MAGNETICFIELDMODE_H
10 
11 namespace Trk {
12 
18  NoField = 0,
20  FastField = 2,
21  FullField = 3
22 };
23 
24 } // namespace Trk
25 #endif // TRKGEOMETRY_MAGNETICFIELDMODE_H
Trk::FastField
@ FastField
call the fast field access method of the FieldSvc
Definition: MagneticFieldMode.h:20
Trk::FullField
@ FullField
Field is set to be realistic, but within a given Volume.
Definition: MagneticFieldMode.h:21
Trk::NoField
@ NoField
Field is set to 0., 0., 0.,.
Definition: MagneticFieldMode.h:18
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
Trk::ConstantField
@ ConstantField
Field is set to be constant.
Definition: MagneticFieldMode.h:19
Trk::MagneticFieldMode
MagneticFieldMode
Definition: MagneticFieldMode.h:17