YAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
DecayingParticle.h File Reference
#include "fwd/AmplitudeComponent.h"
#include "fwd/BlattWeisskopf.h"
#include "fwd/DataAccessor.h"
#include "fwd/DecayChannel.h"
#include "fwd/DecayTree.h"
#include "fwd/Model.h"
#include "fwd/ParticleCombination.h"
#include "fwd/PhaseSpaceFactor.h"
#include "fwd/QuantumNumbers.h"
#include "fwd/SpinAmplitude.h"
#include "Particle.h"

Go to the source code of this file.

Classes

class  DecayingParticle
 

Namespaces

 yap
 
 

Functions

std::string to_string (const DecayTreeVectorMap &m_dtv_map)
 convert to (multiline) string
 
DecayTreeSet decay_trees (const DecayingParticle &dp)
 
template<typename Last , typename... Predicates>
DecayTreeSet decay_trees (const DecayingParticle &dp, Last p, Predicates...P)
 
template<typename Last , typename... Predicates>
DecayTreeSet::value_type decay_tree (const DecayingParticle &dp, Last p, Predicates...P)
 
FreeAmplitudeSet free_amplitudes (const DecayingParticle &dp)
 
template<typename Last , typename... UnaryPredicates>
FreeAmplitudeSet free_amplitudes (const DecayingParticle &dp, Last p, UnaryPredicates...P)
 
template<typename Last , typename... UnaryPredicates>
FreeAmplitudeSet::value_type free_amplitude (const DecayingParticle &dp, Last p, UnaryPredicates...P)
 
ParticleSet particles (DecayingParticle &dp)
 
template<typename Last , typename... UnaryPredicates>
DecayChannelSet decay_channels (const DecayingParticle &dp, Last p, UnaryPredicates...P)
 
template<typename Last , typename... UnaryPredicates>
DecayChannelSet::value_type decay_channel (const DecayingParticle &dp, Last p, UnaryPredicates...P)