34#define INCLXX_IN_GEANT4_MODE 1
70 INCL_DEBUG(
"destroying avatar " <<
this << std::endl);
74 std::stringstream entry;
75 std::stringstream particleString;
77 G4int numberOfParticles = 0;
80 particleString << (*i)->getID() <<
" ";
82 if(numberOfParticles == 1) particleString <<
"-1";
83 entry <<
getID() <<
" "
86 << particleString.str();
void fillFinalState(FinalState *fs)
virtual void postInteraction(FinalState *)=0
virtual ParticleList getParticles() const =0
virtual void preInteraction()=0
FinalState * getFinalState()
virtual G4INCL::IChannel * getChannel()=0
AvatarType getType() const
virtual void fillFinalState(FinalState *fs)=0
ParticleList::const_iterator ParticleIter