FitTH1F.hh

Go to the documentation of this file.
00001 
00007 #ifndef FITTH1F_h
00008 #define FITTH1F_h
00009 
00010 #include "TH1F.h"
00011 #include "TFitResultPtr.h"
00012 
00017 class FitTH1F : public TH1F{
00018 public:
00019   FitTH1F(const char *name,const char *title,Int_t nbins,Double_t xlow,Double_t xup);
00020   FitTH1F():TH1F(){}
00022   virtual ~FitTH1F(){}
00023   
00024   TFitResultPtr fitResult;
00025         
00026 };
00027 
00028 
00029 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 20 Jun 2014 for daqman by  doxygen 1.6.1