FairRoot/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 
15  public:
18 
20  TVector3 get(const TVector3& pos) const;
21  virtual void get(const double& posX, const double& posY, const double& posZ, double& Bx, double& By, double& Bz) const;
22 
23  private:
24 
25 };
26 
27 #endif
TVector3 pos
Abstract Interface to magnetic fields in GENFIT.
Definition: AbsBField.h:36
Magnetic field.
PndGenfitField2()
define the field in this ctor (?)