EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndGenfitField.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndGenfitField.h
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