Geant4  10.02.p03
G4FTFParticipants Class Reference

#include <G4FTFParticipants.hh>

Inheritance diagram for G4FTFParticipants:
Collaboration diagram for G4FTFParticipants:

Public Member Functions

 G4FTFParticipants ()
 
const G4FTFParticipantsoperator= (const G4FTFParticipants &right)
 
 ~G4FTFParticipants ()
 
int operator== (const G4FTFParticipants &right) const
 
int operator!= (const G4FTFParticipants &right) const
 
void GetList (const G4ReactionProduct &thePrimary, G4FTFParameters *theParameters)
 
void StartLoop ()
 
G4bool Next ()
 
void SortInteractionsIncT ()
 
void ShiftInteractionTime ()
 
G4InteractionContentGetInteraction ()
 
void Clean ()
 
- Public Member Functions inherited from G4VParticipants
 G4VParticipants ()
 
 G4VParticipants (const G4VParticipants &right)
 
virtual ~G4VParticipants ()
 
const G4VParticipantsoperator= (const G4VParticipants &right)
 
int operator== (const G4VParticipants &right) const
 
int operator!= (const G4VParticipants &right) const
 
virtual void Init (G4int theZ, G4int theA)
 
virtual void SetNucleus (G4V3DNucleus *aNucleus)
 
virtual G4V3DNucleusGetWoundedNucleus () const
 
virtual void InitProjectileNucleus (G4int theZ, G4int theA)
 
virtual void SetProjectileNucleus (G4V3DNucleus *aNucleus)
 
virtual G4V3DNucleusGetProjectileNucleus () const
 

Public Attributes

std::vector< G4InteractionContent *> theInteractions
 
- Public Attributes inherited from G4VParticipants
G4V3DNucleustheNucleus
 
G4V3DNucleustheProjectileNucleus
 

Private Member Functions

 G4FTFParticipants (const G4FTFParticipants &right)
 

Private Attributes

G4int currentInteraction
 

Detailed Description

Definition at line 51 of file G4FTFParticipants.hh.

Constructor & Destructor Documentation

◆ G4FTFParticipants() [1/2]

G4FTFParticipants::G4FTFParticipants ( )

◆ ~G4FTFParticipants()

G4FTFParticipants::~G4FTFParticipants ( )

◆ G4FTFParticipants() [2/2]

G4FTFParticipants::G4FTFParticipants ( const G4FTFParticipants right)
private

Member Function Documentation

◆ Clean()

void G4FTFParticipants::Clean ( )
Here is the caller graph for this function:

◆ GetInteraction()

G4InteractionContent & G4FTFParticipants::GetInteraction ( )
inline

Definition at line 86 of file G4FTFParticipants.hh.

86  {
88 }
std::vector< G4InteractionContent *> theInteractions
Here is the caller graph for this function:

◆ GetList()

void G4FTFParticipants::GetList ( const G4ReactionProduct thePrimary,
G4FTFParameters theParameters 
)
Here is the caller graph for this function:

◆ Next()

G4bool G4FTFParticipants::Next ( )
inline

Definition at line 81 of file G4FTFParticipants.hh.

81  {
82  return ++currentInteraction < static_cast< G4int >( theInteractions.size() );
83 }
std::vector< G4InteractionContent *> theInteractions
Here is the caller graph for this function:

◆ operator!=()

int G4FTFParticipants::operator!= ( const G4FTFParticipants right) const

◆ operator=()

const G4FTFParticipants& G4FTFParticipants::operator= ( const G4FTFParticipants right)

◆ operator==()

int G4FTFParticipants::operator== ( const G4FTFParticipants right) const

◆ ShiftInteractionTime()

void G4FTFParticipants::ShiftInteractionTime ( )

◆ SortInteractionsIncT()

void G4FTFParticipants::SortInteractionsIncT ( )

◆ StartLoop()

void G4FTFParticipants::StartLoop ( )
inline

Definition at line 76 of file G4FTFParticipants.hh.

76  {
77  currentInteraction = -1;
78 }
Here is the caller graph for this function:

Member Data Documentation

◆ currentInteraction

G4int G4FTFParticipants::currentInteraction
private

Definition at line 71 of file G4FTFParticipants.hh.

◆ theInteractions

std::vector< G4InteractionContent* > G4FTFParticipants::theInteractions

Definition at line 67 of file G4FTFParticipants.hh.


The documentation for this class was generated from the following file: