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

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< qa::H1DfvH1 = {}
 List of 1D-histograms.
 
std::forward_list< qa::H2DfvH2 = {}
 List of 2D-histograms.
 
std::forward_list< qa::Prof1DfvP1 = {}
 List of 1D-profiles.
 
std::forward_list< qa::Prof2DfvP2 = {}
 List of 2D-profiles.
 
uint64_t fTimesliceId = 0
 Index of the timeslice.
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int)
 

Friends

class boost::serialization::access
 

Detailed Description

Structure to keep the histograms for sending them on the histogram server.

Definition at line 22 of file HistogramContainer.h.

Member Function Documentation

◆ Reset()

void HistogramContainer::Reset ( )

Resets the histograms.

Definition at line 18 of file HistogramContainer.cxx.

References fvH1, fvH2, fvP1, and fvP2.

Referenced by cbm::algo::qa::Data::Reset().

◆ serialize()

template<class Archive >
void cbm::algo::qa::HistogramContainer::serialize ( Archive & ar,
const unsigned int  )
inlineprivate

Definition at line 35 of file HistogramContainer.h.

References fTimesliceId, fvH1, fvH2, fvP1, and fvP2.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 33 of file HistogramContainer.h.

Member Data Documentation

◆ fTimesliceId

uint64_t cbm::algo::qa::HistogramContainer::fTimesliceId = 0

◆ fvH1

◆ fvH2

std::forward_list<qa::H2D> cbm::algo::qa::HistogramContainer::fvH2 = {}

◆ fvP1

std::forward_list<qa::Prof1D> cbm::algo::qa::HistogramContainer::fvP1 = {}

◆ fvP2

std::forward_list<qa::Prof2D> cbm::algo::qa::HistogramContainer::fvP2 = {}

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