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)
G4IT is a interface which allows the inheriting object :
void SetPreviousBox(G4ITBox *box)
void SetNextBox(G4ITBox *box)
A G4ITBox contains all IT of the same kind.
G4IT * FindIT(const G4Track &)
The FindIT methods are used for check only.
void TransferTo(G4ITBox *)