#include <Histogram.h>
Definition at line 57 of file Histogram.h.
◆ Histogram()
| Histogram::Histogram |
( |
string |
name = "Histogram", |
|
|
string |
title = "hist" |
|
) |
| |
◆ ~Histogram()
| virtual Histogram::~Histogram |
( |
| ) |
|
|
inlinevirtual |
◆ clear()
| void Histogram::clear |
( |
void |
| ) |
|
◆ Clone()
| virtual Histogram* Histogram::Clone |
( |
| ) |
const |
|
pure virtual |
◆ empty()
| bool Histogram::empty |
( |
| ) |
const |
|
inline |
◆ entries()
| double Histogram::entries |
( |
| ) |
|
|
inline |
◆ fill()
| virtual void Histogram::fill |
( |
vector< double > |
value, |
|
|
double |
weight = 1.0 |
|
) |
| |
|
pure virtual |
◆ name()
| string Histogram::name |
( |
| ) |
const |
|
inline |
◆ normalize()
| void Histogram::normalize |
( |
double |
scaleFactor | ) |
|
◆ operator+=()
| void Histogram::operator+= |
( |
HistStruct & |
hStruct | ) |
|
◆ title()
| string Histogram::title |
( |
| ) |
const |
|
inline |
◆ toRoot()
| virtual TH1* Histogram::toRoot |
( |
| ) |
const |
|
pure virtual |
◆ toStruct()
◆ m_binContents
| vector< double > Histogram::m_binContents |
|
protected |
◆ m_binSizeX
| double Histogram::m_binSizeX |
|
protected |
◆ m_dimensions
| int Histogram::m_dimensions |
|
protected |
◆ m_entries
| double Histogram::m_entries |
|
protected |
◆ m_nBins
◆ m_nBinsX
◆ m_xHigh
| double Histogram::m_xHigh |
|
protected |
◆ m_xLow
The documentation for this class was generated from the following files: