65 _nset(
"nset",
"nset",this,false,false),
66 _func(
"function",
"function",this,func,false,false),
67 _x(
"x",
"x",this,
x,false,false),
68 _mean(
"!mean",
"!mean",this,false,false)
78 _takeRoot(other._takeRoot),
79 _nset(
"nset",this,other._nset),
81 _x(
"x",this,other._x),
82 _mean(
"!mean",
"!mean",this,false,false)
RooAbsMoment represents the first, second, or third order derivative of any RooAbsReal as calculated ...
RooAbsMoment()
Default constructor.
~RooAbsMoment() override
Destructor.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooRealVar represents a variable that can be changed from the outside.