Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLParticleSpecies.hh>
Public Member Functions | |
ParticleSpecies () | |
Convert a string to a particle species. | |
ParticleSpecies (std::string const &pS) | |
ParticleSpecies (ParticleType const t) | |
ParticleSpecies (const G4int A, const G4int Z) | |
ParticleSpecies (const G4int A, const G4int Z, const G4int S) | |
G4int | getPDGCode () const |
Set a PDG Code (MONTE CARLO PARTICLE NUMBERING) | |
Public Attributes | |
ParticleType | theType |
G4int | theA |
G4int | theZ |
G4int | theS |
Definition at line 53 of file G4INCLParticleSpecies.hh.
|
inline |
Convert a string to a particle species.
Definition at line 56 of file G4INCLParticleSpecies.hh.
G4INCL::ParticleSpecies::ParticleSpecies | ( | std::string const & | pS | ) |
Definition at line 54 of file G4INCLParticleSpecies.cc.
G4INCL::ParticleSpecies::ParticleSpecies | ( | ParticleType const | t | ) |
Definition at line 190 of file G4INCLParticleSpecies.cc.
Definition at line 197 of file G4INCLParticleSpecies.cc.
G4int G4INCL::ParticleSpecies::getPDGCode | ( | ) | const |
Set a PDG Code (MONTE CARLO PARTICLE NUMBERING)
return integer (identifying number for each particle)
Definition at line 365 of file G4INCLParticleSpecies.cc.
Referenced by G4INCL::Nucleus::fillEventInfo(), and G4INCL::EventInfo::remnantToParticle().
G4int G4INCL::ParticleSpecies::theA |
Definition at line 68 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::KinematicsUtils::gammaFromKineticEnergy(), getPDGCode(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::Config::getTargetA(), G4INCL::INCL::INCL(), G4INCL::CrossSections::interactionDistanceNN(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::INCL::prepareReaction(), G4INCL::Config::setTargetA(), and G4INCL::Config::summary().
G4int G4INCL::ParticleSpecies::theS |
Definition at line 68 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::KinematicsUtils::gammaFromKineticEnergy(), getPDGCode(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::Config::getTargetS(), G4INCL::INCL::INCL(), ParticleSpecies(), G4INCL::INCL::prepareReaction(), G4INCL::Config::setTargetS(), and G4INCL::Config::summary().
ParticleType G4INCL::ParticleSpecies::theType |
Definition at line 67 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::KinematicsUtils::gammaFromKineticEnergy(), getPDGCode(), G4INCL::Config::getProjectileType(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::INCL::prepareReaction(), G4INCL::StandardPropagationModel::shoot(), and G4INCL::Config::summary().
G4int G4INCL::ParticleSpecies::theZ |
Definition at line 68 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::KinematicsUtils::gammaFromKineticEnergy(), getPDGCode(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::Config::getTargetZ(), G4INCL::INCL::INCL(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::INCL::prepareReaction(), G4INCL::Config::setTargetZ(), and G4INCL::Config::summary().