#include <RooUniform.h>
Inheritance diagram for RooUniform:
Public Member Functions | |
RooUniform () | |
RooUniform (const char *name, const char *title, const RooArgSet &_x) | |
RooUniform (const RooUniform &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooUniform () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
RooUniform () | |
RooUniform (const char *name, const char *title, const RooArgSet &_x) | |
RooUniform (const RooUniform &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooUniform () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
Protected Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Protected Attributes | |
RooListProxy | x |
Definition at line 24 of file RooUniform.h.
RooUniform::RooUniform | ( | ) | [inline] |
RooUniform::RooUniform | ( | const char * | name, | |
const char * | title, | |||
const RooArgSet & | _x | |||
) |
RooUniform::RooUniform | ( | const RooUniform & | other, | |
const char * | name = 0 | |||
) |
Definition at line 50 of file RooUniform.cxx.
virtual RooUniform::~RooUniform | ( | ) | [inline, virtual] |
Definition at line 30 of file RooUniform.h.
RooUniform::RooUniform | ( | ) | [inline] |
Definition at line 26 of file RooUniform.h.
RooUniform::RooUniform | ( | const char * | name, | |
const char * | title, | |||
const RooArgSet & | _x | |||
) |
RooUniform::RooUniform | ( | const RooUniform & | other, | |
const char * | name = 0 | |||
) |
virtual RooUniform::~RooUniform | ( | ) | [inline, virtual] |
Definition at line 30 of file RooUniform.h.
virtual TObject* RooUniform::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooUniform::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 66 of file RooUniform.cxx.
References RooArgSet::add(), RooArgList::at(), code, coutW, RooAbsCollection::find(), TNamed::GetName(), RooAbsCollection::getSize(), i, RooFit::Integration, and x.
Reimplemented from RooAbsReal.
Definition at line 91 of file RooUniform.cxx.
References RooArgList::at(), i, and x.
Int_t RooUniform::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 108 of file RooUniform.cxx.
References RooArgSet::add(), RooArgList::at(), code, coutW, RooAbsCollection::find(), TNamed::GetName(), RooAbsCollection::getSize(), i, RooFit::Integration, and x.
void RooUniform::generateEvent | ( | Int_t | code | ) | [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 134 of file RooUniform.cxx.
References RooArgList::at(), i, and x.
Double_t RooUniform::evaluate | ( | ) | const [protected, virtual] |
virtual TObject* RooUniform::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooUniform::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Reimplemented from RooAbsReal.
Int_t RooUniform::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
Double_t RooUniform::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooListProxy RooUniform::x [protected] |
Definition at line 40 of file RooUniform.h.
Referenced by analyticalIntegral(), generateEvent(), getAnalyticalIntegral(), and getGenerator().