16#ifndef ROO_ABS_HIDDEN_REAL
17#define ROO_ABS_HIDDEN_REAL
37 bool readFromStream(std::istream& is,
bool compact,
bool verbose=
false)
override ;
38 void writeToStream(std::ostream& os,
bool compact)
const override ;
41 void printValue(std::ostream& stream)
const override ;
#define ClassDefOverride(name, id)
A space to attach TBranches.
virtual value_type getCurrentIndex() const
Return index number of current state.
RooAbsHiddenReal is a base class for objects that want to hide their return value from interactive us...
double getValV(const RooArgSet *nset=nullptr) const override
Return value of object.
RooAbsCategory & dummyBlindState() const
Return reference to internal dummy RooCategory implementation blinding state switch.
void writeToStream(std::ostream &os, bool compact) const override
Special version of writeToStream that disallows reading from stream.
static RooCategory * _dummyBlindState
bool readFromStream(std::istream &is, bool compact, bool verbose=false) override
Special version of readFromStream that disallows reading from stream.
double getHiddenVal(const RooArgSet *nset=nullptr) const
~RooAbsHiddenReal() override
Destructor.
void printValue(std::ostream &stream) const override
Special version of printValue that doesn't reveal the objects value.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
double getVal(const RooArgSet *normalisationSet=nullptr) const
Evaluate object.
virtual double getValV(const RooArgSet *normalisationSet=nullptr) const
Return value of object.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooCategory is an object to represent discrete states.
const T & arg() const
Return reference to object held in proxy.