12 #ifndef EVT_BREIT_WIGNER_PDF_HH
13 #define EVT_BREIT_WIGNER_PDF_HH
15 #include "EvtGenBase/EvtIntegPdf1D.hh"
31 double pdfIntegral(
double m)
const;
32 double pdfIntegralInverse(
double x)
const;
36 inline double m0()
const {
return _m0; }
37 inline double g0()
const {
return _g0; }