9 #ifndef CROMBIETOOLS_PLOTTOOLS_PLOTFITPARAMETERS_H 10 #define CROMBIETOOLS_PLOTTOOLS_PLOTFITPARAMETERS_H 23 std::vector<TGraphErrors*>
MakeGraphs ( TString ParameterExpr );
25 std::vector<TGraphErrors*>
MakeGraphs ( Int_t ParameterNum );
38 void GetMeans ( Int_t NumXBins,
const Double_t *XBins );
39 void DoFit ( TF1* fitFunc, TF1* looseFunc, TH2D* histToFit,
40 TF1**& fitHolder, TMatrixDSym**& covHolder );
45 Double_t MinY, Double_t MaxY )
46 {
return new TF1(
"func",
function, MinY, MaxY); }