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