#include <SafeTH1.h>
Definition at line 12 of file SafeTH1.h.
◆ SafeTH1()
Root::EGSelectors::SafeTH1::SafeTH1 |
( |
TH1F * |
hist | ) |
|
|
inline |
◆ ~SafeTH1()
Root::EGSelectors::SafeTH1::~SafeTH1 |
( |
| ) |
|
|
inline |
◆ FindBin()
int Root::EGSelectors::SafeTH1::FindBin |
( |
double |
value | ) |
const |
|
inline |
Definition at line 33 of file SafeTH1.h.
43 int bin =
static_cast<int>(bin_double);
◆ GetBinContent()
double Root::EGSelectors::SafeTH1::GetBinContent |
( |
int |
bin | ) |
const |
|
inline |
◆ GetBinLowEdge()
double Root::EGSelectors::SafeTH1::GetBinLowEdge |
( |
int |
bin | ) |
const |
|
inline |
◆ GetNbinsX()
int Root::EGSelectors::SafeTH1::GetNbinsX |
( |
| ) |
const |
|
inline |
◆ Integral()
double Root::EGSelectors::SafeTH1::Integral |
( |
| ) |
const |
|
inline |
◆ m_binContent
std::vector<float> Root::EGSelectors::SafeTH1::m_binContent |
|
private |
◆ m_binWidth
double Root::EGSelectors::SafeTH1::m_binWidth |
|
private |
◆ m_firstBinLowEdge
double Root::EGSelectors::SafeTH1::m_firstBinLowEdge |
|
private |
◆ m_integral
double Root::EGSelectors::SafeTH1::m_integral |
|
private |
◆ m_lastBinLowEdge
double Root::EGSelectors::SafeTH1::m_lastBinLowEdge |
|
private |
The documentation for this class was generated from the following file: