![]() |
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... | |
![]() | |
AbsBField () | |
virtual | ~AbsBField () |
Magnetic field.
Definition at line 12 of file PndGenfitField2.h.
PndGenfitField2::PndGenfitField2 | ( | ) |
define the field in this ctor (?)
|
virtual |
return value at position
Implements genfit::AbsBField.
|
virtual |
Get the magneticField [kGauss] at position.
Override this in your concrete implementation.
Reimplemented from genfit::AbsBField.