51 _state(
"state",
"Blinding state",this,dummyBlindState())
62 _state(
"state",
"Blinding state",this,blindState)
73 _state(
"state",this,other._state)
105 coutE(InputArguments) <<
"RooAbsHiddenReal::readFromStream(" <<
GetName() <<
"): not allowed" << endl ;
121 coutE(InputArguments) <<
"RooAbsHiddenReal::writeToStream(" <<
GetName() <<
"): not allowed" << endl ;
RooAbsCategory is the base class for objects that represent a discrete value with a finite number of ...
RooAbsHiddenReal is a base class for objects that want to hide their return value from interactive us...
RooAbsCategory & dummyBlindState() const
Return reference to internal dummy RooCategory implementation blinding state switch.
virtual void printValue(std::ostream &stream) const
Special version of printValue that doesn't reveal the objects value.
virtual ~RooAbsHiddenReal()
Destructor.
virtual void writeToStream(std::ostream &os, Bool_t compact) const
Special version of writeToStream that disallows reading from stream.
static RooCategory * _dummyBlindState
virtual Bool_t readFromStream(std::istream &is, Bool_t compact, Bool_t verbose=kFALSE)
Special version of readFromStream that disallows reading from stream.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
virtual void writeToStream(std::ostream &os, Bool_t compact) const
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.
virtual Bool_t setIndex(Int_t index, bool printError=true) override
Set value by specifying the index code of the desired state.
virtual const char * GetName() const
Returns name of object.