33 #define INCLXX_IN_GEANT4_MODE 1
72 std::stringstream entry;
73 std::stringstream particleString;
75 G4int numberOfParticles = 0;
78 particleString << (*i)->getID() <<
" ";
80 if(numberOfParticles == 1) particleString <<
"-1";
81 entry <<
getID() <<
" "
84 << particleString.str();
virtual G4INCL::IChannel * getChannel()=0
virtual void preInteraction()=0
virtual FinalState * postInteraction(FinalState *)=0
virtual ParticleList getParticles() const =0
virtual G4INCL::FinalState * getFinalState()=0
G4INCL::FinalState * getFinalState()
AvatarType getType() const
ParticleList::const_iterator ParticleIter