#include <HistogramSpec.h>
Specification of a histogram configuration.
Definition at line 137 of file HistogramSpec.h.
◆ HistogramConfigSpec() [1/4]
o2::framework::HistogramConfigSpec::HistogramConfigSpec |
( |
HistType |
type_, |
|
|
std::vector< AxisSpec > |
axes_, |
|
|
uint8_t |
nSteps_ = 1 |
|
) |
| |
|
inline |
◆ HistogramConfigSpec() [2/4]
o2::framework::HistogramConfigSpec::HistogramConfigSpec |
( |
| ) |
|
|
default |
◆ HistogramConfigSpec() [3/4]
◆ HistogramConfigSpec() [4/4]
◆ addAxes() [1/2]
◆ addAxes() [2/2]
void o2::framework::HistogramConfigSpec::addAxes |
( |
std::vector< AxisSpec > |
axes_ | ) |
|
|
inline |
◆ addAxis() [1/3]
void o2::framework::HistogramConfigSpec::addAxis |
( |
const AxisSpec & |
axis | ) |
|
|
inline |
◆ addAxis() [2/3]
void o2::framework::HistogramConfigSpec::addAxis |
( |
int |
nBins_, |
|
|
double |
binMin_, |
|
|
double |
binMax_, |
|
|
std::optional< std::string > |
title_ = std::nullopt , |
|
|
std::optional< std::string > |
name_ = std::nullopt |
|
) |
| |
|
inline |
◆ addAxis() [3/3]
void o2::framework::HistogramConfigSpec::addAxis |
( |
std::vector< double > |
binEdges_, |
|
|
std::optional< std::string > |
title_ = std::nullopt , |
|
|
std::optional< std::string > |
name_ = std::nullopt |
|
) |
| |
|
inline |
◆ axes
std::vector<AxisSpec> o2::framework::HistogramConfigSpec::axes {} |
◆ nSteps
uint32_t o2::framework::HistogramConfigSpec::nSteps {1} |
◆ type
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Framework/Core/include/Framework/HistogramSpec.h