![]() |
![]() |
#include <VerticalInterpPdf.h>
Public Member Functions | |
CacheElem () | |
virtual RooArgList | containedArgs (Action) |
virtual | ~CacheElem () |
Public Attributes | |
RooArgList | _funcIntList |
RooArgList | _funcNormList |
Definition at line 33 of file VerticalInterpPdf.h.
VerticalInterpPdf::CacheElem::CacheElem | ( | ) | [inline] |
Definition at line 35 of file VerticalInterpPdf.h.
{} ;
virtual VerticalInterpPdf::CacheElem::~CacheElem | ( | ) | [inline, virtual] |
Definition at line 36 of file VerticalInterpPdf.h.
{} ;
virtual RooArgList VerticalInterpPdf::CacheElem::containedArgs | ( | Action | ) | [inline, virtual] |
Definition at line 37 of file VerticalInterpPdf.h.
References _funcIntList, _funcNormList, and run_regression::ret.
{ RooArgList ret(_funcIntList) ; ret.add(_funcNormList) ; return ret ; }
RooArgList VerticalInterpPdf::CacheElem::_funcIntList |
Definition at line 38 of file VerticalInterpPdf.h.
Referenced by VerticalInterpPdf::analyticalIntegralWN(), containedArgs(), and VerticalInterpPdf::getAnalyticalIntegralWN().
RooArgList VerticalInterpPdf::CacheElem::_funcNormList |
Definition at line 39 of file VerticalInterpPdf.h.
Referenced by VerticalInterpPdf::analyticalIntegralWN(), containedArgs(), and VerticalInterpPdf::getAnalyticalIntegralWN().