76 |
|
void setIndivMeanX(unsigned); |
77 |
|
unsigned indivMeanY(); |
78 |
|
void setIndivMeanY(unsigned); |
79 |
< |
virtual double chisquareSigma(double) = 0; |
79 |
> |
virtual double chisquareSigma(double, double) = 0; |
80 |
|
double formulaIntegral(double, double, double, double, |
81 |
|
double*, double, double); |
82 |
|
std::vector< std::vector< double > > subtractCurrentFit(VectorHisto, |
112 |
|
int getNumberOfDegreesOfFreedom(VectorHisto, int); |
113 |
|
|
114 |
|
FitResults putParsInFitResults(std::vector<TString>, |
115 |
< |
double *, double *, double *, double *); |
115 |
> |
double *, double *, double *, double *, |
116 |
> |
FitResults&); |
117 |
|
static VectorHisto loadTH2IntoVectorHisto(TH2*); |
118 |
|
Trouble minimize(TMinuit*, VectorHisto, int); |
119 |
|
|