#include <TIndexCell.h>
◆ TIndexCellIterV() [1/2]
| TIndexCellIterV::TIndexCellIterV |
( |
| ) |
|
|
inlineprivate |
const TIndexCell * fCell
Definition: TIndexCell.h:146
◆ TIndexCellIterV() [2/2]
| TIndexCellIterV::TIndexCellIterV |
( |
const TIndexCell * |
cell, |
|
|
int |
level, |
|
|
long |
vcent[], |
|
|
long |
vdiff[], |
|
|
Bool_t |
dir = kIterForward |
|
) |
| |
742 if( level < 1 ) level=0;
751 fVcent =
new Long_t[level];
752 fVdiff =
new Long_t[level];
754 for(
int i=0; i<level; i++) {
void Reset()
Definition: TIndexCell.cpp:761
Long_t * fVval
Definition: TIndexCell.h:152
Int_t fLevel0
Definition: TIndexCell.h:147
Int_t fLevel
Definition: TIndexCell.h:153
Int_t * fVind
Definition: TIndexCell.h:151
Int_t fPass
Definition: TIndexCell.h:154
Long_t * fVdiff
Definition: TIndexCell.h:149
Long_t * fVcent
Definition: TIndexCell.h:148
Bool_t fDirection
Definition: TIndexCell.h:155
Int_t Nlevels() const
Definition: TIndexCell.cpp:328
◆ ~TIndexCellIterV()
| TIndexCellIterV::~TIndexCellIterV |
( |
| ) |
|
|
inline |
◆ GetCell()
| const TIndexCell* TIndexCellIterV::GetCell |
( |
| ) |
const |
|
inline |
◆ LevelDown()
| int TIndexCellIterV::LevelDown |
( |
| ) |
|
int LevelDown()
Definition: TIndexCell.cpp:818
Int_t GetEntriesFast() const
Definition: TIndexCell.h:82
TIndexCell const * At(Int_t narg, Int_t vind[]) const
Definition: TIndexCell.cpp:519
◆ Next()
785 for(
int lev=0; lev<
fLevel0; lev++) {
787 if( lev ==
fLevel0-1 )
return b;
TIndexCell const * NextAll()
Definition: TIndexCell.cpp:794
Definition: TIndexCell.h:19
Int_t GetValues(Int_t level, Int_t vind[], Long_t val[]) const
Definition: TIndexCell.cpp:505
◆ NextAll()
◆ Reset()
| void TIndexCellIterV::Reset |
( |
| ) |
|
◆ Test()
| void TIndexCellIterV::Test |
( |
| ) |
|
839 printf(
"count = %d\n",count);
◆ fCell
◆ fDirection
| Bool_t TIndexCellIterV::fDirection |
|
private |
◆ fLevel
| Int_t TIndexCellIterV::fLevel |
|
private |
◆ fLevel0
| Int_t TIndexCellIterV::fLevel0 |
|
private |
◆ fPass
| Int_t TIndexCellIterV::fPass |
|
private |
◆ fVcent
| Long_t* TIndexCellIterV::fVcent |
|
private |
◆ fVdiff
| Long_t* TIndexCellIterV::fVdiff |
|
private |
◆ fVind
| Int_t* TIndexCellIterV::fVind |
|
private |
◆ fVval
| Long_t* TIndexCellIterV::fVval |
|
private |
The documentation for this class was generated from the following files: