rarLass.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: rarLass.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 
00011 #ifndef RAR_KMATRIXLASS
00012 #define RAR_KMATRIXLASS
00013 
00014 #include "TList.h"
00015 #include "TString.h"
00016 #include "TObject.h"
00017 
00018 #include "RooRarFit/rarBasePdf.hh"
00019 
00024 class rarLass : public rarBasePdf {
00025   
00026 public:
00027   rarLass();
00028   rarLass(const char *configFile,
00029             const char *configSec, const char *configStr,
00030             rarDatasets *theDatasets, RooDataSet *theData,
00031             const char *name, const char *title);
00032   virtual ~rarLass();
00033   
00034 protected:
00035   void init();
00036   
00037   RooAbsReal *_x; 
00038   RooAbsReal *_mean;       
00039   RooAbsReal *_width;      
00040   RooAbsReal *_effRange;   
00041   RooAbsReal *_scatlen;    
00042   RooAbsReal *_turnOffVal; 
00043   
00044 private:
00045   rarLass(const rarLass&);
00046   ClassDef(rarLass, 0) // RooRarFit User-defined Pdf class
00047     ;
00048 };
00049 
00050 #endif

Generated on 30 Oct 2013 for RooRarFit by  doxygen 1.4.7