#include <vector>
#include <map>
#include "TLorentzRotation.h"
#include "particle.h"
#include "productionVertex.h"
#include "interactionVertex.h"
#include "fsVertex.h"
#include "decayGraph.hpp"
Go to the source code of this file.
Namespaces |
namespace | rpwa |
| Calculates the partial wave weight for a given event.
|
Functions |
decayTopologyPtr | rpwa::createDecayTopology (const productionVertexPtr &productionVertex, const std::vector< interactionVertexPtr > &decayVertices, const std::vector< particlePtr > &fsParticles, const bool performTopologyCheck=true) |
decayTopologyPtr | rpwa::createDecayTopology (const decayTopology &topo) |
decayTopologyPtr | rpwa::createDecayTopology (const decayTopologyGraphType &graph) |
std::ostream & | rpwa::operator<< (std::ostream &out, const decayTopology &topo) |