|
| | Unorthodox (HAPI::Node const &a_node, Database *a_DB, Database *a_parent) |
| virtual | ~Unorthodox () |
| Public Member Functions inherited from PoPI::Particle |
| | Particle (HAPI::Node const &a_node, Particle_class a_class, std::string const &a_family, int a_hasNucleus=0) |
| virtual | ~Particle () |
| std::string const & | baseId (void) const |
| std::string const & | family (void) const |
| bool | isAnti () const |
| int | hasNucleus (void) const |
| virtual PQ_suite const & | mass (void) const |
| virtual double | massValue (char const *a_unit) const |
| double | massValue (std::string const &a_unit) const |
| PQ_suite const & | spin () const |
| PQ_suite const & | parity () const |
| PQ_suite const & | charge () const |
| PQ_suite const & | halflife () const |
| DecayData const & | decayData () const |
| void | toXMLList (std::vector< std::string > &a_XMLList, std::string const &a_indent1) const |
| virtual std::string | toXMLListExtraAttributes (void) const |
| virtual void | toXMLListExtraElements (std::vector< std::string > &a_XMLList, std::string const &a_indent1) const |
| | 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 |
| | 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 |
This class represents PoPs unorthodox instance.
Definition at line 947 of file PoPI.hpp.