#include <HistogramCollection.h>
|
template<typename Histo_t > |
void | CreateHisto (Histo_t *&histo, const char *folder, const char *name, const char *title, int nbins, double xlow, double xmax) |
|
void | CreateFolder (const char *path, const char *name) |
|
Definition at line 42 of file HistogramCollection.h.
◆ HistogramCollection()
cbm::explore::HistogramCollection::HistogramCollection |
( |
| ) |
|
|
default |
◆ ~HistogramCollection()
HistogramCollection::~HistogramCollection |
( |
| ) |
|
|
virtual |
◆ CreateFolder()
void HistogramCollection::CreateFolder |
( |
const char * | path, |
|
|
const char * | name ) |
|
protected |
◆ CreateHisto()
template<typename Histo_t >
void cbm::explore::HistogramCollection::CreateHisto |
( |
Histo_t *& | histo, |
|
|
const char * | folder, |
|
|
const char * | name, |
|
|
const char * | title, |
|
|
int | nbins, |
|
|
double | xlow, |
|
|
double | xmax ) |
|
inlineprotected |
◆ Div()
◆ FillHistos()
virtual void cbm::explore::HistogramCollection::FillHistos |
( |
HistoData | fill | ) |
|
|
pure virtual |
◆ GetFolders()
std::vector< Folder > cbm::explore::HistogramCollection::GetFolders |
( |
| ) |
const |
|
inline |
◆ GetHisto()
TH1 * HistogramCollection::GetHisto |
( |
const std::string & | name | ) |
const |
◆ GetHistoPath()
std::string HistogramCollection::GetHistoPath |
( |
const std::string & | name | ) |
const |
◆ GetHistos()
std::vector< Histo > cbm::explore::HistogramCollection::GetHistos |
( |
| ) |
const |
|
inline |
◆ Reset()
void HistogramCollection::Reset |
( |
| ) |
|
◆ fFolders
std::vector<Folder> cbm::explore::HistogramCollection::fFolders |
|
private |
◆ fHistos
std::vector<Histo> cbm::explore::HistogramCollection::fHistos |
|
private |
The documentation for this class was generated from the following files: