|
Geant4
10.03.p02
|
#include <G4INCLParticleSpecies.hh>
Public Member Functions | |
| ParticleSpecies () | |
| Convert a string to a particle species. More... | |
| ParticleSpecies (std::string const &pS) | |
| ParticleSpecies (ParticleType const t) | |
| ParticleSpecies (const G4int A, const G4int Z) | |
| G4int | getPDGCode () const |
| Set a PDG Code (MONTE CARLO PARTICLE NUMBERING) More... | |
Public Attributes | |
| ParticleType | theType |
| G4int | theA |
| G4int | theZ |
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 124 of file G4INCLParticleSpecies.cc.
Definition at line 130 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 273 of file G4INCLParticleSpecies.cc.
| G4int G4INCL::ParticleSpecies::theA |
Definition at line 66 of file G4INCLParticleSpecies.hh.
| ParticleType G4INCL::ParticleSpecies::theType |
Definition at line 65 of file G4INCLParticleSpecies.hh.
| G4int G4INCL::ParticleSpecies::theZ |
Definition at line 66 of file G4INCLParticleSpecies.hh.