![]() |
![]() |
#include <CompMethods.h>
Public Member Functions | |
void | fit (TH1F &) |
double | spread (TH1F &hist) |
double | spreadError (TH1F &hist) |
StabilizedGauss () | |
StabilizedGauss (const char *name) | |
StabilizedGauss (const char *, int, double, double) | |
double | value (TH1F &hist) |
double | valueError (TH1F &hist) |
~StabilizedGauss () | |
Private Member Functions | |
double | error (TH1F &hist, int target) |
double | value (TH1F &hist, int target) |
Private Attributes | |
TF1 * | func_ |
const char * | funcName_ |
int | funcType_ |
double | lowerBound_ |
double | mean_ |
double | sigma_ |
double | upperBound_ |
Definition at line 79 of file CompMethods.h.
|
inline |
|
inline |
StabilizedGauss::StabilizedGauss | ( | const char * | funcName, |
int | funcType, | ||
double | lowerBound, | ||
double | upperBound | ||
) |
Definition at line 23 of file CompMethods.cc.
References gather_cfg::cout, func_, funcName_, funcType_, Gauss(), lowerBound_, and upperBound_.
|
inline |
|
inlineprivate |
Definition at line 96 of file CompMethods.h.
References funcName_.
Referenced by spreadError(), and valueError().
void StabilizedGauss::fit | ( | TH1F & | hist | ) |
Definition at line 39 of file CompMethods.cc.
References gather_cfg::cout, func_, funcType_, lowerBound_, mean_, sigma_, and upperBound_.
Referenced by FitHist::fitAndDrawEps(), and FitHist::fitAndDrawPs().
|
inline |
Definition at line 90 of file CompMethods.h.
References value().
Referenced by FitHist::fillTargetHistogramBin().
|
inline |
Definition at line 91 of file CompMethods.h.
References error().
Referenced by FitHist::fillTargetHistogramBin().
|
inline |
Definition at line 88 of file CompMethods.h.
References value().
Referenced by FitHist::fillTargetHistogramBin(), spread(), and value().
|
inlineprivate |
|
inline |
Definition at line 89 of file CompMethods.h.
References error().
Referenced by FitHist::fillTargetHistogramBin().
|
private |
Definition at line 100 of file CompMethods.h.
Referenced by fit(), StabilizedGauss(), and ~StabilizedGauss().
|
private |
Definition at line 104 of file CompMethods.h.
Referenced by error(), StabilizedGauss(), and value().
|
private |
Definition at line 103 of file CompMethods.h.
Referenced by fit(), and StabilizedGauss().
|
private |
Definition at line 105 of file CompMethods.h.
Referenced by fit(), and StabilizedGauss().
|
private |
Definition at line 101 of file CompMethods.h.
Referenced by fit().
|
private |
Definition at line 102 of file CompMethods.h.
Referenced by fit().
|
private |
Definition at line 106 of file CompMethods.h.
Referenced by fit(), and StabilizedGauss().