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)
 
G4IT * FindIT(const G4Track &)
 
void TransferTo(G4ITBox *)