![]() |
ATLAS Offline Software
|
#include <ScaledErrorData.h>
Public Member Functions | |
| ScaledErrorData (const ShapeErrorData &sed, double scale=1, double time=0) | |
| Constructor. | |
| ScaledErrorData (const ScaledErrorData &other) | |
| virtual | ~ScaledErrorData () |
| double | scale () const |
| double | time () const |
| const TVectorD | offsets (int first=-1, int last=-1) const |
| const CovMatrix | errors (int first=-1, int last=-1) const |
| unsigned int | nSamples () const |
| const TVectorD & | xi () const |
| const TVectorD | xi (int first, int last) const |
| const TVectorD & | xip () const |
| const TVectorD | xip (int first, int last) const |
| const CovMatrix & | xiErr () const |
| const CovMatrix | xiErr (int first, int last) const |
| const CovMatrix & | xipErr () const |
| const CovMatrix | xipErr (int first, int last) const |
| int | lwb () const |
| int | upb () const |
| double | tbar () const |
| int | n () const |
| std::unique_ptr< ShapeErrorData > | add (const ShapeErrorData &other) const |
| ShapeErrorType | shapeErrorType () const |
| void | setShapeErrorType (ShapeErrorType type) |
| bool | isInRange (int i) const |
| bool | hasSameRange (int lw, int up) const |
| bool | hasSameRange (const IndexRange &other) const |
| bool | hasSameRange (const TVectorD &v) const |
| bool | providesRange (int lw, int up) const |
| bool | providesRange (const IndexRange &other) const |
| bool | providesRange (const TVectorD &v) const |
| TString | rangeStr () const |
| int | commonLwb (const IndexRange &other) const |
| int | commonUpb (const IndexRange &other) const |
| bool | checkRange (int &l, int &h) const |
Private Attributes | |
| double | m_scale |
| double | m_time |
| TVectorD | m_xi |
| TVectorD | m_xip |
| CovMatrix | m_xiErr |
| CovMatrix | m_xipErr |
| double | m_tbar {} |
| int | m_n {} |
| ShapeErrorType | m_shapeErrorType {CellShapeError} |
Definition at line 17 of file ScaledErrorData.h.
|
inline |
Constructor.
Definition at line 22 of file ScaledErrorData.h.
|
inline |
Definition at line 25 of file ScaledErrorData.h.
|
inlinevirtual |
Definition at line 28 of file ScaledErrorData.h.
|
inherited |
Definition at line 58 of file ShapeErrorData.cxx.
|
inherited |
Definition at line 14 of file IndexRange.cxx.
|
inlineinherited |
|
inlineinherited |
Definition at line 31 of file ScaledErrorData.cxx.
|
inlineinherited |
Definition at line 30 of file IndexRange.h.
|
inlineinherited |
Definition at line 31 of file IndexRange.h.
|
inlineinherited |
Definition at line 29 of file IndexRange.h.
|
inlineinherited |
Definition at line 27 of file IndexRange.h.
|
inlinevirtualinherited |
|
inlineinherited |
Definition at line 54 of file ShapeErrorData.h.
|
inlineinherited |
| const TVectorD ScaledErrorData::offsets | ( | int | first = -1, |
| int | last = -1 ) const |
Definition at line 14 of file ScaledErrorData.cxx.
|
inlineinherited |
Definition at line 34 of file IndexRange.h.
|
inlineinherited |
Definition at line 35 of file IndexRange.h.
|
inlineinherited |
Definition at line 33 of file IndexRange.h.
|
inlineinherited |
Definition at line 37 of file IndexRange.h.
|
inline |
Definition at line 30 of file ScaledErrorData.h.
|
inlineinherited |
Definition at line 59 of file ShapeErrorData.h.
|
inlineinherited |
Definition at line 58 of file ShapeErrorData.h.
|
inlineinherited |
Definition at line 53 of file ShapeErrorData.h.
|
inline |
Definition at line 31 of file ScaledErrorData.h.
|
inlinevirtualinherited |
|
inlineinherited |
Definition at line 40 of file ShapeErrorData.h.
|
inherited |
Definition at line 14 of file ShapeErrorData.cxx.
Definition at line 42 of file ShapeErrorData.h.
Definition at line 36 of file ShapeErrorData.cxx.
|
inlineinherited |
Definition at line 41 of file ShapeErrorData.h.
|
inherited |
Definition at line 25 of file ShapeErrorData.cxx.
Definition at line 43 of file ShapeErrorData.h.
Definition at line 47 of file ShapeErrorData.cxx.
|
privateinherited |
Definition at line 66 of file ShapeErrorData.h.
|
private |
Definition at line 38 of file ScaledErrorData.h.
|
privateinherited |
Definition at line 67 of file ShapeErrorData.h.
|
privateinherited |
Definition at line 65 of file ShapeErrorData.h.
|
private |
Definition at line 38 of file ScaledErrorData.h.
|
privateinherited |
Definition at line 63 of file ShapeErrorData.h.
|
privateinherited |
Definition at line 64 of file ShapeErrorData.h.
|
privateinherited |
Definition at line 63 of file ShapeErrorData.h.
|
privateinherited |
Definition at line 64 of file ShapeErrorData.h.