#include <TIndexCell.h>
◆ TIndexCellIter() [1/2]
| TIndexCellIter::TIndexCellIter |
( |
| ) |
|
|
inlineprivate |
const TIndexCell * fCell
Definition: TIndexCell.h:114
◆ TIndexCellIter() [2/2]
| TIndexCellIter::TIndexCellIter |
( |
const TIndexCell * |
cell, |
|
|
int |
level, |
|
|
Bool_t |
dir = kIterForward |
|
) |
| |
648 if( level < 1 ) level=0;
Int_t fPass
Definition: TIndexCell.h:118
Int_t * fVind
Definition: TIndexCell.h:115
Int_t fLevel
Definition: TIndexCell.h:117
Int_t fLevel0
Definition: TIndexCell.h:116
void Reset()
Definition: TIndexCell.cpp:705
Bool_t fDirection
Definition: TIndexCell.h:119
Int_t Nlevels() const
Definition: TIndexCell.cpp:328
◆ ~TIndexCellIter()
| TIndexCellIter::~TIndexCellIter |
( |
| ) |
|
◆ GetCell()
| const TIndexCell* TIndexCellIter::GetCell |
( |
| ) |
const |
|
inline |
◆ LevelDown()
| int TIndexCellIter::LevelDown |
( |
| ) |
|
int LevelDown()
Definition: TIndexCell.cpp:688
Int_t GetEntriesFast() const
Definition: TIndexCell.h:82
TIndexCell const * At(Int_t narg, Int_t vind[]) const
Definition: TIndexCell.cpp:519
◆ Next()
◆ Reset()
| void TIndexCellIter::Reset |
( |
| ) |
|
◆ Test()
| void TIndexCellIter::Test |
( |
| ) |
|
721 while(
Next() ) count++;
722 printf(
"count = %d\n",count);
TIndexCell const * Next()
Definition: TIndexCell.cpp:664
◆ fCell
◆ fDirection
| Bool_t TIndexCellIter::fDirection |
|
private |
◆ fLevel
| Int_t TIndexCellIter::fLevel |
|
private |
◆ fLevel0
| Int_t TIndexCellIter::fLevel0 |
|
private |
◆ fPass
| Int_t TIndexCellIter::fPass |
|
private |
◆ fVind
| Int_t* TIndexCellIter::fVind |
|
private |
The documentation for this class was generated from the following files: