Definition at line 106 of file RooProdPdf.h.
|
| | CacheElem () |
| RooArgList | containedArgs (Action) override |
| | Return RooAbsArg components contained in the cache.
|
| virtual void | findConstantNodes (const RooArgSet &obs, RooArgSet &cacheList, RooLinkedList &processedNodes) |
| | Interface for constant term optimization calls.
|
| virtual TClass * | IsA () const |
| virtual void | operModeHook (RooAbsArg::OperMode) |
| | Interface for changes of operation mode.
|
| virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| | Interface for cache optimization calls.
|
| void | printCompactTreeHook (std::ostream &, const char *, Int_t, Int_t) override |
| | Hook function to print cache contents in tree printing of RooProdPdf.
|
| virtual bool | redirectServersHook (const RooAbsCollection &, bool, bool, bool) |
| | Interface for server redirect calls.
|
| void | setOwner (RooAbsArg *owner) |
| virtual void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| void | writeToStream (std::ostream &os) const |
#include <RooProdPdf.h>
◆ Action
| Enumerator |
|---|
| OperModeChange | |
| OptimizeCaching | |
| FindConstantNodes | |
Definition at line 39 of file RooAbsCacheElement.h.
◆ CacheElem()
| RooProdPdf::CacheElem::CacheElem |
( |
| ) |
|
|
inline |
◆ Class()
| TClass * RooAbsCacheElement::Class |
( |
| ) |
|
|
staticinherited |
- Returns
- TClass describing this class
◆ Class_Name()
| const char * RooAbsCacheElement::Class_Name |
( |
| ) |
|
|
staticinherited |
- Returns
- Name of this class
◆ Class_Version()
| constexpr Version_t RooAbsCacheElement::Class_Version |
( |
| ) |
|
|
inlinestaticconstexprinherited |
◆ containedArgs()
◆ DeclFileName()
| const char * RooAbsCacheElement::DeclFileName |
( |
| ) |
|
|
inlinestaticinherited |
◆ findConstantNodes()
Interface for constant term optimization calls.
The default implementation is to forward all these calls to all contained RooAbsArg objects as publicized through containedArg()
Definition at line 71 of file RooAbsCacheElement.cxx.
◆ IsA()
| virtual TClass * RooAbsCacheElement::IsA |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ operModeHook()
◆ optimizeCacheMode()
Interface for cache optimization calls.
The default implementation is to forward all these calls to all contained RooAbsArg objects as publicized through containedArg()
Definition at line 58 of file RooAbsCacheElement.cxx.
◆ printCompactTreeHook()
| void RooProdPdf::CacheElem::printCompactTreeHook |
( |
std::ostream & | os, |
|
|
const char * | indent, |
|
|
Int_t | curElem, |
|
|
Int_t | maxElem ) |
|
overridevirtual |
◆ redirectServersHook()
◆ setOwner()
| void RooAbsCacheElement::setOwner |
( |
RooAbsArg * | owner | ) |
|
|
inlineinherited |
◆ Streamer()
| virtual void RooAbsCacheElement::Streamer |
( |
TBuffer & | | ) |
|
|
virtualinherited |
◆ StreamerNVirtual()
| void RooAbsCacheElement::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inlineinherited |
◆ writeToStream()
| void RooProdPdf::CacheElem::writeToStream |
( |
std::ostream & | os | ) |
const |
◆ _denList
◆ _isRearranged
| bool RooProdPdf::CacheElem::_isRearranged |
◆ _normList
| std::vector<std::unique_ptr<RooArgSet> > RooProdPdf::CacheElem::_normList |
◆ _numList
◆ _ownedList
◆ _owner
◆ _partList
◆ _rearrangedDen
| std::unique_ptr<RooAbsReal> RooProdPdf::CacheElem::_rearrangedDen {} |
◆ _rearrangedNum
| std::unique_ptr<RooAbsReal> RooProdPdf::CacheElem::_rearrangedNum {} |
The documentation for this class was generated from the following files: