LauDPPartialIntegralInfo.cc
Go to the documentation of this file.
71 std::cerr << "ERROR in LauDPPartialIntegralInfo constructor : Integration in the square DP has been specified but no valid kinematics object has been provided!"
78 std::cerr << "ERROR in LauDPPartialIntegralInfo constructor : Range has zero grid points in one or both of the dimensions!"
85 std::cerr << "WARNING in LauDPPartialIntegralInfo constructor : The integration binning scheme has a very large number of bins, this could cause high memory consumption!"
std::vector< Double_t > m23Points_ The m23 positions of the grid points. Definition: LauDPPartialIntegralInfo.hh:283 File containing declaration of LauDPPartialIntegralInfo class. std::ostream & operator<<(std::ostream &stream, const LauDPPartialIntegralInfo &infoRecord) output operator formatting Definition: LauDPPartialIntegralInfo.cc:190 File containing declaration of LauIntegrals class. std::vector< Double_t > m13Weights_ The Gauss-Legendre weights of the m13 grid points. Definition: LauDPPartialIntegralInfo.hh:286 std::vector< Double_t > m23Weights_ The Gauss-Legendre weights of the m23 grid points. Definition: LauDPPartialIntegralInfo.hh:289 std::vector< Double_t > m13Points_ The m13 positions of the grid points. Definition: LauDPPartialIntegralInfo.hh:280 void calcGaussLegendreWeights(const Int_t numPoints, std::vector< Double_t > &abscissas, std::vector< Double_t > &weights) Calculate the Gauss-Legendre weights. Definition: LauIntegrals.cc:60 std::vector< std::vector< std::vector< LauComplex > > > amplitudes_ The amplitude values at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:298 std::vector< std::vector< std::vector< Double_t > > > incohIntensities_ The incoherent intensity values at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:301 Class for defining (a section of) the Dalitz plot integration binning scheme. Definition: LauDPPartialIntegralInfo.hh:48 Double_t getM23BinWidth() const Retrieve the m23BinWidth of DP. Definition: LauDPPartialIntegralInfo.hh:114 std::vector< std::vector< Double_t > > efficiencies_ The efficiency at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:295 Double_t getM13BinWidth() const Retrieve the m13BinWidth of DP. Definition: LauDPPartialIntegralInfo.hh:108 const Bool_t squareDP_ Flag whether or not we're using the square DP for the integration. Definition: LauDPPartialIntegralInfo.hh:277 const UInt_t nIncohAmp_ The number of amplitude components. Definition: LauDPPartialIntegralInfo.hh:274 LauDPPartialIntegralInfo(const Double_t minm13, const Double_t maxm13, const Double_t minm23, const Double_t maxm23, const Double_t m13BinWidth, const Double_t m23BinWidth, const Double_t precision, const UInt_t nAmp, const UInt_t nIncohAmp, const Bool_t squareDP=kFALSE, const LauKinematics *kinematics=0) Constructor. Definition: LauDPPartialIntegralInfo.cc:36 Double_t calcSqDPJacobian(const Double_t mPrime, const Double_t thPrime) const Calculate the Jacobian for the transformation m23^2, m13^2 -> m', theta' (square DP) at the given poi... Definition: LauKinematics.cc:176 std::vector< std::vector< Double_t > > weights_ The combined weights at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:292 File containing declaration of LauKinematics class. Generated by ![]() |