RooAbsGenContext is the abstract base class for generator contexts of RooAbsPdf objects.
RooProdGenContext is an efficient implementation of the generator context specific for RooProdPdf PDF...
RooArgSet _ownedMultiProds
RooSuperCategory * _ccdSuper
RooProdGenContext(const RooProdGenContext &other)
std::list< RooAbsGenContext * > _gcList
virtual void attach(const RooArgSet ¶ms)
Attach generator to given event buffer.
RooRealIntegral * _pdfCcdInt
virtual void generateEvent(RooArgSet &theEvent, Int_t remaining)
Generate a single event of the product by generating the components of the products sequentially.
virtual void setProtoDataOrder(Int_t *lut)
Set the traversal order of the prototype dataset by the given lookup table.
virtual void initGenerator(const RooArgSet &theEvent)
One-time initialization of generator context, forward to component generators.
virtual void printMultiline(std::ostream &os, Int_t content, Bool_t verbose=kFALSE, TString indent="") const
Detailed printing interface.
virtual ~RooProdGenContext()
Destructor. Delete all owned subgenerator contexts.