22 auto CopyHistograms = [](
const auto& src,
auto& dst) { std::copy(src.begin(), src.end(), std::back_inserter(dst)); };
A unified data-structure to handle QA objects for the online reconstruction.
A representation of qa::Data object, which can be stored.
StorableData()=default
Default constructor.
Class to handle QA-objects in the online reconstruction.
const HistogramContainer & Histograms() const
Constant accessor to the histogram container.
std::vector< H2D > fvH2
Container of 2D-histograms.
std::vector< H1D > fvH1
Container of 1D-histograms.
std::vector< Prof2D > fvP2
Container of 2D-profiles.
std::vector< Prof1D > fvP1
Container of 1D-profiles.
std::forward_list< Prof2D > fvP2
List of 2D-profiles.
std::forward_list< Prof1D > fvP1
List of 1D-profiles.
std::forward_list< H1D > fvH1
List of 1D-histograms.
std::forward_list< H2D > fvH2
List of 2D-histograms.