49 _state(
"state",
"Blinding state",this,dummyBlindState())
60 _state(
"state",
"Blinding state",this,blindState)
71 _state(
"state",this,other._state)
A space to attach TBranches.
RooAbsHiddenReal is a base class for objects that want to hide their return value from interactive us...
Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE) override
Special version of readFromStream that disallows reading from stream.
RooAbsCategory & dummyBlindState() const
Return reference to internal dummy RooCategory implementation blinding state switch.
static RooCategory * _dummyBlindState
void writeToStream(std::ostream &os, Bool_t compact) const override
Special version of writeToStream that disallows reading from stream.
~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...
void writeToStream(std::ostream &os, Bool_t compact) const override
Write object contents to stream (dummy for now)
RooCategory is an object to represent discrete states.
bool defineType(const std::string &label)
Define a state with given name.
Bool_t setIndex(Int_t index, bool printError=true) override
Set value by specifying the index code of the desired state.
const char * GetName() const override
Returns name of object.