36using std::ostream, std::istream, std::endl;
48 _state(
"state",
"Blinding state",this,dummyBlindState())
59 _state(
"state",
"Blinding state",this,blindState)
70 _state(
"state",this,other._state)
92 coutE(InputArguments) <<
"RooAbsHiddenReal::readFromStream(" <<
GetName() <<
"): not allowed" << endl ;
108 coutE(InputArguments) <<
"RooAbsHiddenReal::writeToStream(" <<
GetName() <<
"): not allowed" << endl ;
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.
bool setIndex(Int_t index, bool printError=true) override
Set value by specifying the index code of the desired state.
bool defineType(const std::string &label)
Define a state with given name.
const char * GetName() const override
Returns name of object.