61              std::unique_ptr<RooChangeTracker> && 
tracker,
 
 
   84  int      idxmin(
const double& 
m) 
const;
 
   85  int      idxmax(
const double& 
m) 
const;
 
 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Abstract base class for objects to be stored in RooAbsCache cache manager objects.
 
Storage_t::size_type size() const
 
Abstract interface for all probability density functions.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
RooArgList is a container object that can hold multiple RooAbsArg objects.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
Meta object that tracks value changes in a given set of RooAbsArgs by registering itself as value cli...
 
RooArgList containedArgs(Action) override
 
RooRealVar * frac(Int_t i)
 
void calculateFractions(const RooMomentMorph &self, bool verbose=true) const
 
std::unique_ptr< RooAbsPdf > _sumPdf
 
std::unique_ptr< RooChangeTracker > _tracker
 
RooObjCacheManager _cacheMgr
 
friend class CacheElem
Current normalization set.
 
~RooMomentMorph() override
 
void setMode(const Setting &setting)
 
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
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.
 
bool selfNormalized() const override
Shows if a PDF is self-normalized, which means that no attempt is made to add a normalization term.
 
int idxmin(const double &m) const
 
int idxmax(const double &m) const
 
void useHorizontalMorphing(bool val)
 
double getValV(const RooArgSet *set=nullptr) const override
Special version of getVal() overrides RooAbsReal::getVal() to save value of current normalization set...
 
TObject * clone(const char *newname=nullptr) const override
 
CacheElem * getCache(const RooArgSet *nset) const
 
Implementation of a RooCacheManager<RooAbsCacheElement> that specializes in the storage of cache elem...
 
Variable that can be changed from the outside.
 
Mother of all ROOT objects.