rarGeneric.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: rarGeneric.rdl,v 1.5 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_GENERIC
00011 #define RAR_GENERIC
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00026 class rarGeneric : public rarBasePdf {
00027   
00028 public:
00029   rarGeneric();
00030   rarGeneric(const char*configFile, const char*configSec, const char*configStr,
00031              rarDatasets *theDatasets, RooDataSet *theData,
00032              const char *name, const char *title);
00033   virtual ~rarGeneric();
00034   
00035 protected:
00036   void init();
00037   
00038 private:
00039   rarGeneric(const rarGeneric&);
00040   ClassDef(rarGeneric, 0) // RooRarFit Generic Pdf class
00041     ;
00042 };
00043 
00044 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7