GFRaveMagneticField class Uses the FieldManager to provide a magnetic field to rave.
More...
#include <GFRaveMagneticField.h>
GFRaveMagneticField class Uses the FieldManager to provide a magnetic field to rave.
Definition at line 40 of file GFRaveMagneticField.h.
◆ GFRaveMagneticField()
genfit::GFRaveMagneticField::GFRaveMagneticField |
( |
| ) |
|
|
inline |
◆ ~GFRaveMagneticField()
virtual genfit::GFRaveMagneticField::~GFRaveMagneticField |
( |
| ) |
|
|
inlinevirtual |
◆ copy()
◆ inTesla()
rave::Vector3D genfit::GFRaveMagneticField::inTesla |
( |
const rave::Point3D & |
position | ) |
const |
|
virtual |
Definition at line 36 of file GFRaveMagneticField.cc.
37{
38 TVector3
pos(position.x(), position.y(), position.z());
39
42
43 return rave::Vector3D (
B.X(),
B.Y(),
B.Z());
44}
TVector3 getFieldVal(const TVector3 &position)
This does NOT use the cache!
static FieldManager * getInstance()
Get singleton instance.
The documentation for this class was generated from the following files: