ComPWA
Common Partial-Wave-Analysis Framework
|
#include "Properties.hpp"
#include "Core/Logging.hpp"
#include "Core/Utils.hpp"
#include "boost/property_tree/xml_parser.hpp"
Go to the source code of this file.
Namespaces | |
ComPWA | |
Functions | |
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... | |