#include <TH2Analyzer.h>
Definition at line 20 of file TH2Analyzer.h.
TH2Analyzer::TH2Analyzer |
( |
const TH2 * |
h, |
|
|
int |
rebin = 1 |
|
) |
| |
|
inline |
Definition at line 23 of file TH2Analyzer.h.
References Eval().
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void Eval(const int rebinFactor)
TH2Analyzer::TH2Analyzer |
( |
const TH2 * |
h, |
|
|
const int |
binxmin, |
|
|
const int |
binxmax, |
|
|
const int |
rebin, |
|
|
const bool |
cst_binning = true |
|
) |
| |
|
inline |
Definition at line 33 of file TH2Analyzer.h.
References Eval().
41 Eval(rebin, binxmin, binxmax, cst_binning);
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void Eval(const int rebinFactor)
TH2Analyzer::~TH2Analyzer |
( |
| ) |
|
|
inline |
TH1D* TH2Analyzer::Average |
( |
| ) |
|
|
inline |
void TH2Analyzer::Eval |
( |
const int |
rebinFactor | ) |
|
void TH2Analyzer::Eval |
( |
const int |
rebinFactor, |
|
|
const int |
binxmin, |
|
|
const int |
binxmax, |
|
|
const bool |
cst_binning |
|
) |
| |
TH1D* TH2Analyzer::MeanX |
( |
| ) |
|
|
inline |
void TH2Analyzer::ProcessSlice |
( |
const int |
i, |
|
|
TH1D * |
histo |
|
) |
| const |
|
private |
void TH2Analyzer::ProcessSlices |
( |
const TH2D * |
histo | ) |
|
|
private |
void TH2Analyzer::Reset |
( |
void |
| ) |
|
TH1D* TH2Analyzer::RMS |
( |
| ) |
|
|
inline |
void TH2Analyzer::SetHisto |
( |
const TH2 * |
h | ) |
|
|
inline |
Definition at line 48 of file TH2Analyzer.h.
References h, and hist2D_.
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
TH1D* TH2Analyzer::SigmaGauss |
( |
| ) |
|
|
inline |
TH1D* TH2Analyzer::average_ |
|
private |
const TH2* TH2Analyzer::hist2D_ |
|
private |
TH1D* TH2Analyzer::meanXslice_ |
|
private |
TH2D* TH2Analyzer::rebinnedHist2D_ |
|
private |
TH1D* TH2Analyzer::sigmaGauss_ |
|
private |