21 #ifndef yap_Integrator_h
22 #define yap_Integrator_h
24 #include "fwd/DecayTree.h"
25 #include "fwd/DecayTreeVectorIntegral.h"
26 #include "fwd/ModelIntegral.h"
Stores integral of a full model.
Definition: ModelIntegral.h:38
static IntegralMap & integrals(ModelIntegral &I)
Definition: Integrator.cxx:10
Integrates a model.
Definition: Integrator.h:34
static ComplexIntegralElementMatrix & offDiagonals(DecayTreeVectorIntegral &I)
Definition: Integrator.cxx:18
static RealIntegralElementVector & diagonals(DecayTreeVectorIntegral &I)
Definition: Integrator.cxx:14
Stores integral components for a vector of decay trees.
Definition: DecayTreeVectorIntegral.h:50
static DecayTreeVectorIntegral & reset(DecayTreeVectorIntegral &I)
zero-out a DecayTreeVectorIntegral
Definition: Integrator.cxx:22