rarNovosibirsk.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: rarNovosibirsk.rdl,v 1.4 2011/06/16 13:18:50 fwilson Exp $
00005  * Authors: Karsten Koeneke, Lei Zhang
00006  * History:
00007  *
00008  * Copyright (C) 2005-2012, Massachusetts Institute of Technology, Cambridge
00009  *  and          2005 University of California, Riverside
00010  *****************************************************************************/
00011 #ifndef RAR_NOVOSIBIRSK
00012 #define RAR_NOVOSIBIRSK
00013 
00014 #include "TList.h"
00015 #include "TString.h"
00016 #include "TObject.h"
00017 
00018 #include "RooRarFit/rarBasePdf.hh"
00019 
00036 class rarNovosibirsk : public rarBasePdf {
00037   
00038 public:
00039   rarNovosibirsk();
00040   rarNovosibirsk(const char *configFile, const char *configSec, const char *configStr,
00041                  rarDatasets *theDatasets, RooDataSet *theData,
00042                  const char *name, const char *title);
00043   virtual ~rarNovosibirsk();
00044   
00045 protected:
00046   void init();
00047   
00048   RooAbsReal *_x;     
00049   RooAbsReal *_peak;  
00050   RooAbsReal *_width; 
00051   RooAbsReal *_tail;  
00052   
00053 private:
00054   rarNovosibirsk(const rarNovosibirsk&);
00055   ClassDef(rarNovosibirsk, 0) // RooRarFit Novosibirsk Pdf class
00056     ;
00057 };
00058 
00059 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7