LauDPPartialIntegralInfo.hh
Go to the documentation of this file.
219 inline Double_t getIntensity( const UInt_t m13Point, const UInt_t m23Point, const UInt_t iAmp ) const
std::vector< Double_t > m23Points_ The m23 positions of the grid points. Definition: LauDPPartialIntegralInfo.hh:283 Double_t getWeight(const UInt_t m13Point, const UInt_t m23Point) const Retrieve the weight for the given grid point. Definition: LauDPPartialIntegralInfo.hh:140 const LauComplex & getAmplitude(const UInt_t m13Point, const UInt_t m23Point, const UInt_t iAmp) const Retrieve the amplitude for the given grid point and amplitude index. Definition: LauDPPartialIntegralInfo.hh:190 Double_t getEfficiency(const UInt_t m13Point, const UInt_t m23Point) const Retrieve the efficiency for the given grid point. Definition: LauDPPartialIntegralInfo.hh:165 Double_t getM13Value(const UInt_t m13Point) const Retrieve the m13 value at the given grid point. Definition: LauDPPartialIntegralInfo.hh:150 std::ostream & operator<<(std::ostream &stream, const LauDPPartialIntegralInfo &infoRecord) output operator formatting Definition: LauDPPartialIntegralInfo.cc:190 Double_t getIntensity(const UInt_t m13Point, const UInt_t m23Point, const UInt_t iAmp) const Retrieve the intensity for the given grid point and intensity index. Definition: LauDPPartialIntegralInfo.hh:219 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 void storeEfficiency(const UInt_t m13Point, const UInt_t m23Point, const Double_t efficiency) Store the efficiency for the given grid point. Definition: LauDPPartialIntegralInfo.hh:176 std::vector< Double_t > m13Points_ The m13 positions of the grid points. Definition: LauDPPartialIntegralInfo.hh:280 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 void storeAmplitude(const UInt_t m13Point, const UInt_t m23Point, const UInt_t iAmp, const LauComplex &litude) Store the amplitude for the given grid point and amplitude index. Definition: LauDPPartialIntegralInfo.hh:204 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 File containing declaration of LauComplex class. std::vector< std::vector< Double_t > > efficiencies_ The efficiency at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:295 LauDPPartialIntegralInfo(const LauDPPartialIntegralInfo &other) Copy constructor (not implemented) void storeIntensity(const UInt_t m13Point, const UInt_t m23Point, const UInt_t iAmp, const Double_t intensity) Store the intensity for the given grid point and intensity index. Definition: LauDPPartialIntegralInfo.hh:231 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 UInt_t getnm23Points() const Retrieve the number of bins in m23. Definition: LauDPPartialIntegralInfo.hh:126 LauDPPartialIntegralInfo & operator=(const LauDPPartialIntegralInfo &other) Copy assignment operator (not implemented) 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 getM23Value(const UInt_t m23Point) const Retrieve the m23 value at the given grid point. Definition: LauDPPartialIntegralInfo.hh:157 UInt_t getnm13Points() const Retrieve the number of bins in m13. Definition: LauDPPartialIntegralInfo.hh:120 std::vector< std::vector< Double_t > > weights_ The combined weights at each 2D grid point. Definition: LauDPPartialIntegralInfo.hh:292 Generated by ![]() |