MarlinTrk  02.08
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HelixFit.h
Go to the documentation of this file.
1 #ifndef __HELIXFIT__
2 #define __HELIXFIT__
3 //
4 // HelixFit.h
5 // MarlinTrk
6 //
7 
15 
43 namespace MarlinTrk {
44 
45  class HelixFit {
46 
47 
48  public:
49 
50  int fastHelixFit(int npt, double* xf, double* yf, float* rf, float* pf, double* wf, float* zf , float* wzf, int iopt,
51  float* vv0, float* ee0, float& ch2ph, float& ch2z);
52 
53  };
54 
55 }
56 
57 #endif
int fastHelixFit(int npt, double *xf, double *yf, float *rf, float *pf, double *wf, float *zf, float *wzf, int iopt, float *vv0, float *ee0, float &ch2ph, float &ch2z)
Definition: HelixFit.cc:19