21 #ifndef yap_DecayTreeVectorIntegral_h
22 #define yap_DecayTreeVectorIntegral_h
26 #include "fwd/DecayTreeVectorIntegral.h"
28 #include "fwd/DecayTree.h"
29 #include "fwd/Model.h"
59 const RealIntegralElement
integral(
unsigned i)
const;
62 const RealIntegralElement
integral(
unsigned i,
unsigned j)
const;
82 const ComplexIntegralElement
component(
unsigned i,
unsigned j)
const;
const ComplexIntegralElementMatrix cached_integrals(const DecayTreeVectorIntegral &dtvi)
Definition: DecayTreeVectorIntegral.cxx:115
const RealIntegralElement integral(unsigned i) const
Definition: DecayTreeVectorIntegral.cxx:30
const ComplexIntegralElementMatrix & offDiagonals() const
Definition: DecayTreeVectorIntegral.h:76
DecayTreeVector DecayTrees_
DecayTrees to integrate.
Definition: DecayTreeVectorIntegral.h:100
const RealIntegralElementVector fit_fractions(const DecayTreeVectorIntegral &dtvi)
Definition: DecayTreeVectorIntegral.cxx:106
const RealIntegralElementVector diagonal_integrals(const DecayTreeVectorIntegral &dtvi)
Definition: DecayTreeVectorIntegral.cxx:96
Integrates a model.
Definition: Integrator.h:34
const RealIntegralElementVector & diagonals() const
Definition: DecayTreeVectorIntegral.h:72
const DecayTreeVector & decayTrees() const
Definition: DecayTreeVectorIntegral.h:65
DecayTreeVectorIntegral(const DecayTreeVector &dtv)
Definition: DecayTreeVectorIntegral.cxx:14
Class implementing a PWA model.
Definition: Model.h:56
const RealIntegralElement integral(const DecayTreeVectorIntegral &dtvi)
Definition: DecayTreeVectorIntegral.cxx:142
const Model * model() const
Definition: DecayTreeVectorIntegral.cxx:24
const ComplexIntegralElementMatrix integrals(const DecayTreeVectorIntegral &dtvi)
Definition: DecayTreeVectorIntegral.cxx:127
const ComplexIntegralElement component(unsigned i, unsigned j) const
Definition: DecayTreeVectorIntegral.cxx:50
ComplexIntegralElementMatrix OffDiagonals_
Definition: DecayTreeVectorIntegral.h:111
RealIntegralElementVector Diagonals_
Definition: DecayTreeVectorIntegral.h:105
Stores integral components for a vector of decay trees.
Definition: DecayTreeVectorIntegral.h:50