rarPoly.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: rarPoly.rdl,v 1.3 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_POLY
00011 #define RAR_POLY
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00041 class rarPoly : public rarBasePdf {
00042   
00043 public:
00044   rarPoly();
00045   rarPoly(const char *configFile, const char *configSec, const char *configStr,
00046           rarDatasets *theDatasets, RooDataSet *theData,
00047           const char *name, const char *title);
00048   virtual ~rarPoly();
00049   
00050 protected:
00051   void init();
00052   
00053   RooAbsReal *_x; 
00054   Int_t _nOrder; 
00055   
00056 private:
00057   rarPoly(const rarPoly&);
00058   ClassDef(rarPoly, 0) // RooRarFit Polynomial/Chebychev Pdf class
00059     ;
00060 };
00061 
00062 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7