81 int idxmin(
const double&
m)
const;
82 int idxmax(
const double& m)
const;
virtual Double_t getVal(const RooArgSet *set=0) const
Special version of getVal() overrides RooAbsReal::getVal() to save value of current normalization set...
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
CacheElem * getCache(const RooArgSet *nset) const
Double_t evaluate() const
void setMode(const Setting &setting)
void useHorizontalMorphing(bool val)
RooAbsPdf * sumPdf(const RooArgSet *nset)
Iterator abstract base class.
virtual Bool_t selfNormalized() const
#define ClassDef(name, id)
TIterator * _pdfItr
do not persist
void operModeHook(RooAbsArg::OperMode)
Interface for operation mode change calls.
RooArgSet * _curNormSet
The cache manager.
RooRealVar represents a fundamental (non-derived) real valued object.
RooChangeTracker * _tracker
int idxmax(const double &m) const
RooRealVar * frac(Int_t i)
RooAbsCacheElement is the abstract base class for objects to be stored in RooAbsCache cache manager o...
int idxmin(const double &m) const
RooListProxy is the concrete proxy for RooArgList objects.
RooObjCacheManager _cacheMgr
virtual TObject * clone(const char *newname) const
Int_t ij(const Int_t &i, const Int_t &j) const
virtual ~RooMomentMorph()
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Class RooObjCacheManager is an implementation of class RooCacheManager<RooAbsCacheElement> and specia...
RooChangeTracker is a meta object that tracks value changes in a given set of RooAbsArgs by registeri...
Mother of all ROOT objects.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
RooSetProxy is the concrete proxy for RooArgSet objects.
RooRealProxy is the concrete proxy for RooAbsReal objects A RooRealProxy is the general mechanism to ...
void calculateFractions(const RooMomentMorph &self, Bool_t verbose=kTRUE) const
CacheElem(RooAbsPdf &sumPdf, RooChangeTracker &tracker, const RooArgList &flist)
RooMomentMorph()
coverity[UNINIT_CTOR]
virtual RooArgList containedArgs(Action)