|
CbmRoot
|
Structure to keep the histograms for sending them on the histogram server. More...
#include <HistogramContainer.h>
Public Member Functions | |
| void | Reset () |
| Resets the histograms. | |
Public Attributes | |
| std::forward_list< H1D > | fvH1 = {} |
| List of 1D-histograms. | |
| std::forward_list< H2D > | fvH2 = {} |
| List of 2D-histograms. | |
| std::forward_list< Prof1D > | fvP1 = {} |
| List of 1D-profiles. | |
| std::forward_list< Prof2D > | fvP2 = {} |
| List of 2D-profiles. | |
| uint64_t | fTimesliceId = 0 |
| Index of the timeslice. | |
| uint64_t | fTimesliceTimeInRun = 0 |
| Time in run of the timeslice start in seconds. | |
Private Member Functions | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int) |
Friends | |
| class | boost::serialization::access |
Structure to keep the histograms for sending them on the histogram server.
Definition at line 22 of file HistogramContainer.h.
| void HistogramContainer::Reset | ( | ) |
Resets the histograms.
Definition at line 18 of file HistogramContainer.cxx.
|
inlineprivate |
Definition at line 36 of file HistogramContainer.h.
|
friend |
Definition at line 34 of file HistogramContainer.h.
| uint64_t cbm::algo::qa::HistogramContainer::fTimesliceId = 0 |
Index of the timeslice.
Definition at line 27 of file HistogramContainer.h.
| uint64_t cbm::algo::qa::HistogramContainer::fTimesliceTimeInRun = 0 |
Time in run of the timeslice start in seconds.
Definition at line 28 of file HistogramContainer.h.
| std::forward_list<H1D> cbm::algo::qa::HistogramContainer::fvH1 = {} |
List of 1D-histograms.
Definition at line 23 of file HistogramContainer.h.
| std::forward_list<H2D> cbm::algo::qa::HistogramContainer::fvH2 = {} |
List of 2D-histograms.
Definition at line 24 of file HistogramContainer.h.
| std::forward_list<Prof1D> cbm::algo::qa::HistogramContainer::fvP1 = {} |
List of 1D-profiles.
Definition at line 25 of file HistogramContainer.h.
| std::forward_list<Prof2D> cbm::algo::qa::HistogramContainer::fvP2 = {} |
List of 2D-profiles.
Definition at line 26 of file HistogramContainer.h.