JG ROOT Tools libraries  version 5.0 - august 2014
RootFitGaus2D.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RootFitGaus2D.hh
3  *
4  * Include file for class RootFitGaus2D
5  */
6 //======================================================================
7 
8 #ifndef ROOT_FIT_GAUS_2D_HH
9 #define ROOT_FIT_GAUS_2D_HH
10 
11 #include "RFitGaus2D.hh"
12 
13 //======================================================================
14 /*! \class RootFitGaus2D
15  *
16  * This class is a copy of the base class, but it can be used directly
17  * in a ROOT session, while the base class cannot due to virtual
18  * inheritance.
19  */
20 class RootFitGaus2D : public RFitGaus2D
21 {
22  //------------------------------------------------------------
23  /*! \object_doc{RootFitGaus2D} */
25  //------------------------------------------------------------
26 
27  protected:
28 
29  //------------------------------------------------------------
30  // Constructors / affectation / destructor
31  public:
32  RootFitGaus2D ( TH2 *hptr, TH2 * herr = NULL );
33  RootFitGaus2D ( TH2 *hptr, const RFitDataGaus2D & fit_data );
34  RootFitGaus2D ( TH2 *hptr, TH2 * herr, const RFitDataGaus2D & fit_data );
35 
36  protected:
37  RootFitGaus2D ( const RootFitGaus2D & original );
38 
39  public:
40  virtual ~RootFitGaus2D ( );
41 
42  //------------------------------------------------------------
43  /*! For ROOT dictionary.*/
44  public:
46 };
47 
48 //======================================================================
49 #endif
virtual ~RootFitGaus2D()
Definition: RootFitGaus2D.cpp:53
RootFitGaus2D(TH2 *hptr, TH2 *herr=NULL)
Definition: RootFitGaus2D.cpp:18
Definition: RFitGaus2D.hh:109
ClassDef(RootFitGaus2D, 0)
Definition: RFitDataGaus2D.hh:30
Definition: RootFitGaus2D.hh:20
GObject(RootFitGaus2D)