This class computes confidence intervals for the rate of a Poisson process in the presence of uncertain background and/or efficiency.
The treatment and the resulting limits are fully frequentist. The limit calculations make use of the profile likelihood method.
For a full list of methods and their syntax, and build instructions, consult the header file TRolke.h.
Examples/tutorials are found in the separate file Rolke.C
The signal is always assumed to be Poisson, with the following combinations of models of background and detection efficiency:
If unsure, first consider model 3, 4 or 5.
1: SetPoissonBkgBinomEff(x,y,z,tau,m)
when the background is simultaneously measured from sidebands (or MC), and the signal efficiency was determined from Monte Carlo
2: SetPoissonBkgGaussEff(x,y,em,tau,sde)
when the background is simultaneously measured from sidebands (or MC), and the efficiency is modeled as Gaussian
3: SetGaussBkgGaussEff(x,bm,em,sde,sdb)
when background and efficiency can both be modeled as Gaussian.
4: SetPoissonBkgKnownEff(x,y,tau,e)
when the background is simultaneously measured from sidebands (or MC).
5: SetGaussBkgKnownEff(x,bm,sdb,e)
when background is Gaussian
6: SetKnownBkgBinomEff(x,z,b,m)
when signal efficiency was determined from Monte Carlo
7: SetKnownBkgGaussEff(x,em,sde,b)
when background is known and efficiency Gaussian
Efficiency (e or em) is the detection probability for signal. A low efficiency hence generally means weaker limits. If the efficiency of an experiment (with analysis cuts) is dealt with elsewhere, em or e can be set to one.
If the efficiency scale of dealt with elsewhere, set em to 1 and sde to the relative uncertainty.
The confidence level (CL) is set either at construction time or with either of SetCL or SetCLSigmas
The TRolke method is very similar to the one used in MINUIT (MINOS).
Two options are offered to deal with cases where the maximum likelihood estimate (MLE) is not in the physical region. Version "bounded likelihood" is the one used by MINOS if bounds for the physical region are chosen. Unbounded likelihood (the default) allows the MLE to be in the unphysical region. It has however better coverage. For more details consult the reference (see below).
For a description of the method and its properties:
W.Rolke, A. Lopez, J. Conrad and Fred James "Limits and Confidence Intervals in presence of nuisance parameters" http://lanl.arxiv.org/abs/physics/0403059 Nucl.Instrum.Meth.A551:493-503,2005
Public Member Functions | |
TRolke (Double_t CL=0.9, Option_t *option="") | |
Constructor with optional Confidence Level argument. | |
~TRolke () override | |
Destructor. | |
Double_t | CalculateInterval (Int_t x, Int_t y, Int_t z, Double_t bm, Double_t em, Double_t e, Int_t mid, Double_t sde, Double_t sdb, Double_t tau, Double_t b, Int_t m) |
Deprecated and error prone model selection interface. | |
bool | GetBounding () const |
Double_t | GetCL () const |
bool | GetCriticalNumber (Int_t &ncrit, Int_t maxtry=-1) |
get the value of x corresponding to rejection of the null hypothesis. | |
bool | GetLimits (Double_t &low, Double_t &high) |
Calculate and get the upper and lower limits for the pre-specified model. | |
bool | GetLimitsML (Double_t &low, Double_t &high, Int_t &out_x) |
get the upper and lower limits for the most likely outcome. | |
bool | GetLimitsQuantile (Double_t &low, Double_t &high, Int_t &out_x, Double_t integral=0.5) |
get the upper and lower limits for the outcome corresponding to a given quantile. | |
Double_t | GetLowerLimit () |
Calculate and get lower limit for the pre-specified model. | |
bool | GetSensitivity (Double_t &low, Double_t &high, Double_t pPrecision=0.00001) |
get the upper and lower average limits based on the specified model. | |
Double_t | GetUpperLimit () |
Calculate and get upper limit for the pre-specified model. | |
TClass * | IsA () const override |
void | Print (Option_t *) const override |
Dump internals. Print members. | |
void | SetBounding (const bool bnd) |
void | SetCL (Double_t CL) |
void | SetCLSigmas (Double_t CLsigmas) |
void | SetGaussBkgGaussEff (Int_t x, Double_t bm, Double_t em, Double_t sde, Double_t sdb) |
Model 3: Background - Gaussian, Efficiency - Gaussian (x,bm,em,sde,sdb) | |
void | SetGaussBkgKnownEff (Int_t x, Double_t bm, Double_t sdb, Double_t e) |
Model 5: Background - Gaussian, Efficiency - known (x,bm,sdb,e. | |
void | SetKnownBkgBinomEff (Int_t x, Int_t z, Int_t m, Double_t b) |
Model 6: Background - known, Efficiency - Binomial (x,z,m,b) | |
void | SetKnownBkgGaussEff (Int_t x, Double_t em, Double_t sde, Double_t b) |
Model 7: Background - known, Efficiency - Gaussian (x,em,sde,b) | |
void | SetPoissonBkgBinomEff (Int_t x, Int_t y, Int_t z, Double_t tau, Int_t m) |
Model 1: Background - Poisson, Efficiency - Binomial. | |
void | SetPoissonBkgGaussEff (Int_t x, Int_t y, Double_t em, Double_t tau, Double_t sde) |
Model 2: Background - Poisson, Efficiency - Gaussian. | |
void | SetPoissonBkgKnownEff (Int_t x, Int_t y, Double_t tau, Double_t e) |
Model 4: Background - Poisson, Efficiency - known (x,y,tau,e) | |
void | SetSwitch (bool bnd) |
Deprecated name for SetBounding. | |
void | Streamer (TBuffer &) override |
Stream an object of class TObject. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. | |
TObject (const TObject &object) | |
TObject copy ctor. | |
virtual | ~TObject () |
TObject destructor. | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. | |
ULong_t | CheckedHash () |
Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. | |
virtual void | Copy (TObject &object) const |
Copy this to obj. | |
virtual void | Delete (Option_t *option="") |
Delete this object. | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1) . | |
virtual void | Dump () const |
Dump contents of object on stdout. | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. | |
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
Execute method on this object with the given parameter string, e.g. | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
Execute method on this object with parameters stored in the TObjArray. | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. | |
virtual const char * | GetIconName () const |
Returns mime type name of object. | |
virtual const char * | GetName () const |
Returns name of object. | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). | |
virtual Option_t * | GetOption () const |
virtual const char * | GetTitle () const |
Returns title of object. | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. | |
virtual ULong_t | Hash () const |
Return hash value for this object. | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. | |
void | InvertBit (UInt_t f) |
Bool_t | IsDestructed () const |
IsDestructed. | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification (the base implementation is no-op). | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. | |
void | operator delete (void *ptr) |
Operator delete. | |
void | operator delete (void *ptr, void *vp) |
Only called by placement new when throwing an exception. | |
void | operator delete[] (void *ptr) |
Operator delete []. | |
void | operator delete[] (void *ptr, void *vp) |
Only called by placement new[] when throwing an exception. | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". | |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. | |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TObject | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
Return destructor only flag. | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. | |
Private Member Functions | |
Double_t | ComputeInterval (Int_t x, Int_t y, Int_t z, Double_t bm, Double_t em, Double_t e, Int_t mid, Double_t sde, Double_t sdb, Double_t tau, Double_t b, Int_t m) |
ComputeInterval, the internals. | |
Double_t | EvalLikeMod1 (Double_t mu, Int_t x, Int_t y, Int_t z, Double_t tau, Int_t m, Int_t what) |
Calculates the Profile Likelihood for MODEL 1: Poisson background/ Binomial Efficiency. | |
Double_t | EvalLikeMod2 (Double_t mu, Int_t x, Int_t y, Double_t em, Double_t sde, Double_t tau, Int_t what) |
Calculates the Profile Likelihood for MODEL 2: Poisson background/ Gauss Efficiency. | |
Double_t | EvalLikeMod3 (Double_t mu, Int_t x, Double_t bm, Double_t em, Double_t sde, Double_t sdb, Int_t what) |
Calculates the Profile Likelihood for MODEL 3: Gauss background/ Gauss Efficiency. | |
Double_t | EvalLikeMod4 (Double_t mu, Int_t x, Int_t y, Double_t tau, Int_t what) |
Calculates the Profile Likelihood for MODEL 4: Poiss background/Efficiency known. | |
Double_t | EvalLikeMod5 (Double_t mu, Int_t x, Double_t bm, Double_t sdb, Int_t what) |
Calculates the Profile Likelihood for MODEL 5: Gauss background/Efficiency known. | |
Double_t | EvalLikeMod6 (Double_t mu, Int_t x, Int_t z, Double_t b, Int_t m, Int_t what) |
Calculates the Profile Likelihood for MODEL 6: Background known/Efficiency binomial. | |
Double_t | EvalLikeMod7 (Double_t mu, Int_t x, Double_t em, Double_t sde, Double_t b, Int_t what) |
Calculates the Profile Likelihood for MODEL 7: background known/Efficiency Gauss. | |
Double_t | GetBackground () |
Return a simple background value (estimate/truth) given the pre-specified model. | |
Double_t | Interval (Int_t x, Int_t y, Int_t z, Double_t bm, Double_t em, Double_t e, Int_t mid, Double_t sde, Double_t sdb, Double_t tau, Double_t b, Int_t m) |
Internal helper function 'Interval'. | |
Double_t | LikeGradMod1 (Double_t e, Double_t mu, Int_t x, Int_t y, Int_t z, Double_t tau, Int_t m) |
Gradient model likelihood. | |
Double_t | Likelihood (Double_t mu, Int_t x, Int_t y, Int_t z, Double_t bm, Double_t em, Int_t mid, Double_t sde, Double_t sdb, Double_t tau, Double_t b, Int_t m, Int_t what) |
Internal helper function Chooses between the different profile likelihood functions to use for the different models. | |
Double_t | LikeMod1 (Double_t mu, Double_t b, Double_t e, Int_t x, Int_t y, Int_t z, Double_t tau, Int_t m) |
Profile Likelihood function for MODEL 1: Poisson background/ Binomial Efficiency. | |
Double_t | LikeMod2 (Double_t mu, Double_t b, Double_t e, Int_t x, Int_t y, Double_t em, Double_t tau, Double_t v) |
Profile Likelihood function for MODEL 2: Poisson background/Gauss Efficiency. | |
Double_t | LikeMod3 (Double_t mu, Double_t b, Double_t e, Int_t x, Double_t bm, Double_t em, Double_t u, Double_t v) |
Profile Likelihood function for MODEL 3: Gauss background/Gauss Efficiency. | |
Double_t | LikeMod4 (Double_t mu, Double_t b, Int_t x, Int_t y, Double_t tau) |
Profile Likelihood function for MODEL 4: Poiss background/Efficiency known. | |
Double_t | LikeMod5 (Double_t mu, Double_t b, Int_t x, Double_t bm, Double_t u) |
Profile Likelihood function for MODEL 5: Gauss background/Efficiency known. | |
Double_t | LikeMod6 (Double_t mu, Double_t b, Double_t e, Int_t x, Int_t z, Int_t m) |
Profile Likelihood function for MODEL 6: background known/ Efficiency binomial. | |
Double_t | LikeMod7 (Double_t mu, Double_t b, Double_t e, Int_t x, Double_t em, Double_t v) |
Profile Likelihood function for MODEL 6: background known/ Efficiency gaussian. | |
Double_t | LogFactorial (Int_t n) |
LogFactorial function (use the logGamma function via the relation Gamma(n+1) = n! | |
void | ProfLikeMod1 (Double_t mu, Double_t &b, Double_t &e, Int_t x, Int_t y, Int_t z, Double_t tau, Int_t m) |
Helper for calculation of estimates of efficiency and background for model 1. | |
void | SetModelParameters () |
void | SetModelParameters (Int_t x, Int_t y, Int_t z, Double_t bm, Double_t em, Double_t e, Int_t mid, Double_t sde, Double_t sdb, Double_t tau, Double_t b, Int_t m) |
Static Private Member Functions | |
static Double_t | EvalMonomial (Double_t x, const Int_t coef[], Int_t N) |
Evaluate mononomial. | |
static Double_t | EvalPolynomial (Double_t x, const Int_t coef[], Int_t N) |
Evaluate polynomial. | |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000 , kNotDeleted = 0x02000000 , kZombie = 0x04000000 , kInconsistent = 0x08000000 , kBitMask = 0x00ffffff } |
enum | { kSingleKey = (1ULL << ( 0 )) , kOverwrite = (1ULL << ( 1 )) , kWriteDelete = (1ULL << ( 2 )) } |
enum | EDeprecatedStatusBits { kObjInCanvas = (1ULL << ( 3 )) } |
enum | EStatusBits { kCanDelete = (1ULL << ( 0 )) , kMustCleanup = (1ULL << ( 3 )) , kIsReferenced = (1ULL << ( 4 )) , kHasUUID = (1ULL << ( 5 )) , kCannotPick = (1ULL << ( 6 )) , kNoContextMenu = (1ULL << ( 8 )) , kInvalidObject = (1ULL << ( 13 )) } |
Protected Types inherited from TObject | |
enum | { kOnlyPrepStep = (1ULL << ( 3 )) } |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). | |
void | MakeZombie () |
#include <TRolke.h>
Constructor with optional Confidence Level argument.
'option' is not used.
Definition at line 176 of file TRolke.cxx.
|
override |
Destructor.
Definition at line 190 of file TRolke.cxx.
Double_t TRolke::CalculateInterval | ( | Int_t | x, |
Int_t | y, | ||
Int_t | z, | ||
Double_t | bm, | ||
Double_t | em, | ||
Double_t | e, | ||
Int_t | mid, | ||
Double_t | sde, | ||
Double_t | sdb, | ||
Double_t | tau, | ||
Double_t | b, | ||
Int_t | m | ||
) |
Deprecated and error prone model selection interface.
It's use is trongly discouraged. 'mid' is the model ID (1 to 7). This method is provided for backwards compatibility/developer use only. */
Definition at line 638 of file TRolke.cxx.
|
static |
|
inlinestaticconstexpr |
|
private |
ComputeInterval, the internals.
Definition at line 714 of file TRolke.cxx.
|
inlinestatic |
|
private |
Calculates the Profile Likelihood for MODEL 1: Poisson background/ Binomial Efficiency.
Definition at line 968 of file TRolke.cxx.
|
private |
Calculates the Profile Likelihood for MODEL 2: Poisson background/ Gauss Efficiency.
Definition at line 1082 of file TRolke.cxx.
|
private |
Calculates the Profile Likelihood for MODEL 3: Gauss background/ Gauss Efficiency.
Definition at line 1149 of file TRolke.cxx.
Calculates the Profile Likelihood for MODEL 4: Poiss background/Efficiency known.
Definition at line 1217 of file TRolke.cxx.
|
private |
Calculates the Profile Likelihood for MODEL 5: Gauss background/Efficiency known.
Definition at line 1263 of file TRolke.cxx.
|
private |
Calculates the Profile Likelihood for MODEL 6: Background known/Efficiency binomial.
Definition at line 1307 of file TRolke.cxx.
|
private |
Calculates the Profile Likelihood for MODEL 7: background known/Efficiency Gauss.
Definition at line 1366 of file TRolke.cxx.
Evaluate mononomial.
Definition at line 1430 of file TRolke.cxx.
Evaluate polynomial.
Definition at line 1413 of file TRolke.cxx.
|
private |
Return a simple background value (estimate/truth) given the pre-specified model.
Definition at line 418 of file TRolke.cxx.
get the value of x corresponding to rejection of the null hypothesis.
This means a lower limit >0 with the pre-specified Confidence Level. Optionally give maxtry; the maximum value of x to try. Of not, or if maxtry<0 an automatic mode is used.
Definition at line 547 of file TRolke.cxx.
Calculate and get the upper and lower limits for the pre-specified model.
Definition at line 374 of file TRolke.cxx.
get the upper and lower limits for the most likely outcome.
The returned out_x is the corresponding value of x No uncertainties are considered for the Poisson weights when finding ML.
Definition at line 512 of file TRolke.cxx.
bool TRolke::GetLimitsQuantile | ( | Double_t & | low, |
Double_t & | high, | ||
Int_t & | out_x, | ||
Double_t | integral = 0.5 |
||
) |
get the upper and lower limits for the outcome corresponding to a given quantile.
For integral=0.5 this gives the median limits in repeated experiments. The returned out_x is the corresponding (e.g. median) value of x. No uncertainties are considered for the Poisson weights when calculating the Poisson integral.
Definition at line 482 of file TRolke.cxx.
Double_t TRolke::GetLowerLimit | ( | ) |
Calculate and get lower limit for the pre-specified model.
Definition at line 408 of file TRolke.cxx.
get the upper and lower average limits based on the specified model.
No uncertainties are considered for the Poisson weights in the averaging sum
Definition at line 447 of file TRolke.cxx.
Double_t TRolke::GetUpperLimit | ( | ) |
Calculate and get upper limit for the pre-specified model.
Definition at line 398 of file TRolke.cxx.
|
private |
Internal helper function 'Interval'.
Definition at line 755 of file TRolke.cxx.
|
inlineoverridevirtual |
|
private |
Gradient model likelihood.
Definition at line 1063 of file TRolke.cxx.
|
private |
Internal helper function Chooses between the different profile likelihood functions to use for the different models.
Returns evaluation of the profile likelihood functions.
Definition at line 934 of file TRolke.cxx.
|
private |
Profile Likelihood function for MODEL 1: Poisson background/ Binomial Efficiency.
Definition at line 1004 of file TRolke.cxx.
|
private |
Profile Likelihood function for MODEL 2: Poisson background/Gauss Efficiency.
Definition at line 1127 of file TRolke.cxx.
|
private |
Profile Likelihood function for MODEL 3: Gauss background/Gauss Efficiency.
Definition at line 1195 of file TRolke.cxx.
Profile Likelihood function for MODEL 4: Poiss background/Efficiency known.
Definition at line 1243 of file TRolke.cxx.
Profile Likelihood function for MODEL 5: Gauss background/Efficiency known.
Definition at line 1288 of file TRolke.cxx.
|
private |
Profile Likelihood function for MODEL 6: background known/ Efficiency binomial.
Definition at line 1343 of file TRolke.cxx.
|
private |
Profile Likelihood function for MODEL 6: background known/ Efficiency gaussian.
Definition at line 1398 of file TRolke.cxx.
LogFactorial function (use the logGamma function via the relation Gamma(n+1) = n!
Definition at line 1449 of file TRolke.cxx.
|
overridevirtual |
Dump internals. Print members.
Reimplemented from TObject.
Definition at line 594 of file TRolke.cxx.
|
private |
Helper for calculation of estimates of efficiency and background for model 1.
Definition at line 1030 of file TRolke.cxx.
Model 3: Background - Gaussian, Efficiency - Gaussian (x,bm,em,sde,sdb)
Definition at line 253 of file TRolke.cxx.
Model 5: Background - Gaussian, Efficiency - known (x,bm,sdb,e.
Definition at line 303 of file TRolke.cxx.
Model 6: Background - known, Efficiency - Binomial (x,z,m,b)
Definition at line 328 of file TRolke.cxx.
Model 7: Background - known, Efficiency - Gaussian (x,em,sde,b)
Definition at line 353 of file TRolke.cxx.
|
private |
Definition at line 692 of file TRolke.cxx.
|
private |
Definition at line 676 of file TRolke.cxx.
Model 1: Background - Poisson, Efficiency - Binomial.
Definition at line 202 of file TRolke.cxx.
Model 2: Background - Poisson, Efficiency - Gaussian.
Definition at line 227 of file TRolke.cxx.
Model 4: Background - Poisson, Efficiency - known (x,y,tau,e)
Definition at line 278 of file TRolke.cxx.
void TRolke::SetSwitch | ( | bool | bnd | ) |
Deprecated name for SetBounding.
Definition at line 580 of file TRolke.cxx.
|
overridevirtual |
|
inline |