38 G4ITBox::G4ITBox() : fNbIT(0), fpFirstIT(0), fpLastIT(0), fpPreviousBox(0), fpNextBox(0)
 
  112     if( 
fNbIT == 0 ) 
return 0;
 
  117     while(find == 
false && temp != 0)
 
  119         if(temp-> GetTrack() == &track)
 
  132     if( 
fNbIT == 0 ) 
return 0;
 
  137     while(find == 
false && temp != 0)
 
  139         if(temp-> GetTrack() == &track)
 
  156         aStack->
Push(ITToTransfer);
 
  157         ITToTransfer = ITToTransfer->
GetNext();
 
const G4ITBox & operator=(const G4ITBox &right)
 
void SetPreviousBox(G4ITBox *box)
 
void SetNextBox(G4ITBox *box)
 
G4ITBox behaves just like a stack for G4IT. 
 
G4IT * FindIT(const G4Track &)
The FindIT methods are used for check only. 
 
void TransferTo(G4ITBox *)