36using std::ostream, std::istream, std::endl;
48 _state(
"state",
"Blinding state",
this,dummyBlindState())
92 coutE(InputArguments) <<
"RooAbsHiddenReal::readFromStream(" <<
GetName() <<
"): not allowed" << endl ;
108 coutE(InputArguments) <<
"RooAbsHiddenReal::writeToStream(" <<
GetName() <<
"): not allowed" << endl ;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.
Abstract base class for objects that represent a real value and implements functionality common to al...
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.