#include <AsymPow.h>
Public Member Functions | |
AsymPow () | |
AsymPow (const char *name, const char *title, RooAbsReal &kappaLow, RooAbsReal &kappaHigh, RooAbsReal &theta) | |
TObject * | clone (const char *newname) const |
~AsymPow () | |
Protected Member Functions | |
Double_t | evaluate () const |
Private Member Functions | |
Double_t | logKappaForX (Double_t x) const |
Private Attributes | |
RooRealProxy | kappaHigh_ |
RooRealProxy | kappaLow_ |
RooRealProxy | theta_ |
AsymPow::AsymPow | ( | const char * | name, |
const char * | title, | ||
RooAbsReal & | kappaLow, | ||
RooAbsReal & | kappaHigh, | ||
RooAbsReal & | theta | ||
) |
Definition at line 7 of file AsymPow.cc.
AsymPow::~AsymPow | ( | ) |
Definition at line 14 of file AsymPow.cc.
TObject * AsymPow::clone | ( | const char * | newname | ) | const |
|
protected |
Definition at line 25 of file AsymPow.cc.
References create_public_lumi_plots::exp, logKappaForX(), theta_, and x.
|
private |
Definition at line 30 of file AsymPow.cc.
References alpha, kappaHigh_, kappaLow_, create_public_lumi_plots::log, run_regression::ret, and x.
Referenced by evaluate().
|
private |
Definition at line 35 of file AsymPow.h.
Referenced by clone(), and logKappaForX().
|
private |
Definition at line 35 of file AsymPow.h.
Referenced by clone(), and logKappaForX().
|
private |
Definition at line 36 of file AsymPow.h.
Referenced by clone(), and evaluate().