Definition at line 53 of file RooIntegralMorph.h.
|
| MorphCacheElem (RooIntegralMorph &self, const RooArgSet *nset) |
| Construct of cache element, copy relevant input from RooIntegralMorph, create the cdfs from the input p.d.fs and instantiate the root finders on the cdfs to perform the inversion. More...
|
|
| ~MorphCacheElem () |
| Destructor. More...
|
|
void | calculate (TIterator *iter) |
| Calculate shape of p.d.f for x,alpha values defined by dIter iterator over cache histogram. More...
|
|
virtual RooArgList | containedArgs (Action) |
| Return all RooAbsArg components contained in this cache. More...
|
|
| PdfCacheElem (const RooAbsCachedPdf &self, const RooArgSet *nset) |
| Constructor of cache object which owns RooDataHist cache histogram, RooHistPdf pdf that represents is shape and RooChangeTracker meta object that tracks changes in listed dependent parameter of cache. More...
|
|
virtual | ~PdfCacheElem () |
| Cache element destructor. More...
|
|
RooDataHist * | hist () |
|
const RooArgSet & | nset () |
|
RooChangeTracker * | paramTracker () |
|
RooHistPdf * | pdf () |
|
virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) |
| Print contents of cache when printing self as part of object tree. More...
|
|
| RooAbsCacheElement () |
|
virtual | ~RooAbsCacheElement () |
|
virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| Interface for constant term optimization calls. More...
|
|
virtual void | operModeHook (RooAbsArg::OperMode) |
| Interface for operation mode change calls. More...
|
|
virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| Interface for cache optimization calls. More...
|
|
virtual Bool_t | redirectServersHook (const RooAbsCollection &, Bool_t, Bool_t, Bool_t) |
| Interface for server redirect calls. More...
|
|
void | setOwner (RooAbsArg *owner) |
|
#include <RooIntegralMorph.h>
◆ MorphCacheElem()
Construct of cache element, copy relevant input from RooIntegralMorph, create the cdfs from the input p.d.fs and instantiate the root finders on the cdfs to perform the inversion.
Definition at line 244 of file RooIntegralMorph.cxx.
◆ ~MorphCacheElem()
RooIntegralMorph::MorphCacheElem::~MorphCacheElem |
( |
| ) |
|
◆ binX()
◆ calculate()
void RooIntegralMorph::MorphCacheElem::calculate |
( |
TIterator * |
iter | ) |
|
Calculate shape of p.d.f for x,alpha values defined by dIter iterator over cache histogram.
Definition at line 325 of file RooIntegralMorph.cxx.
◆ calcX()
Calculate the x value of the output p.d.f at the given cdf value y.
The ok boolean is filled with the success status of the operation.
Definition at line 292 of file RooIntegralMorph.cxx.
◆ containedArgs()
◆ fillGap()
Fill all empty histogram bins between bins ixlo and ixhi.
The value of 'splitPoint' defines the split point for the recursive division strategy to fill the gaps If the midpoint value of y is very close to the midpoint in x, use interpolation to fill the gaps, otherwise the intervals again.
Definition at line 447 of file RooIntegralMorph.cxx.
◆ findRange()
void RooIntegralMorph::MorphCacheElem::findRange |
( |
| ) |
|
|
protected |
Determine which range of y values can be mapped to x values from the numeric inversion of the input c.d.fs.
Start with a y range of [0.1-0.9] and push boundaries outward with a factor of 1/sqrt(10). Stop iteration if inverted x values no longer change
Definition at line 560 of file RooIntegralMorph.cxx.
◆ interpolateGap()
void RooIntegralMorph::MorphCacheElem::interpolateGap |
( |
Int_t |
ixlo, |
|
|
Int_t |
ixhi |
|
) |
| |
|
protected |
Fill empty histogram bins between ixlo and ixhi with values obtained from linear interpolation of ixlo,ixhi elements.
Definition at line 531 of file RooIntegralMorph.cxx.
◆ _alpha
RooAbsReal* RooIntegralMorph::MorphCacheElem::_alpha |
|
protected |
◆ _c1
◆ _c2
◆ _calcX
std::vector<Double_t> RooIntegralMorph::MorphCacheElem::_calcX |
|
protected |
◆ _cb1
RooAbsFunc* RooIntegralMorph::MorphCacheElem::_cb1 |
|
protected |
◆ _cb2
RooAbsFunc* RooIntegralMorph::MorphCacheElem::_cb2 |
|
protected |
◆ _ccounter
Int_t RooIntegralMorph::MorphCacheElem::_ccounter |
|
protected |
◆ _nset
RooArgSet* RooIntegralMorph::MorphCacheElem::_nset |
|
protected |
◆ _pdf1
RooAbsPdf* RooIntegralMorph::MorphCacheElem::_pdf1 |
|
protected |
◆ _pdf2
RooAbsPdf* RooIntegralMorph::MorphCacheElem::_pdf2 |
|
protected |
◆ _rf1
◆ _rf2
◆ _self
◆ _x
◆ _yatX
std::vector<Double_t> RooIntegralMorph::MorphCacheElem::_yatX |
|
protected |
◆ _yatXmax
Int_t RooIntegralMorph::MorphCacheElem::_yatXmax |
|
protected |
◆ _yatXmin
Int_t RooIntegralMorph::MorphCacheElem::_yatXmin |
|
protected |
◆ _ycutoff
Double_t RooIntegralMorph::MorphCacheElem::_ycutoff |
|
protected |
[legend]