|
FairRoot/PandaRoot
|
Magnetic field. More...
#include <PndGenfitField2.h>
Public Member Functions | |
| PndGenfitField2 () | |
| define the field in this ctor (?) More... | |
| TVector3 | get (const TVector3 &pos) const |
| return value at position More... | |
| virtual void | get (const double &posX, const double &posY, const double &posZ, double &Bx, double &By, double &Bz) const |
| Get the magneticField [kGauss] at position. More... | |
Magnetic field.
Definition at line 12 of file PndGenfitField2.h.
| PndGenfitField2::PndGenfitField2 | ( | ) |
define the field in this ctor (?)
Definition at line 6 of file PndGenfitField2.cxx.
|
virtual |
return value at position
Implements genfit::AbsBField.
Definition at line 10 of file PndGenfitField2.cxx.
References x.
|
virtual |
Get the magneticField [kGauss] at position.
Override this in your concrete implementation.
Reimplemented from genfit::AbsBField.
Definition at line 18 of file PndGenfitField2.cxx.
References x.
1.8.5