ATLAS Offline Software
|
storage of the time histories of all the cells More...
#include <IndexRange.h>
Public Member Functions | |
virtual | ~IndexRange () |
virtual int | lwb () const =0 |
virtual int | upb () const =0 |
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 |
storage of the time histories of all the cells
Definition at line 18 of file IndexRange.h.
|
inlinevirtual |
Definition at line 22 of file IndexRange.h.
bool IndexRange::checkRange | ( | int & | l, |
int & | h | ||
) | const |
Definition at line 14 of file IndexRange.cxx.
|
inline |
|
inline |
|
inline |
Definition at line 30 of file IndexRange.h.
|
inline |
Definition at line 31 of file IndexRange.h.
|
inline |
|
inline |
|
pure virtual |
|
inline |
Definition at line 34 of file IndexRange.h.
|
inline |
Definition at line 35 of file IndexRange.h.
|
inline |
|
inline |
Definition at line 37 of file IndexRange.h.
|
pure virtual |