14#include <boost/serialization/forward_list.hpp>
16#include <forward_list>
23 std::forward_list<H1D>
fvH1 = {};
24 std::forward_list<H2D>
fvH2 = {};
25 std::forward_list<Prof1D>
fvP1 = {};
26 std::forward_list<Prof2D>
fvP2 = {};
35 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< Prof2D > fvP2
List of 2D-profiles.
uint64_t fTimesliceTimeInRun
Time in run of the timeslice start in seconds.
std::forward_list< Prof1D > fvP1
List of 1D-profiles.
std::forward_list< H1D > fvH1
List of 1D-histograms.
void serialize(Archive &ar, const unsigned int)
friend class boost::serialization::access
std::forward_list< H2D > fvH2
List of 2D-histograms.
uint64_t fTimesliceId
Index of the timeslice.