21#ifndef VOTCA_XTP_HIST_H
22#define VOTCA_XTP_HIST_H
47 throw std::runtime_error(
"hist is not filled yet");
108 r(metric.
data(), tag);
114 w(metric.
data(), tag);
const Eigen::Matrix< double, 6, 1 > & data() const
void WriteToCpt(CheckpointWriter &w) const
void WriteMetric(const T &, std::string tag, CheckpointWriter &w) const
void ReadFromCpt(CheckpointReader &r)
void ReadMetric(T &, std::string tag, CheckpointReader &r)
void push_back(const T &metric)
void push_back(T &&metric)
base class for all analysis tools