FairRoot/PandaRoot
PndGenfitField.h
Go to the documentation of this file.
1 #ifndef PNDGENFITFIELD_H
2 #define PNDGENFITFIELD_H
3 
4 #include"GFAbsBField.h"
5 
13 {
14 
15  public:
18 
20  TVector3 get(const TVector3& pos) const;
21 
22  private:
23 
24 };
25 
26 #endif
TVector3 pos
PndGenfitField()
define the field in this ctor (?)
Magnetic field.
Generic Interface to magnetic fields in GENFIT.
Definition: GFAbsBField.h:35