|
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef LArSamples_GraphShape_H
11 #define LArSamples_GraphShape_H
41 m_points(
other.m_points) { }
50 unsigned int nPoints()
const {
return m_points.size(); }
51 double value(
unsigned int i)
const {
return m_points[
i].value; }
52 double time(
unsigned int i)
const {
return m_points[
i].time; }
GraphPoint & operator=(GraphPoint &&other)=default
GraphPoint(GraphPoint &&other)=default
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
GraphPoint & operator=(const GraphPoint &other)=default
std::vector< GraphPoint > m_points
double covariance(unsigned int i, unsigned int j) const
double value(unsigned int i) const
unsigned int nPoints() const
bool operator<(const GraphPoint &other) const
GraphPoint(double t, double v, double e)
GraphShape(const GraphShape &other)
double time(unsigned int i) const
bool add(const std::string &hname, TKey *tobj)
GraphPoint(const GraphPoint &other)=default