#include <HistogramOperations.h>
|
static TH1 * | MergeHistograms (TH1 *, TH1 *) |
|
static double | BinwiseCompare (TH1 *, TH1 *, string, bool) |
|
static double | BinwiseHackCompare (TH1 *, TH1 *, string) |
|
static double | KolmogorovTest (TH1 *, TH1 *, string) |
|
static double | CompareMean (TH1 *, TH1 *, string, bool) |
|
static double | CompareSigma (TH1 *, TH1 *, string, bool) |
|
static double | CompareTotalEntries (TH1 *, TH1 *, string) |
|
static void | FileOutput (TH1 *, TH1 *, string) |
|
A collection of static methods that act on Histograms Implement histogram comparisons here
- Author
- Ben Wynne bwynn.nosp@m.e@ce.nosp@m.rn.ch
- Date
- 19-04-10
Definition at line 23 of file HistogramOperations.h.
◆ BinwiseCompare()
static double HistogramOperations::BinwiseCompare |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
, |
|
|
bool |
|
|
) |
| |
|
static |
◆ BinwiseHackCompare()
static double HistogramOperations::BinwiseHackCompare |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
|
|
) |
| |
|
static |
◆ CompareMean()
static double HistogramOperations::CompareMean |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
, |
|
|
bool |
|
|
) |
| |
|
static |
◆ CompareSigma()
static double HistogramOperations::CompareSigma |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
, |
|
|
bool |
|
|
) |
| |
|
static |
◆ CompareTotalEntries()
static double HistogramOperations::CompareTotalEntries |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
|
|
) |
| |
|
static |
◆ FileOutput()
static void HistogramOperations::FileOutput |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
|
|
) |
| |
|
static |
◆ KolmogorovTest()
static double HistogramOperations::KolmogorovTest |
( |
TH1 * |
, |
|
|
TH1 * |
, |
|
|
string |
|
|
) |
| |
|
static |
◆ MergeHistograms()
static TH1* HistogramOperations::MergeHistograms |
( |
TH1 * |
, |
|
|
TH1 * |
|
|
) |
| |
|
static |
The documentation for this class was generated from the following file: