![]() |
ATLAS Offline Software
|
#include <Residual.h>
Public Member Functions | |
| Residuals () | |
| Residuals (const std::vector< Residual > &r) | |
| virtual | ~Residuals () |
| unsigned int | size () const |
| const Residual * | residual (unsigned int i) const |
| int | lwb () const |
| int | upb () const |
| bool | add (const Residual &residual) |
| bool | medianVars (TVectorD &medians, TVectorD &widths) const |
| std::unique_ptr< Residuals > | truncate (double nWidthsRes, double nWidthsTime=-1, unsigned int nMax=0) const |
| ResidualCalculator * | calculator (bool weigh=false) const |
| TH1D * | histogram (short sample, const TString &name, int nBins, double xMin, double xMax) const |
| 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 | |
| std::vector< Residual > | m_residuals |
Definition at line 71 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 74 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
Definition at line 75 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inlinevirtual |
Definition at line 78 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
Definition at line 86 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
| ResidualCalculator * Residuals::calculator | ( | bool | weigh = false | ) | const |
Definition at line 184 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inherited |
Definition at line 14 of file IndexRange.cxx.
|
inlineinherited |
Definition at line 39 of file IndexRange.h.
|
inlineinherited |
|
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.
| TH1D * Residuals::histogram | ( | short | sample, |
| const TString & | name, | ||
| int | nBins, | ||
| double | xMin, | ||
| double | xMax ) const |
Definition at line 175 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inlineinherited |
Definition at line 27 of file IndexRange.h.
|
inlinevirtual |
Implements LArSamples::IndexRange.
Definition at line 83 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
| bool Residuals::medianVars | ( | TVectorD & | medians, |
| TVectorD & | widths ) const |
Definition at line 87 of file LArCalorimeter/LArSamplesMon/src/Residual.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.
Definition at line 81 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
inline |
Definition at line 80 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
| std::unique_ptr< Residuals > Residuals::truncate | ( | double | nWidthsRes, |
| double | nWidthsTime = -1, | ||
| unsigned int | nMax = 0 ) const |
Definition at line 143 of file LArCalorimeter/LArSamplesMon/src/Residual.cxx.
|
inlinevirtual |
Implements LArSamples::IndexRange.
Definition at line 84 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.
|
private |
Definition at line 96 of file LArCalorimeter/LArSamplesMon/LArSamplesMon/Residual.h.