![]() |
ATLAS Offline Software
|
#include <GraphShape.h>
Public Member Functions | |
| GraphShape (const std::vector< double > ×, const std::vector< double > &values, const std::vector< double > &errors) | |
| Constructor. | |
| GraphShape (const GraphShape &other) | |
| GraphShape (const AbsShape &other, double scale=1, double shift=0) | |
| virtual | ~GraphShape () |
| bool | add (const AbsShape &other) |
| unsigned int | nPoints () const |
| double | value (unsigned int i) const |
| double | time (unsigned int i) const |
| double | covariance (unsigned int i, unsigned int j) const |
| virtual double | error (unsigned int i) const |
| TVectorD | values (int lwb, int upb) const |
| int | findTimeInterval (double time) const |
| int | interpolate (double time, double &value, double &error) const |
| bool | interpolate (const AbsShape &other, TVectorD &values, CovMatrix &errors, int lwb=-1, int upb=-1) const |
| int | interpolateDiff (double time, double &diff) const |
| bool | interpolateDiff (const AbsShape &other, TVectorD &diffs, int lwb=-1, int upb=-1) const |
| CovMatrix | covarianceMatrix (int lwb=-1, int upb=-1, const CovMatrix &refErr=CovMatrix(), bool withCorrs=true) const |
| CovMatrix | covarianceMatrix (unsigned int nPoints, bool withCorrs=true) const |
| CovMatrix | invCovarianceMatrix (int lwb=-1, int upb=-1, const CovMatrix &refErr=CovMatrix(), bool withCorrs=true) const |
| CovMatrix | invCovarianceMatrix (unsigned int nPoints, bool withCorrs=true) const |
| double | maxValue (bool withErrors=false) const |
| double | minValue (bool withErrors=false) const |
| int | maxPosition () const |
| int | minPosition () const |
| TGraphErrors * | graph (bool timeInUnitOfSamples=false) const |
| SimpleShape * | resample (unsigned int nPts) const |
Private Attributes | |
| std::vector< GraphPoint > | m_points |
Definition at line 32 of file GraphShape.h.
| GraphShape::GraphShape | ( | const std::vector< double > & | times, |
| const std::vector< double > & | values, | ||
| const std::vector< double > & | errors ) |
|
inline |
Definition at line 39 of file GraphShape.h.
| GraphShape::GraphShape | ( | const AbsShape & | other, |
| double | scale = 1, | ||
| double | shift = 0 ) |
Definition at line 19 of file GraphShape.cxx.
|
inlinevirtual |
Definition at line 45 of file GraphShape.h.
| bool GraphShape::add | ( | const AbsShape & | other | ) |
Definition at line 26 of file GraphShape.cxx.
|
inlinevirtual |
|
inherited |
Definition at line 198 of file AbsShape.cxx.
|
inherited |
Definition at line 223 of file AbsShape.cxx.
|
virtualinherited |
Reimplemented in LArSamples::ScaledShiftedShape.
Definition at line 24 of file AbsShape.cxx.
|
inherited |
Definition at line 71 of file AbsShape.cxx.
|
inherited |
Definition at line 186 of file AbsShape.cxx.
|
inherited |
Definition at line 147 of file AbsShape.cxx.
|
inherited |
Definition at line 83 of file AbsShape.cxx.
|
inherited |
Definition at line 168 of file AbsShape.cxx.
|
inherited |
Definition at line 108 of file AbsShape.cxx.
|
inherited |
Definition at line 215 of file AbsShape.cxx.
|
inherited |
Definition at line 230 of file AbsShape.cxx.
|
inherited |
Definition at line 52 of file AbsShape.cxx.
|
inherited |
|
inherited |
Definition at line 61 of file AbsShape.cxx.
|
inherited |
|
inlinevirtual |
|
inherited |
Definition at line 237 of file AbsShape.cxx.
|
inlinevirtual |
Implements LArSamples::AbsShape.
Definition at line 52 of file GraphShape.h.
|
inlinevirtual |
Implements LArSamples::AbsShape.
Definition at line 51 of file GraphShape.h.
|
inherited |
Definition at line 135 of file AbsShape.cxx.
|
private |
Definition at line 57 of file GraphShape.h.