| 
    Geant4
    10.03
    
   | 
 
#include <G4VParticipants.hh>
 Inheritance diagram for G4VParticipants:
 Collaboration diagram for G4VParticipants:Public Member Functions | |
| G4VParticipants () | |
| G4VParticipants (const G4VParticipants &right) | |
| virtual | ~G4VParticipants () | 
| const G4VParticipants & | operator= (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 G4V3DNucleus * | GetWoundedNucleus () const | 
| virtual void | InitProjectileNucleus (G4int theZ, G4int theA) | 
| virtual void | SetProjectileNucleus (G4V3DNucleus *aNucleus) | 
| virtual G4V3DNucleus * | GetProjectileNucleus () const | 
Public Attributes | |
| G4V3DNucleus * | theNucleus | 
| G4V3DNucleus * | theProjectileNucleus | 
Definition at line 48 of file G4VParticipants.hh.
| G4VParticipants::G4VParticipants | ( | ) | 
Definition at line 44 of file G4VParticipants.cc.
| G4VParticipants::G4VParticipants | ( | const G4VParticipants & | right | ) | 
      
  | 
  virtual | 
Definition at line 49 of file G4VParticipants.cc.
References theNucleus, and theProjectileNucleus.
      
  | 
  inlinevirtual | 
Definition at line 80 of file G4VParticipants.hh.
References theProjectileNucleus.
Referenced by G4FTFModel::GetProjectileNucleus().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Definition at line 75 of file G4VParticipants.hh.
References theNucleus.
Referenced by G4FTFModel::GetTargetNucleus(), and G4FTFModel::GetWoundedNucleus().
 Here is the caller graph for this function:Definition at line 57 of file G4VParticipants.cc.
References G4V3DNucleus::Init(), G4V3DNucleus::SortNucleonsIncZ(), and theNucleus.
Referenced by G4FTFModel::Init().
 Here is the call graph for this function:
 Here is the caller graph for this function:Definition at line 71 of file G4VParticipants.cc.
References G4V3DNucleus::Init(), G4V3DNucleus::SortNucleonsDecZ(), and theProjectileNucleus.
Referenced by G4FTFModel::Init().
 Here is the call graph for this function:
 Here is the caller graph for this function:| int G4VParticipants::operator!= | ( | const G4VParticipants & | right | ) | const | 
| const G4VParticipants& G4VParticipants::operator= | ( | const G4VParticipants & | right | ) | 
| int G4VParticipants::operator== | ( | const G4VParticipants & | right | ) | const | 
      
  | 
  virtual | 
Definition at line 65 of file G4VParticipants.cc.
References theNucleus.
      
  | 
  virtual | 
Definition at line 79 of file G4VParticipants.cc.
References theProjectileNucleus.
Referenced by G4FTFModel::Init().
 Here is the caller graph for this function:| G4V3DNucleus* G4VParticipants::theNucleus | 
Definition at line 67 of file G4VParticipants.hh.
Referenced by G4QGSParticipants::DoLorentzBoost(), G4FTFParticipants::GetList(), GetWoundedNucleus(), Init(), G4GammaParticipants::SelectInteractions(), G4QGSParticipants::SelectInteractions(), SetNucleus(), and ~G4VParticipants().
| G4V3DNucleus* G4VParticipants::theProjectileNucleus | 
Definition at line 68 of file G4VParticipants.hh.
Referenced by G4FTFParticipants::GetList(), GetProjectileNucleus(), G4FTFModel::Init(), InitProjectileNucleus(), SetProjectileNucleus(), and ~G4VParticipants().