10#ifndef LArSamples_GraphShape_H
11#define LArSamples_GraphShape_H
37 GraphShape(
const std::vector<double>& times,
const std::vector<double>&
values,
const std::vector<double>& errors);
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
TVectorD values(int lwb, int upb) const
GraphShape(const GraphShape &other)
double time(unsigned int i) const
double covariance(unsigned int i, unsigned int j) const
double value(unsigned int i) const
GraphShape(const std::vector< double > ×, const std::vector< double > &values, const std::vector< double > &errors)
Constructor.
std::vector< GraphPoint > m_points
unsigned int nPoints() const
bool add(const std::string &hname, TKey *tobj)
GraphPoint & operator=(const GraphPoint &other)=default
GraphPoint(double t, double v, double e)
bool operator<(const GraphPoint &other) const
GraphPoint(const GraphPoint &other)=default
GraphPoint(GraphPoint &&other)=default
GraphPoint & operator=(GraphPoint &&other)=default