#include <CompMethods.h>
Public Member Functions | |
MaximalValue (double val, double err) | |
double | spread (TH1F &hist) |
double | spreadError (TH1F &hist) |
double | value (TH1F &hist) |
double | valueError (TH1F &hist) |
~MaximalValue () | |
Private Member Functions | |
std::pair< int, int > | contour (TH1F &, double &) |
double | spread (TH1F &hist, double frac) |
Private Attributes | |
double | err_ |
double | val_ |
Definition at line 14 of file CompMethods.h.
|
inline |
Definition at line 18 of file CompMethods.h.
|
inline |
Definition at line 19 of file CompMethods.h.
|
private |
|
inline |
Definition at line 22 of file CompMethods.h.
References spread().
Referenced by FitHist::fillTargetHistogramBin(), spread(), spreadError(), and valueError().
|
inlineprivate |
|
inline |
Definition at line 23 of file CompMethods.h.
References err_, and spread().
Referenced by FitHist::fillTargetHistogramBin().
|
inline |
|
inline |
Definition at line 21 of file CompMethods.h.
References spread(), and val_.
Referenced by FitHist::fillTargetHistogramBin().
|
private |
Definition at line 33 of file CompMethods.h.
Referenced by spreadError().
|
private |
Definition at line 28 of file CompMethods.h.
Referenced by valueError().