ATLAS Offline Software
|
This is the complete list of members for LArSamples::SimpleShape, including all inherited members.
AbsShape() | LArSamples::AbsShape | inlineprotected |
add(unsigned int k, double value, double error) | LArSamples::SimpleShape | |
add(const AbsShape &other, double scale=1, double shift=0) | LArSamples::SimpleShape | |
add(std::unique_ptr< SimpleShape > &s1, const AbsShape &s2) | LArSamples::SimpleShape | static |
covariance(unsigned int i, unsigned int j) const | LArSamples::SimpleShape | inlinevirtual |
covarianceMatrix(int lwb=-1, int upb=-1, const CovMatrix &refErr=CovMatrix(), bool withCorrs=true) const | LArSamples::AbsShape | |
covarianceMatrix(unsigned int nPoints, bool withCorrs=true) const | LArSamples::AbsShape | |
createEmpty() const | LArSamples::SimpleShape | |
diff() const | LArSamples::SimpleShape | |
error(unsigned int i) const | LArSamples::AbsShape | virtual |
findTimeInterval(double time) const | LArSamples::AbsShape | |
graph(bool timeInUnitOfSamples=false) const | LArSamples::AbsShape | |
histogram(const char *name="shape", const char *title="", bool timeInUnitOfSamples=false) const | LArSamples::SimpleShape | |
interpolate(double time, double &value, double &error) const | LArSamples::AbsShape | |
interpolate(const AbsShape &other, TVectorD &values, CovMatrix &errors, int lwb=-1, int upb=-1) const | LArSamples::AbsShape | |
interpolateDiff(double time, double &diff) const | LArSamples::AbsShape | |
interpolateDiff(const AbsShape &other, TVectorD &diffs, int lwb=-1, int upb=-1) const | LArSamples::AbsShape | |
invCovarianceMatrix(int lwb=-1, int upb=-1, const CovMatrix &refErr=CovMatrix(), bool withCorrs=true) const | LArSamples::AbsShape | |
invCovarianceMatrix(unsigned int nPoints, bool withCorrs=true) const | LArSamples::AbsShape | |
m_errors | LArSamples::SimpleShape | private |
m_startTime | LArSamples::SimpleShape | private |
m_timeInterval | LArSamples::SimpleShape | private |
m_values | LArSamples::SimpleShape | private |
maxPosition() const | LArSamples::AbsShape | |
maxValue(bool withErrors=false) const | LArSamples::AbsShape | |
minPosition() const | LArSamples::AbsShape | |
minValue(bool withErrors=false) const | LArSamples::AbsShape | |
nPoints() const | LArSamples::SimpleShape | inlinevirtual |
operator=(const SimpleShape &) | LArSamples::SimpleShape | private |
resample(unsigned int nPts) const | LArSamples::AbsShape | |
scaleAndShift(std::unique_ptr< SimpleShape > &s1, double scale, double shift=0) | LArSamples::SimpleShape | static |
set(unsigned int i, double value, double error=-1) | LArSamples::SimpleShape | inline |
setError(unsigned int i, double error) | LArSamples::SimpleShape | inline |
SimpleShape(const std::vector< double > &values, const std::vector< double > &errors, double timeInterval=25, double startTime=0) | LArSamples::SimpleShape | |
SimpleShape(unsigned int nPoints, double timeInterval=25, double startTime=0) | LArSamples::SimpleShape | |
SimpleShape(const SimpleShape &other) | LArSamples::SimpleShape | inline |
SimpleShape(const ShapeInfo &shapeInfo, double scale=1, double shift=0, bool samplingTimeOnly=false) | LArSamples::SimpleShape | |
SimpleShape(const AbsShape &other, double scale=1, double shift=0) | LArSamples::SimpleShape | |
startTime() const | LArSamples::SimpleShape | inline |
time(unsigned int i) const | LArSamples::SimpleShape | virtual |
timeInterval() const | LArSamples::SimpleShape | inline |
value(unsigned int i) const | LArSamples::SimpleShape | inlinevirtual |
values(int lwb, int upb) const | LArSamples::AbsShape | |
~AbsShape() | LArSamples::AbsShape | inlinevirtual |
~SimpleShape() | LArSamples::SimpleShape | inlinevirtual |