29#ifndef G4FTFParticipants_h
30#define G4FTFParticipants_h 1
69 std::vector< G4InteractionContent* > theInteractions;
70 G4int currentInteraction;
74 currentInteraction = -1;
78 return ++currentInteraction < static_cast< G4int >( theInteractions.size() );
82 return *theInteractions[ currentInteraction ];
void ShiftInteractionTime()
const G4FTFParticipants & operator=(const G4FTFParticipants &right)=delete
G4FTFParticipants(const G4FTFParticipants &right)=delete
void GetList(const G4ReactionProduct &thePrimary, G4FTFParameters *theParameters)
void SortInteractionsIncT()
G4bool operator!=(const G4FTFParticipants &right) const =delete
G4bool operator==(const G4FTFParticipants &right) const =delete
G4InteractionContent & GetInteraction()