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

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7