35#define INCLXX_IN_GEANT4_MODE 1
51 long IAvatar::nextID = 1;
73 std::stringstream entry;
74 std::stringstream particleString;
76 G4int numberOfParticles = 0;
79 particleString << (*i)->getID() <<
" ";
81 if(numberOfParticles == 1) particleString <<
"-1";
82 entry <<
getID() <<
" "
85 << particleString.str();
G4INCL::FinalState * getFinalState()
virtual ParticleList getParticles() const =0
virtual G4INCL::IChannel * getChannel() const =0
virtual void preInteraction()=0
virtual FinalState * postInteraction(FinalState *)=0
AvatarType getType() const
virtual G4INCL::FinalState * getFinalState()=0
std::list< G4INCL::Particle * > ParticleList
std::list< G4INCL::Particle * >::const_iterator ParticleIter