|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <PoPI.hpp>
Public Member Functions | |
| IDBase (std::string const &a_id, Particle_class a_class) | |
| IDBase (HAPI::Node const &a_node, Particle_class a_class) | |
| virtual | ~IDBase () |
| std::size_t | addToDatabase (Database *a_DB) |
| double | massValue2 (Database const &a_DB, std::string const &a_unit) const |
| Public Member Functions inherited from PoPI::Base | |
| Base (std::string const &a_id, Particle_class a_class) | |
| Base (HAPI::Node const &a_node, std::string const &a_label, Particle_class a_class) | |
| virtual | ~Base () |
| std::string const & | ID (void) const |
| std::size_t | index (void) const |
| void | setIndex (std::size_t a_index) |
| int | intid () const |
| Particle_class | Class (void) const |
| virtual bool | isParticle () const |
| bool | isAlias (void) const |
| bool | isMetaStableAlias (void) const |
| bool | isGaugeBoson () const |
| bool | isLepton () const |
| bool | isBaryon () const |
| bool | isUnorthodox () const |
| bool | isNucleus () const |
| bool | isNuclide () const |
| bool | isIsotope () const |
| bool | isChemicalElement () const |
Additional Inherited Members | |
| Public Attributes inherited from PoPI::Base | |
| friend | MetaStable |
| friend | Alias |
| friend | Baryon |
| friend | GaugeBoson |
| friend | Lepton |
| friend | Nucleus |
| friend | Nuclide |
| friend | Unorthodox |
| PoPI::IDBase::IDBase | ( | std::string const & | a_id, |
| Particle_class | a_class ) |
| a_id | [in] The PoPs id for this. |
| a_class | [in] The PoPI class for this. |
Definition at line 63 of file PoPI_base.cc.
Referenced by PoPI::Alias::Alias(), and PoPI::Particle::Particle().
| PoPI::IDBase::IDBase | ( | HAPI::Node const & | a_node, |
| Particle_class | a_class ) |
Constructor that parses an HAPI instance.
| a_node | [in] The HAPI::Node to be parsed. |
| a_class | [in] The PoPI class for this. |
Definition at line 75 of file PoPI_base.cc.
|
virtual |
Definition at line 83 of file PoPI_base.cc.
| std::size_t PoPI::IDBase::addToDatabase | ( | Database * | a_DB | ) |
This method adds this to the m_list member of a_DB.
| a_DB | [in] The PoPI::Database instance to add this to. |
Definition at line 95 of file PoPI_base.cc.
Referenced by PoPI::Alias::Alias(), PoPI::Baryon::Baryon(), PoPI::GaugeBoson::GaugeBoson(), PoPI::Lepton::Lepton(), PoPI::MetaStable::MetaStable(), PoPI::Nucleus::Nucleus(), PoPI::Nuclide::Nuclide(), and PoPI::Unorthodox::Unorthodox().
| double PoPI::IDBase::massValue2 | ( | Database const & | a_DB, |
| std::string const & | a_unit ) const |