rarExp.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: rarExp.rdl,v 1.4 2011/06/16 13:18:49 fwilson Exp $
00005  * Authors: Lei Zhang
00006  * History:
00007  *
00008  * Copyright (C) 2005-2012, University of California, Riverside
00009  *****************************************************************************/
00010 #ifndef RAR_EXP
00011 #define RAR_EXP
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00031 class rarExp : public rarBasePdf {
00032   
00033 public:
00034   rarExp();
00035   rarExp(const char *configFile, const char *configSec, const char *configStr,
00036          rarDatasets *theDatasets, RooDataSet *theData,
00037          const char *name, const char *title);
00038   virtual ~rarExp();
00039   
00040 protected:
00041   void init();
00042   
00043   RooAbsReal *_x; 
00044   RooAbsReal *_c; 
00045   
00046 private:
00047   rarExp(const rarExp&);
00048   ClassDef(rarExp, 0) // RooRarFit Exponential Pdf class
00049     ;
00050 };
00051 
00052 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7