|
ComPWA
Common Partial-Wave-Analysis Framework
|
#include "Core/Exceptions.hpp"#include "Core/FitParameter.hpp"#include "boost/property_tree/ptree.hpp"#include <map>#include <set>#include <vector>
Include dependency graph for Properties.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ComPWA::ParticleProperties |
Namespaces | |
| ComPWA | |
Typedefs | |
| typedef int | ComPWA::pid |
| Particle ID. More... | |
| using | ComPWA::ParticleList = std::set< ParticleProperties > |
Functions | |
| std::ostream & | ComPWA::operator<< (std::ostream &os, const ParticleList &p) |
| const ParticleProperties & | ComPWA::findParticle (const ParticleList &list, pid Pid) |
| const ParticleProperties & | ComPWA::findParticle (const ParticleList &list, std::string refname) |
| void | ComPWA::insertParticles (ParticleList &list, const boost::property_tree::ptree &pt) |
| Read list of particles from a boost::property_tree. More... | |
| void | ComPWA::insertParticles (ParticleList &list, std::stringstream &Stream) |
| insert particles from a stringstream into a ParticleList More... | |
| void | ComPWA::insertParticles (ParticleList &list, std::string FileName) |
| insert particles from a xml file into a ParticleList More... | |
| ParticleList | ComPWA::readParticles (std::stringstream &Stream) |
| Read list of particles from a stringstream For some reason the boost xml parser needs a non-const reference. More... | |
| ParticleList | ComPWA::readParticles (std::string FileName) |
| Read list of particles from a xml file. More... | |
| ParticleList | ComPWA::readParticles (boost::property_tree::ptree &pt) |
Read list of particles from a boost::property_tree::ptree More... | |