34 : RooAbsPdf(name, title),
35 x(
"x",
"x", this, _x),
36 alpha(
"alpha",
"alpha", this, _alpha),
37 beta(
"beta",
"beta", this, _beta),
38 gamma(
"gamma",
"gamma", this, _gamma),
39 peak(
"peak",
"peak", this, _peak) {}
42 : RooAbsPdf(other, name),
43 x(
"x", this, other.
x),
46 gamma(
"gamma", this, other.gamma),
47 peak(
"peak", this, other.peak) {}
53 Double_t erf = RooMath::erfc((
alpha -
x) *
beta);
Exp< T >::type exp(const T &t)
ClassImp(AliDaqEventHeader)
uint16_t const *__restrict__ x
Double_t evaluate() const override