rarKeys.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: rarKeys.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_KEYS
00011 #define RAR_KEYS
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00045 class rarKeys : public rarBasePdf {
00046   
00047 public:
00048   rarKeys();
00049   rarKeys(const char *configFile, const char *configSec, const char *configStr,
00050           rarDatasets *theDatasets, RooDataSet *theData,
00051           const char *name, const char *title);
00052   virtual ~rarKeys();
00053   
00054   void setFitData(RooDataSet *theData=0);
00055   
00056 protected:
00057   void init();
00058   
00059   RooAbsReal *_x; 
00060   RooAbsReal *_y; 
00061   Double_t _rho; 
00062   TString _keysOption; 
00063   
00064 private:
00065   rarKeys(const rarKeys&);
00066   ClassDef(rarKeys, 0) // RooRarFit 1D/2D Keys Pdf class
00067     ;
00068 };
00069 
00070 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7