ROOT
6.07/01
Reference Guide
|
RooDataHistSliceIter iterates over all bins in a RooDataHist that occur in a slice defined by the bin coordinates of the input sliceSet.
Definition at line 27 of file RooDataHistSliceIter.h.
Public Member Functions | |
RooDataHistSliceIter (const RooDataHistSliceIter &other) | |
Copy constructor. More... | |
virtual | ~RooDataHistSliceIter () |
Destructor. More... | |
virtual const TCollection * | GetCollection () const |
Dummy. More... | |
virtual TObject * | Next () |
Iterator increment operator. More... | |
virtual void | Reset () |
Reset iterator position to beginning. More... | |
virtual bool | operator!= (const TIterator &aIter) const |
Returns true if position of this iterator differs from position of iterator 'aIter'. More... | |
virtual TObject * | operator* () const |
Iterator dereference operator, not functional for this iterator. More... | |
Public Member Functions inherited from TIterator | |
virtual | ~TIterator () |
virtual Option_t * | GetOption () const |
TObject * | operator() () |
Bool_t | operator== (const TIterator &other) const |
Protected Member Functions | |
RooDataHistSliceIter (RooDataHist &hist, RooAbsArg &sliceArg) | |
Construct an iterator over all bins of RooDataHist 'hist' in the slice defined by the values of the arguments in 'sliceArg'. More... | |
TIterator & | operator= (const TIterator &) |
Protected Member Functions inherited from TIterator | |
TIterator () | |
TIterator (const TIterator &) | |
Protected Attributes | |
RooDataHist * | _hist |
RooAbsArg * | _sliceArg |
Int_t | _baseIndex |
Int_t | _stepSize |
Int_t | _nStep |
Int_t | _curStep |
Friends | |
class | RooDataHist |
#include <RooDataHistSliceIter.h>
RooDataHistSliceIter::RooDataHistSliceIter | ( | const RooDataHistSliceIter & | other | ) |
Copy constructor.
Definition at line 86 of file RooDataHistSliceIter.cxx.
|
virtual |
Destructor.
Definition at line 102 of file RooDataHistSliceIter.cxx.
|
protected |
Construct an iterator over all bins of RooDataHist 'hist' in the slice defined by the values of the arguments in 'sliceArg'.
Definition at line 51 of file RooDataHistSliceIter.cxx.
|
virtual |
|
virtual |
Iterator increment operator.
Implements TIterator.
Definition at line 122 of file RooDataHistSliceIter.cxx.
|
virtual |
Returns true if position of this iterator differs from position of iterator 'aIter'.
Reimplemented from TIterator.
Definition at line 166 of file RooDataHistSliceIter.cxx.
|
virtual |
Iterator dereference operator, not functional for this iterator.
Reimplemented from TIterator.
Definition at line 152 of file RooDataHistSliceIter.cxx.
Reimplemented from TIterator.
Definition at line 51 of file RooDataHistSliceIter.h.
Reset iterator position to beginning.
Implements TIterator.
Definition at line 142 of file RooDataHistSliceIter.cxx.
|
friend |
Definition at line 41 of file RooDataHistSliceIter.h.
|
protected |
Definition at line 46 of file RooDataHistSliceIter.h.
Referenced by Next(), operator*(), and RooDataHistSliceIter().
|
protected |
Definition at line 49 of file RooDataHistSliceIter.h.
Referenced by Next(), operator!=(), operator*(), Reset(), and RooDataHistSliceIter().
|
protected |
Definition at line 44 of file RooDataHistSliceIter.h.
Referenced by Next(), and operator*().
|
protected |
Definition at line 48 of file RooDataHistSliceIter.h.
Referenced by Next(), and RooDataHistSliceIter().
|
protected |
Definition at line 45 of file RooDataHistSliceIter.h.
Referenced by Next(), and operator*().
|
protected |
Definition at line 47 of file RooDataHistSliceIter.h.
Referenced by Next(), operator*(), and RooDataHistSliceIter().