#include <FitWithRooFit.h>
Public Member Functions | |
RooRealVar * | a0 () |
RooRealVar * | a1 () |
RooRealVar * | a2 () |
RooRealVar * | a3 () |
RooRealVar * | a4 () |
RooRealVar * | a5 () |
RooRealVar * | a6 () |
RooRealVar * | alpha () |
std::unique_ptr< RooAbsPdf > | buildBackgroundModel (RooRealVar *x, const TString &backgroundType) |
Build the model for the specified background type. More... | |
std::unique_ptr< RooAbsPdf > | buildModel (RooRealVar *x, const TString &signalType, const TString &backgroundType) |
Build the model to fit. More... | |
std::unique_ptr< RooAbsPdf > | buildSignalModel (RooRealVar *x, const TString &signalType) |
Build the model for the specified signal type. More... | |
RooRealVar * | expCoeffa0 () |
RooRealVar * | expCoeffa1 () |
RooRealVar * | expCoeffa2 () |
RooRealVar * | fGCB () |
void | fit (TH1 *histo, const TString signalType, const TString backgroundType, double xMin=0., double xMax=0., bool sumW2Error=false) |
RooRealVar * | fsig () |
RooRealVar * | gamma () |
RooRealVar * | gaussFrac () |
RooRealVar * | gaussFrac2 () |
std::unique_ptr< RooDataHist > | importTH1 (TH1 *histo, double xMin, double xMax) |
void | initA0 (double value, double min, double max, const TString &name="a0", const TString &title="a0") |
void | initA1 (double value, double min, double max, const TString &name="a1", const TString &title="a1") |
void | initA2 (double value, double min, double max, const TString &name="a2", const TString &title="a2") |
void | initA3 (double value, double min, double max, const TString &name="a3", const TString &title="a3") |
void | initA4 (double value, double min, double max, const TString &name="a4", const TString &title="a4") |
void | initA5 (double value, double min, double max, const TString &name="a5", const TString &title="a5") |
void | initA6 (double value, double min, double max, const TString &name="a6", const TString &title="a6") |
void | initAlpha (double value, double min, double max, const TString &name="alpha", const TString &title="alpha") |
void | initExpCoeffA0 (double value, double min, double max, const TString &name="expCoeffa0", const TString &title="expCoeffa0") |
void | initExpCoeffA1 (double value, double min, double max, const TString &name="expCoeffa1", const TString &title="expCoeffa1") |
void | initExpCoeffA2 (double value, double min, double max, const TString &name="expCoeffa2", const TString &title="expCoeffa2") |
void | initFGCB (double value, double min, double max, const TString &name="fGCB", const TString &title="fGCB") |
void | initFsig (double value, double min, double max, const TString &name="fsig", const TString &title="signal fraction") |
void | initGamma (double value, double min, double max, const TString &name="gamma", const TString &title="gamma") |
void | initGaussFrac (double value, double min, double max, const TString &name="GaussFrac", const TString &title="GaussFrac") |
void | initGaussFrac2 (double value, double min, double max, const TString &name="GaussFrac2", const TString &title="GaussFrac2") |
void | initMean (double value, double min, double max, const TString &name="mean", const TString &title="mean") |
void | initMean2 (double value, double min, double max, const TString &name="mean2", const TString &title="mean2") |
void | initMean3 (double value, double min, double max, const TString &name="mean3", const TString &title="mean3") |
void | initN (double value, double min, double max, const TString &name="n", const TString &title="n") |
void | initSigma (double value, double min, double max, const TString &name="sigma", const TString &title="sigma") |
void | initSigma2 (double value, double min, double max, const TString &name="sigma2", const TString &title="sigma2") |
void | initSigma3 (double value, double min, double max, const TString &name="sigma3", const TString &title="sigma3") |
RooRealVar * | mean () |
RooRealVar * | mean2 () |
RooRealVar * | mean3 () |
RooRealVar * | n () |
void | reinitializeParameters () |
RooRealVar * | sigma () |
RooRealVar * | sigma2 () |
RooRealVar * | sigma3 () |
Public Attributes | |
bool | useChi2_ = false |
Protected Attributes | |
std::unique_ptr< RooRealVar > | a0_ |
std::unique_ptr< RooRealVar > | a1_ |
std::unique_ptr< RooRealVar > | a2_ |
std::unique_ptr< RooRealVar > | a3_ |
std::unique_ptr< RooRealVar > | a4_ |
std::unique_ptr< RooRealVar > | a5_ |
std::unique_ptr< RooRealVar > | a6_ |
std::unique_ptr< RooRealVar > | alpha_ |
std::unique_ptr< RooRealVar > | expCoeffa0_ |
std::unique_ptr< RooRealVar > | expCoeffa1_ |
std::unique_ptr< RooRealVar > | expCoeffa2_ |
std::unique_ptr< RooRealVar > | fGCB_ |
std::unique_ptr< RooRealVar > | fsig_ |
std::unique_ptr< RooRealVar > | gamma_ |
std::unique_ptr< RooRealVar > | gaussFrac2_ |
std::unique_ptr< RooRealVar > | gaussFrac_ |
double | initVal_a0 = 0.0 |
double | initVal_a1 = 0.0 |
double | initVal_a2 = 0.0 |
double | initVal_a3 = 0.0 |
double | initVal_a4 = 0.0 |
double | initVal_a5 = 0.0 |
double | initVal_a6 = 0.0 |
double | initVal_alpha = 0.0 |
double | initVal_expCoeffa0 = 0.0 |
double | initVal_expCoeffa1 = 0.0 |
double | initVal_expCoeffa2 = 0.0 |
double | initVal_fGCB = 0.0 |
double | initVal_fsig = 0.0 |
double | initVal_gamma = 0.0 |
double | initVal_gaussFrac = 0.0 |
double | initVal_gaussFrac2 = 0.0 |
double | initVal_mean = 0.0 |
double | initVal_mean2 = 0.0 |
double | initVal_mean3 = 0.0 |
double | initVal_n = 0.0 |
double | initVal_sigma = 0.0 |
double | initVal_sigma2 = 0.0 |
double | initVal_sigma3 = 0.0 |
std::unique_ptr< RooRealVar > | mean2_ |
std::unique_ptr< RooRealVar > | mean3_ |
std::unique_ptr< RooRealVar > | mean_ |
std::unique_ptr< RooRealVar > | n_ |
std::unique_ptr< RooRealVar > | sigma2_ |
std::unique_ptr< RooRealVar > | sigma3_ |
std::unique_ptr< RooRealVar > | sigma_ |
This class allows to use RooFit to perform a fit on a TH1 histogram.
The currently implemented functions are:
Definition at line 46 of file FitWithRooFit.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::unique_ptr< RooAbsPdf > FitWithRooFit::buildBackgroundModel | ( | RooRealVar * | x, |
const TString & | backgroundType | ||
) |
Build the model for the specified background type.
Definition at line 415 of file FitWithRooFit.cc.
References a0_, a1_, a2_, a3_, a4_, a5_, a6_, beamvalidation::exit(), expCoeffa0_, expCoeffa1_, expCoeffa2_, fsig_, and x.
Referenced by buildModel().
std::unique_ptr< RooAbsPdf > FitWithRooFit::buildModel | ( | RooRealVar * | x, |
const TString & | signalType, | ||
const TString & | backgroundType | ||
) |
Build the model to fit.
Definition at line 481 of file FitWithRooFit.cc.
References buildBackgroundModel(), buildSignalModel(), makeMuonMisalignmentScenario::components, beamvalidation::exit(), fsig_, ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi::model, eostools::move(), and x.
Referenced by fit().
std::unique_ptr< RooAbsPdf > FitWithRooFit::buildSignalModel | ( | RooRealVar * | x, |
const TString & | signalType | ||
) |
Build the model for the specified signal type.
Definition at line 251 of file FitWithRooFit.cc.
References alpha_, makeMuonMisalignmentScenario::components, beamvalidation::exit(), fGCB_, gamma_, gaussFrac2_, gaussFrac_, mean2_, mean3_, mean_, n_, MillePedeFileConverter_cfg::out, sigma2_, sigma3_, sigma_, and x.
Referenced by buildModel().
|
inline |
|
inline |
|
inline |
|
inline |
void FitWithRooFit::fit | ( | TH1 * | histo, |
const TString | signalType, | ||
const TString | backgroundType, | ||
double | xMin = 0. , |
||
double | xMax = 0. , |
||
bool | sumW2Error = false |
||
) |
Definition at line 18 of file FitWithRooFit.cc.
References buildModel(), nano_mu_local_reco_cff::chi2, cuy::dh, timingPdfMaker::histo, importTH1(), DataMixerDataOnData_cff::Label, visualization-live-secondInstance_cfg::m, ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi::model, reinitializeParameters(), useChi2_, x, multiplicitycorr_cfi::xMax, and photonAnalyzer_cfi::xMin.
Referenced by trackingPlots.Iteration::modules().
|
inline |
|
inline |
|
inline |
|
inline |
std::unique_ptr< RooDataHist > FitWithRooFit::importTH1 | ( | TH1 * | histo, |
double | xMin, | ||
double | xMax | ||
) |
Definition at line 6 of file FitWithRooFit.cc.
References timingPdfMaker::histo, x, multiplicitycorr_cfi::xMax, and photonAnalyzer_cfi::xMin.
Referenced by fit().
void FitWithRooFit::initA0 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a0" , |
||
const TString & | title = "a0" |
||
) |
Definition at line 169 of file FitWithRooFit.cc.
References a0_, initVal_a0, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA1 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a1" , |
||
const TString & | title = "a1" |
||
) |
Definition at line 174 of file FitWithRooFit.cc.
References a1_, initVal_a1, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA2 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a2" , |
||
const TString & | title = "a2" |
||
) |
Definition at line 179 of file FitWithRooFit.cc.
References a2_, initVal_a2, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA3 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a3" , |
||
const TString & | title = "a3" |
||
) |
Definition at line 184 of file FitWithRooFit.cc.
References a3_, initVal_a3, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA4 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a4" , |
||
const TString & | title = "a4" |
||
) |
Definition at line 189 of file FitWithRooFit.cc.
References a4_, initVal_a4, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA5 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a5" , |
||
const TString & | title = "a5" |
||
) |
Definition at line 194 of file FitWithRooFit.cc.
References a5_, initVal_a5, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initA6 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "a6" , |
||
const TString & | title = "a6" |
||
) |
Definition at line 199 of file FitWithRooFit.cc.
References a6_, initVal_a6, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initAlpha | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "alpha" , |
||
const TString & | title = "alpha" |
||
) |
Definition at line 204 of file FitWithRooFit.cc.
References alpha_, initVal_alpha, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initExpCoeffA0 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "expCoeffa0" , |
||
const TString & | title = "expCoeffa0" |
||
) |
Definition at line 149 of file FitWithRooFit.cc.
References expCoeffa0_, initVal_expCoeffa0, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initExpCoeffA1 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "expCoeffa1" , |
||
const TString & | title = "expCoeffa1" |
||
) |
Definition at line 154 of file FitWithRooFit.cc.
References expCoeffa1_, initVal_expCoeffa1, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initExpCoeffA2 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "expCoeffa2" , |
||
const TString & | title = "expCoeffa2" |
||
) |
Definition at line 159 of file FitWithRooFit.cc.
References expCoeffa2_, initVal_expCoeffa2, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initFGCB | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "fGCB" , |
||
const TString & | title = "fGCB" |
||
) |
Definition at line 214 of file FitWithRooFit.cc.
References fGCB_, initVal_fGCB, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initFsig | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "fsig" , |
||
const TString & | title = "signal fraction" |
||
) |
Definition at line 164 of file FitWithRooFit.cc.
References fsig_, initVal_fsig, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initGamma | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "gamma" , |
||
const TString & | title = "gamma" |
||
) |
Definition at line 134 of file FitWithRooFit.cc.
References gamma_, initVal_gamma, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initGaussFrac | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "GaussFrac" , |
||
const TString & | title = "GaussFrac" |
||
) |
Definition at line 139 of file FitWithRooFit.cc.
References gaussFrac_, initVal_gaussFrac, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initGaussFrac2 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "GaussFrac2" , |
||
const TString & | title = "GaussFrac2" |
||
) |
Definition at line 144 of file FitWithRooFit.cc.
References gaussFrac2_, initVal_gaussFrac2, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initMean | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "mean" , |
||
const TString & | title = "mean" |
||
) |
Definition at line 104 of file FitWithRooFit.cc.
References initVal_mean, SiStripPI::max, mean_, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initMean2 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "mean2" , |
||
const TString & | title = "mean2" |
||
) |
Definition at line 109 of file FitWithRooFit.cc.
References initVal_mean2, SiStripPI::max, mean2_, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initMean3 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "mean3" , |
||
const TString & | title = "mean3" |
||
) |
Definition at line 114 of file FitWithRooFit.cc.
References initVal_mean3, SiStripPI::max, mean3_, SiStripPI::min, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initN | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "n" , |
||
const TString & | title = "n" |
||
) |
Definition at line 209 of file FitWithRooFit.cc.
References initVal_n, SiStripPI::max, SiStripPI::min, n_, Skims_PA_cff::name, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initSigma | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "sigma" , |
||
const TString & | title = "sigma" |
||
) |
Definition at line 119 of file FitWithRooFit.cc.
References initVal_sigma, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, sigma_, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initSigma2 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "sigma2" , |
||
const TString & | title = "sigma2" |
||
) |
Definition at line 124 of file FitWithRooFit.cc.
References initVal_sigma2, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, sigma2_, runGCPTkAlMap::title, and relativeConstraints::value.
void FitWithRooFit::initSigma3 | ( | double | value, |
double | min, | ||
double | max, | ||
const TString & | name = "sigma3" , |
||
const TString & | title = "sigma3" |
||
) |
Definition at line 129 of file FitWithRooFit.cc.
References initVal_sigma3, SiStripPI::max, SiStripPI::min, Skims_PA_cff::name, sigma3_, runGCPTkAlMap::title, and relativeConstraints::value.
|
inline |
|
inline |
|
inline |
|
inline |
void FitWithRooFit::reinitializeParameters | ( | ) |
Definition at line 219 of file FitWithRooFit.cc.
References a0_, a1_, a2_, a3_, a4_, a5_, a6_, alpha_, expCoeffa0_, expCoeffa1_, expCoeffa2_, fGCB_, fsig_, gamma_, gaussFrac2_, gaussFrac_, initVal_a0, initVal_a1, initVal_a2, initVal_a3, initVal_a4, initVal_a5, initVal_a6, initVal_alpha, initVal_expCoeffa0, initVal_expCoeffa1, initVal_expCoeffa2, initVal_fGCB, initVal_fsig, initVal_gamma, initVal_gaussFrac, initVal_gaussFrac2, initVal_mean, initVal_mean2, initVal_mean3, initVal_n, initVal_sigma, initVal_sigma2, initVal_sigma3, mean2_, mean3_, mean_, n_, sigma2_, sigma3_, sigma_, heppy_batch::val, and trigObjTnPSource_cfi::var.
Referenced by fit().
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 134 of file FitWithRooFit.h.
Referenced by a0(), buildBackgroundModel(), initA0(), and reinitializeParameters().
|
protected |
Definition at line 135 of file FitWithRooFit.h.
Referenced by a1(), buildBackgroundModel(), initA1(), and reinitializeParameters().
|
protected |
Definition at line 136 of file FitWithRooFit.h.
Referenced by a2(), buildBackgroundModel(), initA2(), and reinitializeParameters().
|
protected |
Definition at line 137 of file FitWithRooFit.h.
Referenced by a3(), buildBackgroundModel(), initA3(), and reinitializeParameters().
|
protected |
Definition at line 138 of file FitWithRooFit.h.
Referenced by a4(), buildBackgroundModel(), initA4(), and reinitializeParameters().
|
protected |
Definition at line 139 of file FitWithRooFit.h.
Referenced by a5(), buildBackgroundModel(), initA5(), and reinitializeParameters().
|
protected |
Definition at line 140 of file FitWithRooFit.h.
Referenced by a6(), buildBackgroundModel(), initA6(), and reinitializeParameters().
|
protected |
Definition at line 141 of file FitWithRooFit.h.
Referenced by alpha(), buildSignalModel(), initAlpha(), and reinitializeParameters().
|
protected |
Definition at line 130 of file FitWithRooFit.h.
Referenced by buildBackgroundModel(), expCoeffa0(), initExpCoeffA0(), and reinitializeParameters().
|
protected |
Definition at line 131 of file FitWithRooFit.h.
Referenced by buildBackgroundModel(), expCoeffa1(), initExpCoeffA1(), and reinitializeParameters().
|
protected |
Definition at line 132 of file FitWithRooFit.h.
Referenced by buildBackgroundModel(), expCoeffa2(), initExpCoeffA2(), and reinitializeParameters().
|
protected |
Definition at line 143 of file FitWithRooFit.h.
Referenced by buildSignalModel(), fGCB(), initFGCB(), and reinitializeParameters().
|
protected |
Definition at line 133 of file FitWithRooFit.h.
Referenced by buildBackgroundModel(), buildModel(), fsig(), initFsig(), and reinitializeParameters().
|
protected |
Definition at line 127 of file FitWithRooFit.h.
Referenced by buildSignalModel(), gamma(), initGamma(), and reinitializeParameters().
|
protected |
Definition at line 129 of file FitWithRooFit.h.
Referenced by buildSignalModel(), gaussFrac2(), initGaussFrac2(), and reinitializeParameters().
|
protected |
Definition at line 128 of file FitWithRooFit.h.
Referenced by buildSignalModel(), gaussFrac(), initGaussFrac(), and reinitializeParameters().
|
protected |
Definition at line 159 of file FitWithRooFit.h.
Referenced by initA0(), and reinitializeParameters().
|
protected |
Definition at line 160 of file FitWithRooFit.h.
Referenced by initA1(), and reinitializeParameters().
|
protected |
Definition at line 161 of file FitWithRooFit.h.
Referenced by initA2(), and reinitializeParameters().
|
protected |
Definition at line 162 of file FitWithRooFit.h.
Referenced by initA3(), and reinitializeParameters().
|
protected |
Definition at line 163 of file FitWithRooFit.h.
Referenced by initA4(), and reinitializeParameters().
|
protected |
Definition at line 164 of file FitWithRooFit.h.
Referenced by initA5(), and reinitializeParameters().
|
protected |
Definition at line 165 of file FitWithRooFit.h.
Referenced by initA6(), and reinitializeParameters().
|
protected |
Definition at line 166 of file FitWithRooFit.h.
Referenced by initAlpha(), and reinitializeParameters().
|
protected |
Definition at line 155 of file FitWithRooFit.h.
Referenced by initExpCoeffA0(), and reinitializeParameters().
|
protected |
Definition at line 156 of file FitWithRooFit.h.
Referenced by initExpCoeffA1(), and reinitializeParameters().
|
protected |
Definition at line 157 of file FitWithRooFit.h.
Referenced by initExpCoeffA2(), and reinitializeParameters().
|
protected |
Definition at line 168 of file FitWithRooFit.h.
Referenced by initFGCB(), and reinitializeParameters().
|
protected |
Definition at line 158 of file FitWithRooFit.h.
Referenced by initFsig(), and reinitializeParameters().
|
protected |
Definition at line 152 of file FitWithRooFit.h.
Referenced by initGamma(), and reinitializeParameters().
|
protected |
Definition at line 153 of file FitWithRooFit.h.
Referenced by initGaussFrac(), and reinitializeParameters().
|
protected |
Definition at line 154 of file FitWithRooFit.h.
Referenced by initGaussFrac2(), and reinitializeParameters().
|
protected |
Definition at line 146 of file FitWithRooFit.h.
Referenced by initMean(), and reinitializeParameters().
|
protected |
Definition at line 147 of file FitWithRooFit.h.
Referenced by initMean2(), and reinitializeParameters().
|
protected |
Definition at line 148 of file FitWithRooFit.h.
Referenced by initMean3(), and reinitializeParameters().
|
protected |
Definition at line 167 of file FitWithRooFit.h.
Referenced by initN(), and reinitializeParameters().
|
protected |
Definition at line 149 of file FitWithRooFit.h.
Referenced by initSigma(), and reinitializeParameters().
|
protected |
Definition at line 150 of file FitWithRooFit.h.
Referenced by initSigma2(), and reinitializeParameters().
|
protected |
Definition at line 151 of file FitWithRooFit.h.
Referenced by initSigma3(), and reinitializeParameters().
|
protected |
Definition at line 122 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initMean2(), mean2(), and reinitializeParameters().
|
protected |
Definition at line 123 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initMean3(), mean3(), and reinitializeParameters().
|
protected |
Definition at line 121 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initMean(), mean(), and reinitializeParameters().
|
protected |
Definition at line 142 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initN(), n(), and reinitializeParameters().
|
protected |
Definition at line 125 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initSigma2(), reinitializeParameters(), and sigma2().
|
protected |
Definition at line 126 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initSigma3(), reinitializeParameters(), and sigma3().
|
protected |
Definition at line 124 of file FitWithRooFit.h.
Referenced by buildSignalModel(), initSigma(), reinitializeParameters(), and sigma().
bool FitWithRooFit::useChi2_ = false |
Definition at line 117 of file FitWithRooFit.h.
Referenced by fit().