1 #ifndef CYLINDRICAL2DMAGNETICFIELDMAP_H
2 #define CYLINDRICAL2DMAGNETICFIELDMAP_H
8 #include "Cylindrical2DMagneticField.h"
11 #include "gear/BField.h"
12 #include "gearimpl/GearParametersImpl.h"
15 #include "EVENT/LCIO.h"
33 void init(
double,
double,
double,
double,
double);
39 bool updateMagneticField(EVENT::LCCollection *);
41 virtual gear::Vector3D at(gear::Vector3D point)
const;
50 #endif // CYLINDRICAL2DMAGNETICFIELDMAP_H
Cylindrical2DMagneticFieldMap : A magnetic field from a cylindrical 2d field map (r and z) ...
Definition: Cylindrical2DMagneticFieldMap.h:25
Cylindrical2DMagneticFieldMap()
constructor
Definition: Cylindrical2DMagneticFieldMap.cc:11
Cylindrical2DMagneticField : A magnetic field from a cylindrical 2d field map (r and z) ...
Definition: Cylindrical2DMagneticField.h:28
virtual ~Cylindrical2DMagneticFieldMap()
destructor
Definition: Cylindrical2DMagneticFieldMap.cc:27