#include <HGGRooPdfs.h>
Public Member Functions | |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
virtual TObject * | clone (const char *newname) const |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
RooPower () | |
RooPower (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_c) | |
RooPower (const RooPower &other, const char *name=0) | |
virtual | ~RooPower () |
Protected Member Functions | |
Double_t | evaluate () const |
Protected Attributes | |
RooRealProxy | c |
RooRealProxy | x |
Definition at line 25 of file HGGRooPdfs.h.
|
inline |
RooPower::RooPower | ( | const char * | name, |
const char * | title, | ||
RooAbsReal & | _x, | ||
RooAbsReal & | _c | ||
) |
Definition at line 37 of file HGGRooPdfs.cc.
RooPower::RooPower | ( | const RooPower & | other, |
const char * | name = 0 |
||
) |
Definition at line 47 of file HGGRooPdfs.cc.
|
inlinevirtual |
Definition at line 32 of file HGGRooPdfs.h.
Double_t RooPower::analyticalIntegral | ( | Int_t | code, |
const char * | rangeName = 0 |
||
) | const |
Definition at line 69 of file HGGRooPdfs.cc.
References c, create_public_lumi_plots::log, funct::pow(), run_regression::ret, and x.
|
inlinevirtual |
|
protected |
Int_t RooPower::getAnalyticalIntegral | ( | RooArgSet & | allVars, |
RooArgSet & | analVars, | ||
const char * | rangeName = 0 |
||
) | const |
|
protected |
Definition at line 39 of file HGGRooPdfs.h.
Referenced by analyticalIntegral(), and evaluate().
|
protected |
Definition at line 38 of file HGGRooPdfs.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), python.rootplot.root2matplotlib.Hist::_prepare_xaxis(), python.rootplot.root2matplotlib.Hist::_prepare_yaxis(), analyticalIntegral(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::contour(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), evaluate(), getAnalyticalIntegral(), geometryXMLparser.Alignable::pos(), Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget(), and python.rootplot.utilities.Hist::TGraph().