47 m("
m","Mass",this,_m),
48 m0("m0","Resonance mass",this,_m0),
49 c("c","Slope parameter",this,_c),
60 m(
"m",
"Mass",this,_m),
61 m0(
"m0",
"Resonance mass",this,_m0),
62 c(
"c",
"Slope parameter",this,_c),
63 p(
"p",
"Power",this,_p)
73 m0(
"m0",this,other.
m0),
96 if (
matchArgs(allVars,analVars,
m) &&
p == 0.5)
return 1;
Bool_t matchArgs(const RooArgSet &allDeps, RooArgSet &numDeps, const RooArgProxy &a) const
Utility function for use in getAnalyticalIntegral().
RooRealConstant provides static functions to create and keep track of RooRealVar constants.
LongDouble_t Power(LongDouble_t x, LongDouble_t y)
RooArgusBG is a RooAbsPdf implementation describing the ARGUS background shape.
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const
Interface function getAnalyticalIntergral advertises the analytical integrals that are supported...
RooRealVar represents a fundamental (non-derived) real valued object.
Double_t evaluate() const
Double_t analyticalIntegral(Int_t code, const char *rangeName=0) const
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral. ...
Double_t min(const char *rname=0) const
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
double atan2(double, double)
Double_t max(const char *rname=0) const
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
double f2(const double *x)
static std::complex< double > erf(const std::complex< double > z)
complex erf function
const RooAbsReal & arg() const
Bool_t isConstant() const