library: libRooFit
#include "RooConvGenContext.h"

RooConvGenContext


class description - header file - source file - inheritance tree (.pdf)

class RooConvGenContext : public RooAbsGenContext

Inheritance Chart:
TObject
<-
TNamed
RooPrintable
<-
RooAbsGenContext
<-
RooConvGenContext

    protected:
RooConvGenContext(const RooConvGenContext& other) virtual void generateEvent(RooArgSet& theEvent, Int_t remaining) virtual void initGenerator(const RooArgSet& theEvent) public:
RooConvGenContext(const RooNumConvPdf& model, const RooArgSet& vars, const RooDataSet* prototype = 0, const RooArgSet* auxProto = 0, Bool_t _verbose = kFALSE) RooConvGenContext(const RooAbsAnaConvPdf& model, const RooArgSet& vars, const RooDataSet* prototype = 0, const RooArgSet* auxProto = 0, Bool_t _verbose = kFALSE) virtual ~RooConvGenContext() static TClass* Class() virtual TClass* IsA() const virtual void printToStream(ostream& os, RooPrintable::PrintOption opt = Standard, TString indent = ) const virtual void setProtoDataOrder(Int_t* lut) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
RooAbsGenContext* _pdfGen Physics model generator context RooAbsGenContext* _modelGen Resolution model generator context TString _convVarName Name of convolution variable RooArgSet* _pdfVars Holder of PDF x truth event RooArgSet* _modelVars Holder of resModel event RooArgSet* _pdfCloneSet Owner of PDF clone RooArgSet* _modelCloneSet Owner of resModel clone RooRealVar* _cvModel Convolution variable in resModel event RooRealVar* _cvPdf Convolution variable in PDFxTruth event RooRealVar* _cvOut Convolution variable in output event

Class Description

RooConvGenContext(const RooAbsAnaConvPdf &model, const RooArgSet &vars, const RooDataSet *prototype, const RooArgSet* auxProto, Bool_t verbose)
 Constructor for analytical convolutions.

 Build a generator for the physics PDF convoluted with the truth model
 and a generator for the resolution model as PDF.
RooConvGenContext(const RooNumConvPdf &model, const RooArgSet &vars, const RooDataSet *prototype, const RooArgSet* auxProto, Bool_t verbose)
 Constructor for numeric convolutions.

 Build a generator for the physics PDF convoluted with the truth model
 and a generator for the resolution model as PDF.
~RooConvGenContext()
   cout << "RooConvGenContext::dtor(" << this << "," << GetName() << ")" << endl ;
void printToStream(ostream &os, PrintOption opt, TString indent)
void initGenerator(const RooArgSet &theEvent)
 Initialize genertor for this event holder
void generateEvent(RooArgSet &theEvent, Int_t remaining)
 Generate a single event of the product by generating the components
 of the products sequentially
void setProtoDataOrder(Int_t* lut)
RooConvGenContext(const RooNumConvPdf &model, const RooArgSet &vars, const RooDataSet *prototype= 0, const RooArgSet* auxProto=0, Bool_t _verbose= kFALSE)

Last update: Tue Jul 11 11:45:26 2006
Copyright (c) 2000-2005, Regents of the University of California *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.