rarUniform.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: rarUniform.rdl,v 1.1 2011/08/26 17:54:19 fwilson Exp $
00005  * Authors: F. Wilson
00006  * History:
00007  *
00008  * Copyright (C) 2005-2012, RAL/STFC
00009  *****************************************************************************/
00010 #ifndef RAR_UNIFORM
00011 #define RAR_UNIFORM
00012 
00013 #include "TList.h"
00014 #include "TString.h"
00015 #include "TObject.h"
00016 
00017 #include "RooRarFit/rarBasePdf.hh"
00018 
00029 // \p obs is the list of observables.
00031 class rarUniform : public rarBasePdf {
00032   
00033 public:
00034   rarUniform();
00035   rarUniform(const char *configFile, const char *configSec, const char *configStr,
00036           rarDatasets *theDatasets, RooDataSet *theData,
00037           const char *name, const char *title);
00038   virtual ~rarUniform();
00039   
00040 protected:
00041   void init();
00042   
00043   RooAbsReal *_x; 
00044   
00045 private:
00046   rarUniform(const rarUniform&);
00047   ClassDef(rarUniform, 0) // RooRarFit Uniform Pdf class
00048     ;
00049 };
00050 
00051 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7