laura is hosted by Hepforge, IPPP Durham
Laura++  3.6.0
A maximum likelihood fitting package for performing Dalitz-plot analysis.
Lau2DAbsDPPdf Class Referenceabstract

Pure abstract base class for defining a variation across a 2D DP. More...

#include <Lau2DAbsDPPdf.hh>

Inheritance diagram for Lau2DAbsDPPdf:
Lau2DAbsHistDPPdf Lau2DHistDPPdf Lau2DSplineDPPdf

Public Member Functions

 Lau2DAbsDPPdf ()
 Constructor.
 
virtual ~Lau2DAbsDPPdf ()
 Destructor.
 
virtual Double_t getMaxHeight () const =0
 Retrieve maximum height.
 
virtual Double_t getHistNorm () const =0
 Retrieve PDF normalisation.
 
virtual Double_t interpolateXY (Double_t x, Double_t y) const =0
 Perform the interpolation (unnormalised) More...
 
virtual Double_t interpolateXYNorm (Double_t x, Double_t y) const =0
 Perform the interpolation and divide by the normalisation. More...
 

Private Member Functions

 Lau2DAbsDPPdf (const Lau2DAbsDPPdf &rhs)
 Copy constructor - not implemented.
 
Lau2DAbsDPPdfoperator= (const Lau2DAbsDPPdf &rhs)
 Copy assignment operator - not implemented.
 

Detailed Description

Pure abstract base class for defining a variation across a 2D DP.

Pure abstract base class for defining a normalised variation across a 2D DP.

Definition at line 40 of file Lau2DAbsDPPdf.hh.

Member Function Documentation

◆ interpolateXY()

virtual Double_t Lau2DAbsDPPdf::interpolateXY ( Double_t  x,
Double_t  y 
) const
pure virtual

Perform the interpolation (unnormalised)

Parameters
[in]xthe x-axis value
[in]ythe y-aixs value
Returns
the unnormalised PDF value

Implemented in Lau2DAbsHistDPPdf, Lau2DHistDPPdf, and Lau2DSplineDPPdf.

◆ interpolateXYNorm()

virtual Double_t Lau2DAbsDPPdf::interpolateXYNorm ( Double_t  x,
Double_t  y 
) const
pure virtual

Perform the interpolation and divide by the normalisation.

Parameters
[in]xthe x-axis abscissa value
[in]ythe y-axis abscissa value
Returns
the normalised PDF value

Implemented in Lau2DAbsHistDPPdf, Lau2DHistDPPdf, and Lau2DSplineDPPdf.


The documentation for this class was generated from the following file: