#include <Properties.hpp>
Definition at line 27 of file Properties.hpp.
◆ ParticleProperties()
| ComPWA::ParticleProperties::ParticleProperties |
( |
boost::property_tree::ptree |
pt | ) |
|
◆ getDecayInfo()
| boost::property_tree::ptree ComPWA::ParticleProperties::getDecayInfo |
( |
| ) |
const |
|
inline |
◆ getDecayType()
| std::string ComPWA::ParticleProperties::getDecayType |
( |
| ) |
const |
|
inline |
◆ getId()
| pid ComPWA::ParticleProperties::getId |
( |
| ) |
const |
|
inline |
◆ getMass()
◆ getName()
| std::string ComPWA::ParticleProperties::getName |
( |
| ) |
const |
|
inline |
◆ getQuantumNumber() [1/3]
template<typename T >
| T ComPWA::ParticleProperties::getQuantumNumber |
( |
std::string |
type | ) |
const |
◆ getQuantumNumber() [2/3]
template<>
| int ComPWA::ParticleProperties::getQuantumNumber |
( |
std::string |
type | ) |
const |
|
inline |
◆ getQuantumNumber() [3/3]
template<>
| double ComPWA::ParticleProperties::getQuantumNumber |
( |
std::string |
type | ) |
const |
|
inline |
◆ operator<
◆ DecayInfo
| boost::property_tree::ptree ComPWA::ParticleProperties::DecayInfo |
|
private |
Store decay info in property_tree.
The tree is later on passed to the respective class.
Definition at line 59 of file Properties.hpp.
◆ Id
| pid ComPWA::ParticleProperties::Id |
|
private |
◆ IntQuantumNumbers
| std::map<std::string, int> ComPWA::ParticleProperties::IntQuantumNumbers |
|
private |
◆ Mass
◆ Name
| std::string ComPWA::ParticleProperties::Name |
|
private |
◆ RealQuantumNumbers
| std::map<std::string, double> ComPWA::ParticleProperties::RealQuantumNumbers |
|
private |
The documentation for this class was generated from the following files: