CbmRoot
Loading...
Searching...
No Matches
cbm::algo::qa::TaskProperties Struct Reference

#include <TaskProperties.h>

Collaboration diagram for cbm::algo::qa::TaskProperties:
[legend]

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::H1DfRangeH1
 A pair (begin, end) for 1D-histograms in the task.
 
IteratorPair_t< qa::H2DfRangeH2
 A pair (begin, end) for 2D-histograms in the task.
 
IteratorPair_t< qa::Prof1DfRangeP1
 A pair (begin, end) for 1D-profiles in the task.
 
IteratorPair_t< qa::Prof2DfRangeP2
 A pair (begin, end) for 2D-profiles in the task.
 

Detailed Description

Definition at line 22 of file TaskProperties.h.

Member Typedef Documentation

◆ IteratorPair_t

template<class 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.

Member Data Documentation

◆ fRangeH1

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.

◆ fRangeH2

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.

◆ fRangeP1

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.

◆ fRangeP2

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.

◆ fsName

std::string cbm::algo::qa::TaskProperties::fsName

Name of the task.

Definition at line 26 of file TaskProperties.h.


The documentation for this struct was generated from the following file: