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< H1DfvH1 = {}
 List of 1D-histograms.
 
std::forward_list< H2DfvH2 = {}
 List of 2D-histograms.
 
std::forward_list< Prof1DfvP1 = {}
 List of 1D-profiles.
 
std::forward_list< Prof2DfvP2 = {}
 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
 

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.

◆ serialize()

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

Definition at line 36 of file HistogramContainer.h.

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

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 34 of file HistogramContainer.h.

References boost::serialization::access.

Referenced by boost::serialization::access.

Member Data Documentation

◆ fTimesliceId

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

Index of the timeslice.

Definition at line 27 of file HistogramContainer.h.

Referenced by cbm::services::histserv::Application::ReceiveData(), and serialize().

◆ fTimesliceTimeInRun

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.

Referenced by serialize().

◆ fvH1

◆ fvH2

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

◆ fvP1

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

◆ fvP2

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

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