22 Int_t* fOldToNewIndex;
23 Int_t* fNewToOldIndex;
24 void CheckSize(Int_t size);
33 void Reset(Int_t size);
38 inline void MarkAsGood(Int_t old_index) { fOldToNewIndex[old_index] = 0; }
48 inline Int_t
GetNewIndex(Int_t old_index)
const {
return fOldToNewIndex[old_index]; }
54 inline Int_t
GetOldIndex(Int_t new_index)
const {
return fNewToOldIndex[new_index]; }
59 inline Int_t
GetSize()
const {
return fSize; }