| 
    Geant4_10
    
   | 
 
#include <G4VParticipants.hh>


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.
      
  | 
  inlinevirtual | 
      
  | 
  inlinevirtual | 
Definition at line 57 of file G4VParticipants.cc.


Definition at line 71 of file G4VParticipants.cc.


| int G4VParticipants::operator!= | ( | const G4VParticipants & | right | ) | const | 
| const G4VParticipants& G4VParticipants::operator= | ( | const G4VParticipants & | right | ) | 
| int G4VParticipants::operator== | ( | const G4VParticipants & | right | ) | const | 
      
  | 
  inlinevirtual | 
Definition at line 65 of file G4VParticipants.cc.
      
  | 
  inlinevirtual | 
| G4V3DNucleus* G4VParticipants::theNucleus | 
Definition at line 68 of file G4VParticipants.hh.
| G4V3DNucleus* G4VParticipants::theProjectileNucleus | 
Definition at line 69 of file G4VParticipants.hh.
 1.8.5