StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEStructAutoFit.h
1 #ifndef __STESTRUCTAUTOFIT_HH
2 #define __STESTRUCTAUTOFIT_HH
3 
4 #include "TROOT.h"
5 #include "TH2D.h"
6 
8 
9  public:
10 
11  //Double_t pow(Double_t x, int k);
12  //Double_t funAway(Double_t *x, Double_t *par);
13  //Double_t funNear(Double_t *x, Double_t *par);
14  //Double_t fun2(Double_t *x, Double_t *par);
15  double* autofit8Par(double* best, TH2D* plot, int type, double* allchisq=NULL);
16  double* autofit8Parv3(double* best, TH2D* plot, int type, double* allchisq=NULL);
17  double* autofit9Par(double* best, TH2D* plot, int type, double* allchiaq=NULL);
18  double* autofit11Par(double* best, TH2D* plot, int type, double* allchisq=NULL);
19  double* autofit12Par(double* best, TH2D* plot, int type, double* allchisq=NULL);
20  double* autofit11Par2G(double* best, TH2D* plot, int type, double yt, double* allchisq=NULL);
21  double* autofit11Parv3(double* best, TH2D* plot, int type, double* allchisq=NULL);
22 
23  StEStructAutoFit() {};
24  ~StEStructAutoFit() {};
25 
26  ClassDef(StEStructAutoFit,1)
27 
28 };
29 
30 #endif