PandaRoot
PndGenfitField2.h
Go to the documentation of this file.
1 #ifndef PNDGENFITFIELD2_H
2 #define PNDGENFITFIELD2_H
3 
4 #include "AbsBField.h"
5 
13 
14  public:
17 
19  TVector3 get(const TVector3 &pos) const;
20  virtual void get(const double &posX, const double &posY, const double &posZ, double &Bx, double &By, double &Bz) const;
21 
22  private:
23 };
24 
25 #endif
Abstract Interface to magnetic fields in GENFIT.
Definition: AbsBField.h:35
Magnetic field.
PndGenfitField2()
define the field in this ctor (?)