rarHistPdf.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: rarHistPdf.rdl,v 1.4 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_HISTPDF
00011 #define RAR_HISTPDF
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00019 class RooDataHist;
00020 
00028 class rarHistPdf : public rarBasePdf {
00029   
00030 public:
00031   rarHistPdf();
00032   rarHistPdf(const char*configFile, const char*configSec, const char*configStr,
00033              rarDatasets *theDatasets, RooDataSet *theData,
00034              const char *name, const char *title);
00035   virtual ~rarHistPdf();
00036   
00037 protected:
00038   void init();
00039   
00040   RooDataHist *_theHist; 
00041   
00042 private:
00043   rarHistPdf(const rarHistPdf&);
00044   ClassDef(rarHistPdf, 0) // RooRarFit HistPdf class
00045     ;
00046 };
00047 
00048 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7