Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4ExitonConfiguration Class Reference

#include <G4ExitonConfiguration.hh>

Public Member Functions

 G4ExitonConfiguration ()
 
 G4ExitonConfiguration (G4int qpp, G4int qnp, G4int qph, G4int qnh)
 
 G4ExitonConfiguration (const G4Fragment &frag)
 
void clear ()
 
bool empty () const
 
void fill (const G4Fragment &frag)
 
bool operator== (const G4ExitonConfiguration &right) const
 
bool operator!= (const G4ExitonConfiguration &right) const
 
void incrementQP (G4int ip)
 
void incrementHoles (G4int ip)
 

Public Attributes

G4int protonQuasiParticles
 
G4int neutronQuasiParticles
 
G4int protonHoles
 
G4int neutronHoles
 

Detailed Description

Definition at line 44 of file G4ExitonConfiguration.hh.

Constructor & Destructor Documentation

G4ExitonConfiguration::G4ExitonConfiguration ( )
inline
G4ExitonConfiguration::G4ExitonConfiguration ( G4int  qpp,
G4int  qnp,
G4int  qph,
G4int  qnh 
)
inline
G4ExitonConfiguration::G4ExitonConfiguration ( const G4Fragment frag)
inlineexplicit

Definition at line 54 of file G4ExitonConfiguration.hh.

Here is the call graph for this function:

Member Function Documentation

void G4ExitonConfiguration::clear ( )
inline

Definition at line 59 of file G4ExitonConfiguration.hh.

Here is the caller graph for this function:

bool G4ExitonConfiguration::empty ( ) const
inline

Definition at line 64 of file G4ExitonConfiguration.hh.

Here is the caller graph for this function:

void G4ExitonConfiguration::fill ( const G4Fragment frag)

Definition at line 37 of file G4ExitonConfiguration.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ExitonConfiguration::incrementHoles ( G4int  ip)
inline

Definition at line 91 of file G4ExitonConfiguration.hh.

91  {
92  if (ip == 1) protonHoles++;
93  else if (ip == 2) neutronHoles++;
94  }

Here is the caller graph for this function:

void G4ExitonConfiguration::incrementQP ( G4int  ip)
inline

Definition at line 86 of file G4ExitonConfiguration.hh.

86  {
87  if (ip == 1) protonQuasiParticles++;
88  else if (ip == 2) neutronQuasiParticles++;
89  }

Here is the caller graph for this function:

bool G4ExitonConfiguration::operator!= ( const G4ExitonConfiguration right) const
inline

Definition at line 79 of file G4ExitonConfiguration.hh.

79  {
80  return !operator==(right);
81  }
bool operator==(const G4ExitonConfiguration &right) const

Here is the call graph for this function:

bool G4ExitonConfiguration::operator== ( const G4ExitonConfiguration right) const
inline

Definition at line 71 of file G4ExitonConfiguration.hh.

71  {
72  return ( (&right == this) ||
75  protonHoles == right.protonHoles &&
76  neutronHoles == right.neutronHoles) );
77  }

Here is the caller graph for this function:

Member Data Documentation

G4int G4ExitonConfiguration::neutronHoles

Definition at line 99 of file G4ExitonConfiguration.hh.

G4int G4ExitonConfiguration::neutronQuasiParticles

Definition at line 97 of file G4ExitonConfiguration.hh.

G4int G4ExitonConfiguration::protonHoles

Definition at line 98 of file G4ExitonConfiguration.hh.

G4int G4ExitonConfiguration::protonQuasiParticles

Definition at line 96 of file G4ExitonConfiguration.hh.


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