36using std::ostream, std::istream, std::endl;
59 _state(
"state",
"Blinding state",this,blindState)
92 coutE(InputArguments) <<
"RooAbsHiddenReal::readFromStream(" <<
GetName() <<
"): not allowed" << endl ;
108 coutE(InputArguments) <<
"RooAbsHiddenReal::writeToStream(" <<
GetName() <<
"): not allowed" << endl ;
true
Register systematic variations for multiple existing columns using auto-generated tags.
A space to attach TBranches.
Base class for objects that want to hide their return value from interactive use, e....
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.