#include <HDQMfitUtilities.h>
Public Member Functions | |
double | doGaussFit (MonitorElement *ME) |
double | doGaussFit (TH1F *) |
double | doLanGaussFit (MonitorElement *ME) |
double | doLanGaussFit (TH1F *) |
double | getFitChi () |
int | getFitnDof () |
double | getGaussPar (std::string s) |
double | getGaussParErr (std::string s) |
double | getLanGaussConv (std::string s) |
double | getLanGaussPar (std::string s) |
double | getLanGaussParErr (std::string s) |
HDQMfitUtilities () | |
void | init () |
~HDQMfitUtilities () | |
Private Attributes | |
double | chi2GausS |
double | epGausS [3] |
double | epLanGausS [4] |
TF1 * | gausFit |
TF1 * | langausFit |
int32_t | nDofGausS |
double | pGausS [3] |
double | pLanConv [2] |
double | pLanGausS [4] |
Definition at line 28 of file HDQMfitUtilities.h.
HDQMfitUtilities::HDQMfitUtilities | ( | ) |
HDQMfitUtilities::~HDQMfitUtilities | ( | ) |
|
inline |
Definition at line 37 of file HDQMfitUtilities.h.
References doGaussFit(), MonitorElement::getTH1F(), alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by doGaussFit(), and SiStripDQMHistoryHelper::setDBValuesForGauss().
double HDQMfitUtilities::doGaussFit | ( | TH1F * | htoFit | ) |
Definition at line 313 of file HDQMfitUtilities.cc.
References chi2GausS, epGausS, gausFit, HDQMUtil::Gauss(), mps_fire::i, init(), langausFit, nDofGausS, pGausS, pfDeepBoostedJetPreprocessParams_cfi::sv, TrackerOfflineValidation_Dqm_cff::xmax, and Phase2TrackerMonitorDigi_cff::ymax.
|
inline |
Definition at line 34 of file HDQMfitUtilities.h.
References doLanGaussFit(), and MonitorElement::getTH1F().
Referenced by doLanGaussFit(), and SiStripDQMHistoryHelper::setDBValuesForLandau().
double HDQMfitUtilities::doLanGaussFit | ( | TH1F * | htoFit | ) |
Definition at line 210 of file HDQMfitUtilities.cc.
References chi2GausS, epLanGausS, mps_fire::i, init(), HDQMUtil::langaufun(), HDQMUtil::langaupro(), langausFit, nDofGausS, pLanConv, pLanGausS, pfDeepBoostedJetPreprocessParams_cfi::sv, TrackerOfflineValidation_Dqm_cff::xmax, and Phase2TrackerMonitorDigi_cff::ymax.
|
inline |
Definition at line 47 of file HDQMfitUtilities.h.
Referenced by SiStripDQMHistoryHelper::setDBValuesForGauss(), and SiStripDQMHistoryHelper::setDBValuesForLandau().
|
inline |
Definition at line 48 of file HDQMfitUtilities.h.
Referenced by SiStripDQMHistoryHelper::setDBValuesForGauss(), and SiStripDQMHistoryHelper::setDBValuesForLandau().
double HDQMfitUtilities::getGaussPar | ( | std::string | s | ) |
Definition at line 428 of file HDQMfitUtilities.cc.
References pGausS.
Referenced by SiStripDQMHistoryHelper::setDBValuesForGauss().
double HDQMfitUtilities::getGaussParErr | ( | std::string | s | ) |
double HDQMfitUtilities::getLanGaussConv | ( | std::string | s | ) |
Definition at line 419 of file HDQMfitUtilities.cc.
References pLanConv.
Referenced by SiStripDQMHistoryHelper::setDBValuesForLandau().
double HDQMfitUtilities::getLanGaussPar | ( | std::string | s | ) |
Definition at line 393 of file HDQMfitUtilities.cc.
References pLanGausS.
Referenced by SiStripDQMHistoryHelper::setDBValuesForLandau().
double HDQMfitUtilities::getLanGaussParErr | ( | std::string | s | ) |
Definition at line 406 of file HDQMfitUtilities.cc.
References epLanGausS.
Referenced by SiStripDQMHistoryHelper::setDBValuesForLandau().
void HDQMfitUtilities::init | ( | void | ) |
Definition at line 176 of file HDQMfitUtilities.cc.
References chi2GausS, epGausS, epLanGausS, nDofGausS, pGausS, pLanConv, and pLanGausS.
Referenced by doGaussFit(), doLanGaussFit(), and HDQMfitUtilities().
|
private |
Definition at line 54 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), doLanGaussFit(), and init().
|
private |
Definition at line 52 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), getGaussParErr(), and init().
|
private |
Definition at line 51 of file HDQMfitUtilities.h.
Referenced by doLanGaussFit(), getLanGaussParErr(), and init().
|
private |
Definition at line 57 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), and ~HDQMfitUtilities().
|
private |
Definition at line 56 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), doLanGaussFit(), and ~HDQMfitUtilities().
|
private |
Definition at line 55 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), doLanGaussFit(), and init().
|
private |
Definition at line 52 of file HDQMfitUtilities.h.
Referenced by doGaussFit(), getGaussPar(), and init().
|
private |
Definition at line 53 of file HDQMfitUtilities.h.
Referenced by doLanGaussFit(), getLanGaussConv(), and init().
|
private |
Definition at line 51 of file HDQMfitUtilities.h.
Referenced by doLanGaussFit(), getLanGaussPar(), and init().