14#include <boost/serialization/forward_list.hpp>
16#include <forward_list>
23 std::forward_list<qa::H1D>
fvH1 = {};
24 std::forward_list<qa::H2D>
fvH2 = {};
25 std::forward_list<qa::Prof1D>
fvP1 = {};
26 std::forward_list<qa::Prof2D>
fvP2 = {};
34 template<
class Archive>
ROOT-free implementation of a histogram.
Structure to keep the histograms for sending them on the histogram server.
void Reset()
Resets the histograms.
std::forward_list< qa::Prof1D > fvP1
List of 1D-profiles.
std::forward_list< qa::Prof2D > fvP2
List of 2D-profiles.
void serialize(Archive &ar, const unsigned int)
friend class boost::serialization::access
std::forward_list< qa::H1D > fvH1
List of 1D-histograms.
uint64_t fTimesliceId
Index of the timeslice.
std::forward_list< qa::H2D > fvH2
List of 2D-histograms.