#include <RooConstVar.h>
Inheritance diagram for RooConstVar:
Public Member Functions | |
RooConstVar () | |
RooConstVar (const char *name, const char *title, Double_t value) | |
RooConstVar (const RooConstVar &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooConstVar () |
virtual Double_t | getVal (const RooArgSet *set=0) const |
void | writeToStream (ostream &os, Bool_t compact) const |
RooConstVar () | |
RooConstVar (const char *name, const char *title, Double_t value) | |
RooConstVar (const RooConstVar &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooConstVar () |
virtual Double_t | getVal (const RooArgSet *set=0) const |
void | writeToStream (ostream &os, Bool_t compact) const |
Protected Member Functions | |
virtual Double_t | evaluate () const |
virtual Double_t | evaluate () const |
Protected Attributes | |
Double_t | _value |
Definition at line 25 of file RooConstVar.h.
RooConstVar::RooConstVar | ( | ) | [inline] |
RooConstVar::RooConstVar | ( | const char * | name, | |
const char * | title, | |||
Double_t | value | |||
) |
RooConstVar::RooConstVar | ( | const RooConstVar & | other, | |
const char * | name = 0 | |||
) |
Definition at line 47 of file RooConstVar.cxx.
RooConstVar::~RooConstVar | ( | ) | [virtual] |
Definition at line 57 of file RooConstVar.cxx.
RooConstVar::RooConstVar | ( | ) | [inline] |
Definition at line 28 of file RooConstVar.h.
RooConstVar::RooConstVar | ( | const char * | name, | |
const char * | title, | |||
Double_t | value | |||
) |
RooConstVar::RooConstVar | ( | const RooConstVar & | other, | |
const char * | name = 0 | |||
) |
virtual RooConstVar::~RooConstVar | ( | ) | [virtual] |
virtual TObject* RooConstVar::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 33 of file RooConstVar.h.
References RooConstVar().
Referenced by RooProdPdf::processProductTerm().
Reimplemented from RooAbsReal.
Definition at line 65 of file RooConstVar.cxx.
References _value.
Referenced by rs401d_FeldmanCousins(), and RooRealConstant::value().
void RooConstVar::writeToStream | ( | ostream & | os, | |
Bool_t | compact | |||
) | const [virtual] |
virtual Double_t RooConstVar::evaluate | ( | ) | const [inline, protected, virtual] |
virtual TObject* RooConstVar::clone | ( | const char * | newname | ) | const [inline, virtual] |
Reimplemented from RooAbsReal.
void RooConstVar::writeToStream | ( | ostream & | os, | |
Bool_t | compact | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
virtual Double_t RooConstVar::evaluate | ( | ) | const [inline, protected, virtual] |
Double_t RooConstVar::_value [protected] |
Reimplemented from RooAbsReal.
Definition at line 44 of file RooConstVar.h.
Referenced by evaluate(), getVal(), and writeToStream().