rarProd.hh

Go to the documentation of this file.
00001 /*****************************************************************************
00002 * Project: BaBar detector at the SLAC PEP-II B-factory
00003 * Package: RooRarFit
00004  *    File: $Id: rarProd.rdl,v 1.8 2011/06/16 13:18:50 fwilson Exp $
00005  * Authors: Lei Zhang
00006  * History:
00007  *
00008  * Copyright (C) 2005-2012, University of California, Riverside
00009  *****************************************************************************/
00010 #ifndef RAR_PROD
00011 #define RAR_PROD
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarCompBase.hh"
00018 
00026 class rarProd : public rarCompBase {
00027   
00028 public:
00029   rarProd();
00030   rarProd(const char *configFile, const char *configSec, const char *configStr,
00031           rarDatasets *theDatasets, RooDataSet *theData,
00032           const char *name, const char *title);
00033   virtual ~rarProd();
00034   
00035   virtual RooAbsPdf *getPdfWOvar(RooArgList ignoredObs);
00036   virtual RooAbsPdf *getDPdfWvar(RooRealVar *theVar);
00037   virtual RooAbsPdf *getProtGen();
00038   
00039 protected:
00040   void init();
00041   
00042   TList _condPdfList; 
00043   RooArgList _condPdfs; 
00044 
00045   
00046 private:
00047   rarProd(const rarProd&);
00048   ClassDef(rarProd, 0) // RooRarFit ProdPdf class
00049     ;
00050 };
00051 
00052 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7