#include <RooDataHistSliceIter.h>
Inheritance diagram for RooDataHistSliceIter:
Definition at line 27 of file RooDataHistSliceIter.h.
RooDataHistSliceIter::RooDataHistSliceIter | ( | const RooDataHistSliceIter & | other | ) |
Definition at line 77 of file RooDataHistSliceIter.cxx.
RooDataHistSliceIter::~RooDataHistSliceIter | ( | ) | [virtual] |
Definition at line 92 of file RooDataHistSliceIter.cxx.
RooDataHistSliceIter::RooDataHistSliceIter | ( | RooDataHist & | hist, | |
RooAbsArg & | sliceArg | |||
) | [protected] |
Definition at line 45 of file RooDataHistSliceIter.cxx.
References _baseIndex, _curStep, _nStep, _stepSize, TNamed::GetName(), hist, and i.
RooDataHistSliceIter::RooDataHistSliceIter | ( | const RooDataHistSliceIter & | other | ) |
virtual RooDataHistSliceIter::~RooDataHistSliceIter | ( | ) | [virtual] |
RooDataHistSliceIter::RooDataHistSliceIter | ( | RooDataHist & | hist, | |
RooAbsArg & | sliceArg | |||
) | [protected] |
const TCollection * RooDataHistSliceIter::GetCollection | ( | ) | const [virtual] |
TObject * RooDataHistSliceIter::Next | ( | ) | [virtual] |
Implements TIterator.
Definition at line 110 of file RooDataHistSliceIter.cxx.
References _baseIndex, _curStep, _hist, _nStep, _sliceArg, _stepSize, and RooDataHist::get().
void RooDataHistSliceIter::Reset | ( | ) | [virtual] |
bool RooDataHistSliceIter::operator!= | ( | const TIterator & | aIter | ) | const [virtual] |
Reimplemented from TIterator.
Definition at line 152 of file RooDataHistSliceIter.cxx.
References _curStep, xmlio::Class, and nullptr.
TObject * RooDataHistSliceIter::operator * | ( | ) | const [virtual] |
Reimplemented from TIterator.
Definition at line 139 of file RooDataHistSliceIter.cxx.
References _baseIndex, _curStep, _hist, _sliceArg, _stepSize, and RooDataHist::get().
virtual const TCollection* RooDataHistSliceIter::GetCollection | ( | ) | const [virtual] |
Implements TIterator.
virtual void RooDataHistSliceIter::Reset | ( | ) | [virtual] |
Implements TIterator.
virtual bool RooDataHistSliceIter::operator!= | ( | const TIterator & | aIter | ) | const [virtual] |
Reimplemented from TIterator.
RooDataHist [friend] |
Definition at line 41 of file RooDataHistSliceIter.h.
RooDataHist* RooDataHistSliceIter::_hist [protected] |
RooAbsArg* RooDataHistSliceIter::_sliceArg [protected] |
Int_t RooDataHistSliceIter::_baseIndex [protected] |
Definition at line 46 of file RooDataHistSliceIter.h.
Referenced by Next(), operator *(), and RooDataHistSliceIter().
Int_t RooDataHistSliceIter::_stepSize [protected] |
Definition at line 47 of file RooDataHistSliceIter.h.
Referenced by Next(), operator *(), and RooDataHistSliceIter().
Int_t RooDataHistSliceIter::_nStep [protected] |
Definition at line 48 of file RooDataHistSliceIter.h.
Referenced by Next(), and RooDataHistSliceIter().
Int_t RooDataHistSliceIter::_curStep [protected] |
Definition at line 49 of file RooDataHistSliceIter.h.
Referenced by Next(), operator *(), operator!=(), Reset(), and RooDataHistSliceIter().
RooDataHist* RooDataHistSliceIter::_hist [protected] |
Definition at line 44 of file RooDataHistSliceIter.h.
RooAbsArg* RooDataHistSliceIter::_sliceArg [protected] |
Definition at line 45 of file RooDataHistSliceIter.h.