#include "METOOLS/SpinCorrelations/Decay_Matrix.H" #include "METOOLS/SpinCorrelations/Amplitude2_Tensor.H" using namespace METOOLS; using namespace ATOOLS; Decay_Matrix::Decay_Matrix(ATOOLS::Particle* p) : Amplitude2_Matrix(p) { // create diagonal normalised matrix Complex OneOverN=Complex(1.0/double(m_nhel), 0.0); for (size_t i(0); iRefFlav()); (*this)=amps->ReduceToMatrix(p); Normalise(); DEBUG_VAR(*this); }