Geant4 9.6.0
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) | |
Public Attributes | |
ParticleType | theType |
G4int | theA |
G4int | theZ |
Definition at line 54 of file G4INCLParticleSpecies.hh.
|
inline |
Convert a string to a particle species.
Definition at line 57 of file G4INCLParticleSpecies.hh.
G4INCL::ParticleSpecies::ParticleSpecies | ( | std::string const & | pS | ) |
Definition at line 55 of file G4INCLParticleSpecies.cc.
G4INCL::ParticleSpecies::ParticleSpecies | ( | ParticleType const | t | ) |
Definition at line 111 of file G4INCLParticleSpecies.cc.
G4int G4INCL::ParticleSpecies::theA |
Definition at line 67 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::Config::echo(), G4INCL::KinematicsUtils::gammaFromKineticEnergy(), G4INCL::Nucleus::getCoulombRadius(), G4INCL::ParticleTable::getName(), G4INCL::ParticleTable::getShortName(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::Config::getTargetA(), G4INCL::INCL::INCL(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::INCL::prepareReaction(), G4INCL::Config::setTargetA(), and G4INCL::Config::summary().
ParticleType G4INCL::ParticleSpecies::theType |
Definition at line 66 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::KinematicsUtils::gammaFromKineticEnergy(), G4INCL::Nucleus::getCoulombRadius(), G4INCL::ParticleTable::getName(), G4INCL::Config::getProjectileType(), G4INCL::ParticleTable::getShortName(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::StandardPropagationModel::shoot(), and G4INCL::Config::summary().
G4int G4INCL::ParticleSpecies::theZ |
Definition at line 67 of file G4INCLParticleSpecies.hh.
Referenced by G4INCL::Config::echo(), G4INCL::KinematicsUtils::gammaFromKineticEnergy(), G4INCL::Nucleus::getCoulombRadius(), G4INCL::ParticleTable::getName(), G4INCL::ParticleTable::getShortName(), G4INCL::ParticleTable::getTableSpeciesMass(), G4INCL::Config::getTargetZ(), G4INCL::INCL::INCL(), G4INCL::CoulombNonRelativistic::maxImpactParameter(), G4INCL::CoulombNone::maxImpactParameter(), ParticleSpecies(), G4INCL::Config::setTargetZ(), and G4INCL::Config::summary().