49    _state(
"state",
"Blinding state",this,dummyBlindState())
 
   60  _state(
"state",
"Blinding state",this,blindState)
 
   71  _state(
"state",this,other._state)
 
  103    coutE(InputArguments) << 
"RooAbsHiddenReal::readFromStream(" << 
GetName() << 
"): not allowed" << endl ;
 
  119    coutE(InputArguments) << 
"RooAbsHiddenReal::writeToStream(" << 
GetName() << 
"): not allowed" << endl ;
 
A space to attach TBranches.
 
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.
 
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.
 
~RooAbsHiddenReal() override
Destructor.
 
void printValue(std::ostream &stream) const override
Special version of printValue that doesn't reveal the objects value.
 
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
 
void writeToStream(std::ostream &os, bool compact) const override
Write object contents to stream (dummy for now)
 
RooCategory is an 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.