36using std::ostream, std::istream, std::endl;
58 _state(
"state",
"Blinding state",this,blindState)
91 coutE(InputArguments) <<
"RooAbsHiddenReal::readFromStream(" <<
GetName() <<
"): not allowed" << std::endl ;
107 coutE(InputArguments) <<
"RooAbsHiddenReal::writeToStream(" <<
GetName() <<
"): not allowed" << std::endl ;
A space to attach TBranches.
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.
void printValue(std::ostream &stream) const override
Special version of printValue that doesn't reveal the objects value.
RooAbsReal()
coverity[UNINIT_CTOR] Default constructor
void writeToStream(std::ostream &os, bool compact) const override
Write object contents to stream (dummy for now).
Object to represent discrete states.
const char * GetName() const override
Returns name of object.