42 void writeToStream(std::ostream& os,
bool compact)
const override ;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
double _value
Cache for current value of object.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooConstVar represent a constant real-valued object.
bool isDerived() const override
Returns false, as the value of the constant doesn't depend on other objects.
~RooConstVar() override=default
double getValV(const RooArgSet *) const override
Return (constant) value.
RooSpan< const double > getValues(RooBatchCompute::RunContext &evalData, const RooArgSet *) const override
Return batch with 1 constant element.
TObject * clone(const char *newname) const override
void writeToStream(std::ostream &os, bool compact) const override
Write object contents to stream.
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
void changeVal(double value)
Change the value of this constant.
A simple container to hold a batch of data values.
Mother of all ROOT objects.
Namespace for dispatching RooFit computations to various backends.
This struct enables passing computation data around between elements of a computation graph.