![]() |
ATLAS Offline Software
|
#include <Residual.h>
Public Member Functions | |
| ResidualCalculator () | |
| ResidualCalculator (unsigned int l, unsigned int u, bool weigh=false) | |
| ResidualCalculator (const Averager ®resser, bool weigh=false) | |
| virtual | ~ResidualCalculator () |
| int | lwb () const |
| int | upb () const |
| unsigned int | size () const |
| const Averager * | regresser () const |
| bool | weigh () const |
| double | weight (const Residual &residual) const |
| bool | fill (const Residual &residual) |
| bool | remove (const Residual &residual) |
| bool | append (const ResidualCalculator &other) |
| std::unique_ptr< ShapeErrorData > | shapeErrorData () const |
| TString | description () const |
| int | run (unsigned int i) const |
| int | event (unsigned int i) const |
| int | find (int run, int event) const |
| bool | add (int run, int event) |
| 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 Member Functions | |
| bool | fill_with_weight (const Residual &residual, double w) |
Private Attributes | |
| Averager | m_regresser |
| std::vector< int > | m_runs |
| std::vector< int > | m_events |
| bool | m_weigh |
Definition at line 100 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 104 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 106 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 109 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inlinevirtual |
Definition at line 112 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
| bool ResidualCalculator::add | ( | int | run, |
| int | event ) |
Definition at line 204 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
| bool ResidualCalculator::append | ( | const ResidualCalculator & | other | ) |
Definition at line 276 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inherited |
Definition at line 14 of file IndexRange.cxx.
|
inlineinherited |
|
inlineinherited |
| TString ResidualCalculator::description | ( | ) | const |
Definition at line 287 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inline |
Definition at line 132 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
Definition at line 212 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
Definition at line 269 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
| int ResidualCalculator::find | ( | int | run, |
| int | event ) const |
|
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.
|
inlinevirtual |
Implements LArSamples::IndexRange.
Definition at line 114 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
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.
Definition at line 119 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
Definition at line 220 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inline |
Definition at line 131 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
| std::unique_ptr< ShapeErrorData > ResidualCalculator::shapeErrorData | ( | ) | const |
Definition at line 235 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inline |
Definition at line 117 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inlinevirtual |
Implements LArSamples::IndexRange.
Definition at line 115 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 120 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
Definition at line 262 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
private |
Definition at line 143 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
private |
Definition at line 141 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
private |
Definition at line 143 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
private |
Definition at line 144 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.