library: libRooFit
#include "RooAbsHiddenReal.h"

RooAbsHiddenReal


class description - header file - source file - inheritance tree (.pdf)

class RooAbsHiddenReal : public RooAbsReal

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsArg
<-
RooAbsReal
<-
RooAbsHiddenReal
<-
RooUnblindCPAsymVar
RooUnblindOffset
RooUnblindPrecision
RooUnblindUniform
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    protected:
RooAbsCategory& dummyBlindState() const virtual Double_t getVal(const RooArgSet* nset = 0) const public:
virtual ~RooAbsHiddenReal() static TClass* Class() Double_t getHiddenVal(const RooArgSet* nset = 0) const virtual TClass* IsA() const Bool_t isHidden() const virtual void printToStream(ostream& stream, RooPrintable::PrintOption opt = Standard, TString indent = ) const virtual Bool_t readFromStream(istream& is, Bool_t compact, Bool_t verbose = kFALSE) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual void writeToStream(ostream& os, Bool_t compact) const

Data Members


    protected:
static RooCategory* _dummyBlindState RooCategoryProxy _state

Class Description

~RooAbsHiddenReal()
 Destructor
void printToStream(ostream& os, PrintOption opt, TString indent)
 Special version of printToStream that doesn't reveal the objects value
Bool_t readFromStream(istream& is, Bool_t compact, Bool_t verbose)
void writeToStream(ostream& os, Bool_t compact)
RooAbsCategory& dummyBlindState()
Bool_t isHidden()
Double_t getHiddenVal(const RooArgSet* nset=0)
Double_t getVal(const RooArgSet* nset=0)
 This is dubious from a C++ point of view, but it blocks the interactive user
 from accidentally calling getVal() without explicit cast, which is the whole
 point of this class

Last update: Tue Jul 11 11:45:03 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.