CbmRoot
|
#include <TaskProperties.h>
Public Types | |
template<class H > | |
using | IteratorPair_t = std::pair<typename std::forward_list<H>::iterator, typename std::forward_list<H>::iterator> |
Public Attributes | |
std::string | fsName |
Name of the task. | |
IteratorPair_t< qa::H1D > | fRangeH1 |
A pair (begin, end) for 1D-histograms in the task. | |
IteratorPair_t< qa::H2D > | fRangeH2 |
A pair (begin, end) for 2D-histograms in the task. | |
IteratorPair_t< qa::Prof1D > | fRangeP1 |
A pair (begin, end) for 1D-profiles in the task. | |
IteratorPair_t< qa::Prof2D > | fRangeP2 |
A pair (begin, end) for 2D-profiles in the task. | |
Definition at line 22 of file TaskProperties.h.
using cbm::algo::qa::TaskProperties::IteratorPair_t = std::pair<typename std::forward_list<H>::iterator, typename std::forward_list<H>::iterator> |
Definition at line 24 of file TaskProperties.h.
IteratorPair_t<qa::H1D> cbm::algo::qa::TaskProperties::fRangeH1 |
A pair (begin, end) for 1D-histograms in the task.
Definition at line 27 of file TaskProperties.h.
IteratorPair_t<qa::H2D> cbm::algo::qa::TaskProperties::fRangeH2 |
A pair (begin, end) for 2D-histograms in the task.
Definition at line 28 of file TaskProperties.h.
IteratorPair_t<qa::Prof1D> cbm::algo::qa::TaskProperties::fRangeP1 |
A pair (begin, end) for 1D-profiles in the task.
Definition at line 29 of file TaskProperties.h.
IteratorPair_t<qa::Prof2D> cbm::algo::qa::TaskProperties::fRangeP2 |
A pair (begin, end) for 2D-profiles in the task.
Definition at line 30 of file TaskProperties.h.
std::string cbm::algo::qa::TaskProperties::fsName |
Name of the task.
Definition at line 26 of file TaskProperties.h.