ComPWA
Common Partial-Wave-Analysis Framework
BuilderXML.hpp File Reference
#include "Core/Function.hpp"
#include "Core/FunctionTree/FunctionTreeIntensity.hpp"
#include "Core/FunctionTree/Value.hpp"
#include "Data/DataSet.hpp"
#include "Physics/ParticleStateTransitionKinematicsInfo.hpp"
#include "Physics/SubSystem.hpp"
#include "Tools/FitFractions.hpp"
#include <boost/property_tree/ptree_fwd.hpp>
#include <map>
#include <memory>
#include <set>
#include <tuple>
#include <vector>
+ Include dependency graph for BuilderXML.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ComPWA::Physics::IntensityBuilderXML
 
struct  ComPWA::Physics::IntensityBuilderXML::DataContainer
 
struct  ComPWA::Physics::TwoBodyDecayInfo
 

Namespaces

 ComPWA
 
 ComPWA::Tools
 
 ComPWA::Physics
 
 ComPWA::Physics::HelicityFormalism
 

Functions

HelicityKinematics ComPWA::Physics::createHelicityKinematics (const std::string XmlFile)
 Create HelicityKinematics object from an XML file that contains both a kinematics section and a particle section. More...
 
HelicityKinematics ComPWA::Physics::createHelicityKinematics (const ComPWA::ParticleList &PartList, const std::string XmlFile)
 Create HelicityKinematics object from an XML file with a kinematics section and provide a particle list separately. More...
 
HelicityKinematics ComPWA::Physics::createHelicityKinematics (const ComPWA::ParticleList &ParticleList, const boost::property_tree::ptree &ptree)
 
TwoBodyDecayInfo ComPWA::Physics::extractDecayInfo (const boost::property_tree::ptree &pt)