|
| | CacheElem () |
| |
| template<class List > |
| void | buildMatrix (const RooLagrangianMorphFunc::ParamMap &inputParameters, const RooLagrangianMorphFunc::FlagMap &inputFlags, const List &flags) |
| | build and invert the morphing matrix
|
| |
| void | buildMorphingFunction (const char *name, const RooLagrangianMorphFunc::ParamMap &inputParameters, const std::map< std::string, int > &storage, const RooArgList &physics, bool allowNegativeYields, RooRealVar *observable, RooRealVar *binWidth) |
| | build the final morphing function
|
| |
| RooArgList | containedArgs (Action) override |
| | retrieve the list of contained args
|
| |
| void | createComponents (const RooLagrangianMorphFunc::ParamMap &inputParameters, const RooLagrangianMorphFunc::FlagMap &inputFlags, const char *funcname, const std::vector< std::vector< RooListProxy * > > &diagramProxyList, const std::vector< std::vector< std::string > > &nonInterfering, const RooArgList &flags) |
| | create the basic objects required for the morphing
|
| |
| virtual TClass * | IsA () const |
| |
| void | operModeHook (RooAbsArg::OperMode) override |
| | Interface for changes of operation mode.
|
| |
| virtual void | optimizeCacheMode (const RooArgSet &obs, RooArgSet &optNodes, RooLinkedList &processedNodes) |
| | Interface for cache optimization calls.
|
| |
| virtual void | printCompactTreeHook (std::ostream &, const char *, Int_t curElem, Int_t totElem) |
| | Hook function to print cache guts in tree printing mode of RooAbsArgs.
|
| |
| 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) |
| |
◆ Action
◆ CacheElem()
| RooLagrangianMorphFunc::CacheElem::CacheElem |
( |
| ) |
|
|
inline |
◆ buildMatrix()
◆ buildMorphingFunction()
◆ Class()
- Returns
- TClass describing this class
◆ Class_Name()
- Returns
- Name of this class
◆ Class_Version()
|
|
inlinestaticconstexprinherited |
◆ containedArgs()
◆ createCache() [1/2]
◆ createCache() [2/2]
create all the temporary objects required by the class function variant with precomputed inverse matrix
Definition at line 1540 of file RooLagrangianMorphFunc.cxx.
◆ createComponents()
◆ DeclFileName()
| static const char * RooAbsCacheElement::DeclFileName |
( |
| ) |
|
|
inlinestaticinherited |
◆ IsA()
◆ operModeHook()
◆ optimizeCacheMode()
◆ printCompactTreeHook()
| void RooAbsCacheElement::printCompactTreeHook |
( |
std::ostream & | , |
|
|
const char * | , |
|
|
Int_t | curElem, |
|
|
Int_t | totElem ) |
|
virtualinherited |
◆ redirectServersHook()
◆ setOwner()
| void RooAbsCacheElement::setOwner |
( |
RooAbsArg * | owner | ) |
|
|
inlineinherited |
◆ Streamer()
◆ StreamerNVirtual()
| void RooAbsCacheElement::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inlineinherited |
◆ _condition
| double RooLagrangianMorphFunc::CacheElem::_condition |
◆ _couplings
| RooArgList RooLagrangianMorphFunc::CacheElem::_couplings |
◆ _formulas
| FormulaList RooLagrangianMorphFunc::CacheElem::_formulas |
◆ _inverse
| Matrix RooLagrangianMorphFunc::CacheElem::_inverse |
◆ _matrix
| Matrix RooLagrangianMorphFunc::CacheElem::_matrix |
◆ _owner
◆ _sumFunc
| std::unique_ptr<RooRealSumFunc> RooLagrangianMorphFunc::CacheElem::_sumFunc = nullptr |
◆ _weights
| RooArgList RooLagrangianMorphFunc::CacheElem::_weights |