#include "RooAbsPdf.h"
#include "RooListProxy.h"
#include "RooLinkedList.h"
#include "RooAICRegistry.h"
#include "RooObjCacheManager.h"
#include "RooCmdArg.h"
#include <vector>
#include <list>
#include <string>
Classes | |
class | RooProdPdf::CacheElem |
class | RooFit::Detail::RooFixedProdPdf |
A RooProdPdf with a fixed normalization set can be replaced by this class. More... | |
class | RooProdPdf |
Efficient implementation of a product of PDFs of the form. More... | |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Detail |
Typedefs | |
typedef RooArgList * | pRooArgList |
typedef RooLinkedList * | pRooLinkedList |
typedef RooArgList* pRooArgList |
Definition at line 30 of file RooProdPdf.h.
typedef RooLinkedList* pRooLinkedList |
Definition at line 31 of file RooProdPdf.h.