ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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) |
G4bool | operator== (const G4ExitonConfiguration &right) const |
G4bool | operator!= (const G4ExitonConfiguration &right) const |
void | incrementQP (G4int ip) |
void | incrementHoles (G4int ip) |
Public Attributes | |
G4int | protonQuasiParticles |
G4int | neutronQuasiParticles |
G4int | protonHoles |
G4int | neutronHoles |
Definition at line 43 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 43 of file G4ExitonConfiguration.hh
|
inline |
Definition at line 45 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 45 of file G4ExitonConfiguration.hh
Definition at line 49 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 49 of file G4ExitonConfiguration.hh
|
inlineexplicit |
Definition at line 53 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 53 of file G4ExitonConfiguration.hh
References fill().
Definition at line 58 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 58 of file G4ExitonConfiguration.hh
References neutronHoles, neutronQuasiParticles, protonHoles, and protonQuasiParticles.
Referenced by G4InuclNuclei::clearExitonConfiguration(), G4IntraNucleiCascader::copyWoundedNucleus(), G4CascadeRecoilMaker::fillRecoil(), and G4IntraNucleiCascader::newCascade().
|
inline |
Definition at line 63 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 63 of file G4ExitonConfiguration.hh
References neutronHoles, neutronQuasiParticles, protonHoles, and protonQuasiParticles.
Referenced by G4InuclNuclei::print().
void G4ExitonConfiguration::fill | ( | const G4Fragment & | frag | ) |
Definition at line 37 of file G4ExitonConfiguration.cc.
View newest version in sPHENIX GitHub at line 37 of file G4ExitonConfiguration.cc
References G4Fragment::GetNumberOfCharged(), G4Fragment::GetNumberOfChargedHoles(), G4Fragment::GetNumberOfHoles(), G4Fragment::GetNumberOfParticles(), neutronHoles, neutronQuasiParticles, protonHoles, and protonQuasiParticles.
Referenced by G4ExitonConfiguration().
Definition at line 90 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 90 of file G4ExitonConfiguration.hh
References neutronHoles, and protonHoles.
Referenced by G4IntraNucleiCascader::copyWoundedNucleus(), G4IntraNucleiCascader::generateCascade(), and G4IntraNucleiCascader::setupCascade().
Definition at line 85 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 85 of file G4ExitonConfiguration.hh
References neutronQuasiParticles, and protonQuasiParticles.
Referenced by G4IntraNucleiCascader::processTrappedParticle(), and G4IntraNucleiCascader::setupCascade().
|
inline |
Definition at line 78 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 78 of file G4ExitonConfiguration.hh
References operator==().
|
inline |
Definition at line 70 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 70 of file G4ExitonConfiguration.hh
References neutronHoles, neutronQuasiParticles, protonHoles, and protonQuasiParticles.
Referenced by operator!=().
G4int G4ExitonConfiguration::neutronHoles |
Definition at line 98 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 98 of file G4ExitonConfiguration.hh
Referenced by clear(), G4InuclNuclei::copy(), G4IntraNucleiCascader::copyWoundedNucleus(), G4NonEquilibriumEvaporator::deExcite(), empty(), fill(), incrementHoles(), G4InuclNuclei::makeG4Fragment(), G4CascadeRecoilMaker::makeRecoilFragment(), operator<<(), and operator==().
G4int G4ExitonConfiguration::neutronQuasiParticles |
Definition at line 96 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 96 of file G4ExitonConfiguration.hh
Referenced by clear(), G4InuclNuclei::copy(), G4NonEquilibriumEvaporator::deExcite(), empty(), fill(), incrementQP(), G4InuclNuclei::makeG4Fragment(), G4CascadeRecoilMaker::makeRecoilFragment(), operator<<(), and operator==().
G4int G4ExitonConfiguration::protonHoles |
Definition at line 97 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 97 of file G4ExitonConfiguration.hh
Referenced by clear(), G4InuclNuclei::copy(), G4IntraNucleiCascader::copyWoundedNucleus(), G4NonEquilibriumEvaporator::deExcite(), empty(), fill(), incrementHoles(), G4InuclNuclei::makeG4Fragment(), G4CascadeRecoilMaker::makeRecoilFragment(), operator<<(), and operator==().
G4int G4ExitonConfiguration::protonQuasiParticles |
Definition at line 95 of file G4ExitonConfiguration.hh.
View newest version in sPHENIX GitHub at line 95 of file G4ExitonConfiguration.hh
Referenced by clear(), G4InuclNuclei::copy(), G4NonEquilibriumEvaporator::deExcite(), empty(), fill(), incrementQP(), G4InuclNuclei::makeG4Fragment(), G4CascadeRecoilMaker::makeRecoilFragment(), operator<<(), and operator==().