ATLAS Offline Software
Loading...
Searching...
No Matches
HistogramOperations Class Reference

A collection of static methods that act on Histograms Implement histogram comparisons here. More...

#include <HistogramOperations.h>

Collaboration diagram for HistogramOperations:

Static Public Member Functions

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)

Detailed Description

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.

Member Function Documentation

◆ BinwiseCompare()

double HistogramOperations::BinwiseCompare ( TH1 * ,
TH1 * ,
string ,
bool  )
static

◆ BinwiseHackCompare()

double HistogramOperations::BinwiseHackCompare ( TH1 * ,
TH1 * ,
string  )
static

◆ CompareMean()

double HistogramOperations::CompareMean ( TH1 * ,
TH1 * ,
string ,
bool  )
static

◆ CompareSigma()

double HistogramOperations::CompareSigma ( TH1 * ,
TH1 * ,
string ,
bool  )
static

◆ CompareTotalEntries()

double HistogramOperations::CompareTotalEntries ( TH1 * ,
TH1 * ,
string  )
static

◆ FileOutput()

void HistogramOperations::FileOutput ( TH1 * ,
TH1 * ,
string  )
static

◆ KolmogorovTest()

double HistogramOperations::KolmogorovTest ( TH1 * ,
TH1 * ,
string  )
static

◆ MergeHistograms()

TH1 * HistogramOperations::MergeHistograms ( TH1 * ,
TH1 *  )
static

The documentation for this class was generated from the following file: