79  int      idxmin(
const double& 
m) 
const;
 
   80  int      idxmax(
const double& 
m) 
const;
 
#define ClassDef(name, id)
 
RooAbsCacheElement is the abstract base class for objects to be stored in RooAbsCache cache manager o...
 
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Add the specified argument to list.
 
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
RooChangeTracker is a meta object that tracks value changes in a given set of RooAbsArgs by registeri...
 
RooListProxy is the concrete proxy for RooArgList objects.
 
void calculateFractions(const RooMomentMorph &self, Bool_t verbose=kTRUE) const
 
void operModeHook(RooAbsArg::OperMode)
Interface for operation mode change calls.
 
CacheElem(RooAbsPdf &sumPdf, RooChangeTracker &tracker, const RooArgList &flist)
 
RooRealVar * frac(Int_t i)
 
virtual RooArgList containedArgs(Action)
 
RooChangeTracker * _tracker
 
RooObjCacheManager _cacheMgr
 
TIterator * _pdfItr
do not persist
 
void setMode(const Setting &setting)
 
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
virtual ~RooMomentMorph()
 
virtual Bool_t selfNormalized() const
Shows if a PDF is self-normalized, which means that no attempt is made to add a normalization term.
 
RooMomentMorph()
coverity[UNINIT_CTOR]
 
RooAbsPdf * sumPdf(const RooArgSet *nset)
 
Int_t ij(const Int_t &i, const Int_t &j) const
 
RooArgSet * _curNormSet
The cache manager.
 
int idxmin(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...
 
int idxmax(const double &m) const
 
void useHorizontalMorphing(bool val)
 
virtual TObject * clone(const char *newname) const
 
CacheElem * getCache(const RooArgSet *nset) const
 
Class RooObjCacheManager is an implementation of class RooCacheManager<RooAbsCacheElement> and specia...
 
RooRealVar represents a variable that can be changed from the outside.
 
RooSetProxy is the concrete proxy for RooArgSet objects.
 
Iterator abstract base class.
 
Mother of all ROOT objects.