Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4RPGPiPlusInelastic.hh>
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 Member Functions inherited from G4RPGPionInelastic | |
G4int | GetMultiplicityT12 (G4double KE) const |
G4int | GetMultiplicityT32 (G4double KE) const |
std::vector< G4int > | GetFSPartTypesForT32 (G4int mult, G4double KE, G4int tindex) const |
std::vector< G4int > | GetFSPartTypesForT12 (G4int mult, G4double KE, G4int tindex) const |
std::vector< G4int > | GetFSPartTypesForPipP (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForPimN (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForPipN (G4int mult, G4double KE) const |
std::vector< G4int > | GetFSPartTypesForPimP (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 () |
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 |
Static Protected Attributes inherited from G4RPGPionInelastic | |
static const G4int | pipPindex [8][2] |
static const G4int | pimPindex [8][2] |
static const G4int | T32_2bfs [2][2][2] |
static const G4int | T32_3bfs [2][7][3] |
static const G4int | T32_4bfs [2][15][4] |
static const G4int | T32_5bfs [2][24][5] |
static const G4int | T32_6bfs [2][5][6] |
static const G4int | T32_7bfs [2][6][7] |
static const G4int | T32_8bfs [2][7][8] |
static const G4int | T32_9bfs [2][8][9] |
static const G4int | T12_2bfs [2][5][2] |
static const G4int | T12_3bfs [2][13][3] |
static const G4int | T12_4bfs [2][22][4] |
static const G4int | T12_5bfs [2][31][5] |
static const G4int | T12_6bfs [2][6][6] |
static const G4int | T12_7bfs [2][7][7] |
static const G4int | T12_8bfs [2][8][8] |
static const G4int | T12_9bfs [2][9][9] |
static G4ThreadLocal G4double | pipPtot [30] |
static G4ThreadLocal G4double | pimPtot [30] |
static G4ThreadLocal G4double | t12_dSigma_dMult [8][30] |
static G4ThreadLocal G4double | t32_dSigma_dMult [8][30] |
static const G4float | pipPCrossSections [74][30] |
static const G4float | pimPCrossSections [101][30] |
Definition at line 40 of file G4RPGPiPlusInelastic.hh.
|
inline |
Definition at line 44 of file G4RPGPiPlusInelastic.hh.
|
inline |
Definition at line 47 of file G4RPGPiPlusInelastic.hh.
|
virtual |
Reimplemented from G4HadronicInteraction.
Definition at line 33 of file G4RPGPiPlusInelastic.cc.