Geant4
10.01.p02
|
#include <G4RPGNucleonInelastic.hh>
Protected Member Functions | |
G4int | GetMultiplicityT1 (G4double KE) const |
G4int | GetMultiplicityT0 (G4double KE) const |
std::vector< G4int > | GetFSPartTypesForT1 (G4int mult, G4double KE, G4int tindex) const |
std::vector< G4int > | GetFSPartTypesForT0 (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForPP (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForNN (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForPN (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForNP (G4int mult, G4double KE) const |
Protected Member Functions inherited from G4RPGInelastic | |
G4double | Pmltpc (G4int np, G4int nm, G4int nz, G4int n, G4double b, G4double c) |
G4int | Factorial (G4int n) |
G4bool | MarkLeadingStrangeParticle (const G4ReactionProduct ¤tParticle, const G4ReactionProduct &targetParticle, G4ReactionProduct &leadParticle) |
void | SetUpPions (const G4int np, const G4int nm, const G4int nz, G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen) |
void | GetNormalizationConstant (const G4double availableEnergy, G4double &n, G4double &anpn) |
void | CalculateMomenta (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, const G4HadProjectile *originalIncident, const G4DynamicParticle *originalTarget, G4ReactionProduct &modifiedOriginal, G4Nucleus &targetNucleus, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged, G4bool &targetHasChanged, G4bool quasiElastic) |
void | SetUpChange (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4bool &incidentHasChanged) |
std::pair< G4int, G4double > | interpolateEnergy (G4double ke) const |
G4int | sampleFlat (std::vector< G4double > sigma) const |
void | CheckQnums (G4FastVector< G4ReactionProduct, 256 > &vec, G4int &vecLen, G4ReactionProduct ¤tParticle, G4ReactionProduct &targetParticle, G4double Q, G4double B, G4double S) |
Protected Member Functions inherited from G4HadronicInteraction | |
void | SetModelName (const G4String &nam) |
G4bool | IsBlocked () const |
void | Block () |
Static Protected Attributes | |
static const G4int | pPindex [8][2] |
static const G4int | pNindex [8][2] |
static const G4int | T1_2bfs [2][1][2] |
static const G4int | T1_3bfs [2][6][3] |
static const G4int | T1_4bfs [2][18][4] |
static const G4int | T1_5bfs [2][32][5] |
static const G4int | T1_6bfs [2][7][6] |
static const G4int | T1_7bfs [2][8][7] |
static const G4int | T1_8bfs [2][10][8] |
static const G4int | T1_9bfs [2][11][9] |
static const G4int | T0_2bfs [1][2] |
static const G4int | T0_3bfs [9][3] |
static const G4int | T0_4bfs [22][4] |
static const G4int | T0_5bfs [38][5] |
static const G4int | T0_6bfs [7][6] |
static const G4int | T0_7bfs [9][7] |
static const G4int | T0_8bfs [10][8] |
static const G4int | T0_9bfs [12][9] |
static G4ThreadLocal G4double | pPtot [30] |
static G4ThreadLocal G4double | pNtot [30] |
static G4ThreadLocal G4double | t1_dSigma_dMult [8][30] |
static G4ThreadLocal G4double | t0_dSigma_dMult [8][30] |
static const G4float | pPCrossSections [93][30] |
static const G4float | pNCrossSections [108][30] |
Additional Inherited Members | |
Protected Types inherited from G4RPGInelastic | |
enum | { pi0, pip, pim, kp, km, k0, k0b, pro, neu, lam, sp, s0, sm, xi0, xim, om, ap, an } |
Protected Attributes inherited from G4RPGInelastic | |
G4RPGFragmentation | fragmentation |
G4RPGTwoCluster | twoCluster |
G4RPGPionSuppression | pionSuppression |
G4RPGStrangeProduction | strangeProduction |
G4RPGTwoBody | twoBody |
G4ParticleDefinition * | particleDef [18] |
Protected Attributes inherited from G4HadronicInteraction | |
G4HadFinalState | theParticleChange |
G4int | verboseLevel |
G4double | theMinEnergy |
G4double | theMaxEnergy |
G4bool | isBlocked |
Definition at line 42 of file G4RPGNucleonInelastic.hh.
G4RPGNucleonInelastic::G4RPGNucleonInelastic | ( | const G4String & | modelName = "RPGNucleonInelastic" | ) |
Definition at line 33 of file G4RPGNucleonInelastic.cc.
References GeV, pNCrossSections, pNindex, pNtot, pPCrossSections, pPindex, pPtot, G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), t0_dSigma_dMult, and t1_dSigma_dMult.
|
inline |
Definition at line 48 of file G4RPGNucleonInelastic.hh.
|
inlineprotected |
Definition at line 65 of file G4RPGNucleonInelastic.hh.
References GetFSPartTypesForT1().
Referenced by G4RPGNeutronInelastic::InitialCollision().
|
inlineprotected |
Definition at line 71 of file G4RPGNucleonInelastic.hh.
References GetFSPartTypesForT0().
Referenced by G4RPGNeutronInelastic::InitialCollision().
|
inlineprotected |
Definition at line 68 of file G4RPGNucleonInelastic.hh.
References GetFSPartTypesForT0().
Referenced by G4RPGProtonInelastic::InitialCollision().
|
inlineprotected |
Definition at line 62 of file G4RPGNucleonInelastic.hh.
References GetFSPartTypesForT1().
Referenced by G4RPGProtonInelastic::InitialCollision().
|
protected |
Definition at line 138 of file G4RPGNucleonInelastic.cc.
References G4cout, G4endl, G4RPGInelastic::interpolateEnergy(), pNCrossSections, pNindex, G4RPGInelastic::sampleFlat(), T0_2bfs, T0_3bfs, T0_4bfs, T0_5bfs, T0_6bfs, T0_7bfs, T0_8bfs, and T0_9bfs.
Referenced by GetFSPartTypesForNP(), and GetFSPartTypesForPN().
|
protected |
Definition at line 186 of file G4RPGNucleonInelastic.cc.
References G4cout, G4endl, G4RPGInelastic::interpolateEnergy(), pPCrossSections, pPindex, G4RPGInelastic::sampleFlat(), T1_2bfs, T1_3bfs, T1_4bfs, T1_5bfs, T1_6bfs, T1_7bfs, T1_8bfs, and T1_9bfs.
Referenced by GetFSPartTypesForNN(), and GetFSPartTypesForPP().
Definition at line 99 of file G4RPGNucleonInelastic.cc.
References G4RPGInelastic::interpolateEnergy(), G4RPGInelastic::sampleFlat(), and t0_dSigma_dMult.
Referenced by G4RPGNeutronInelastic::InitialCollision(), and G4RPGProtonInelastic::InitialCollision().
Definition at line 118 of file G4RPGNucleonInelastic.cc.
References G4RPGInelastic::interpolateEnergy(), G4RPGInelastic::sampleFlat(), and t1_dSigma_dMult.
Referenced by G4RPGNeutronInelastic::InitialCollision(), and G4RPGProtonInelastic::InitialCollision().
|
staticprotected |
Definition at line 102 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetFSPartTypesForT0().
|
staticprotected |
Definition at line 76 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetFSPartTypesForT0().
|
staticprotected |
Definition at line 97 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic().
|
staticprotected |
Definition at line 101 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetFSPartTypesForT1().
|
staticprotected |
Definition at line 75 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetFSPartTypesForT1().
|
staticprotected |
Definition at line 96 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic().
|
staticprotected |
Definition at line 87 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
|
staticprotected |
Definition at line 89 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
Definition at line 90 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
|
staticprotected |
Definition at line 92 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
Definition at line 93 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
Definition at line 94 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT0().
|
staticprotected |
Definition at line 99 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetMultiplicityT0().
|
staticprotected |
Definition at line 78 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
|
staticprotected |
Definition at line 80 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 81 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 82 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 83 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 84 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 85 of file G4RPGNucleonInelastic.hh.
Referenced by GetFSPartTypesForT1().
|
staticprotected |
Definition at line 98 of file G4RPGNucleonInelastic.hh.
Referenced by G4RPGNucleonInelastic(), and GetMultiplicityT1().