JG ROOT Tools libraries  version 5.0 - august 2014
RGuiFitPeak.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RGuiFitPeak.hh
3  *
4  * Include file for class RGuiFitPeak
5  */
6 //======================================================================
7 
8 #ifndef RGUI_FIT_PEAK_HH
9 #define RGUI_FIT_PEAK_HH
10 
11 #include "RGFitPeak.hh"
12 
13 //======================================================================
14 /*! \class RGuiFitPeak
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 RGuiFitPeak : public RGFitPeak
21 {
22  //------------------------------------------------------------
23  /*! \object_doc{RGuiFitPeak} */
25  //------------------------------------------------------------
26 
27  protected:
28 
29  //------------------------------------------------------------
30  // Constructors / affectation / destructor
31  public:
32  RGuiFitPeak ( const TGWindow * parent, TH1 *hptr, TH1 * herr = NULL );
33  RGuiFitPeak ( const TGWindow * parent, TH1 *hptr, const RFitDataPeak & fit_data );
34  RGuiFitPeak ( const TGWindow * parent, TH1 *hptr, const Double_t x1, const Double_t x2 );
35  RGuiFitPeak ( const TGWindow * parent, TH1 *hptr, TH1 * herr, const RFitDataPeak & fit_data );
36  RGuiFitPeak ( const TGWindow * parent, TH1 *hptr, TH1 * herr, const Double_t x1, const Double_t x2 );
37 
38  protected:
39  RGuiFitPeak ( const RGuiFitPeak & original );
40 
41  public:
42  virtual ~RGuiFitPeak ( );
43 
44  //------------------------------------------------------------
45  /*! For ROOT dictionary.*/
46  public:
48 };
49 
50 //======================================================================
51 #endif
GObject(RGuiFitPeak)
Definition: RFitDataPeak.hh:28
Definition: RGFitPeak.hh:50
RGuiFitPeak(const TGWindow *parent, TH1 *hptr, TH1 *herr=NULL)
Definition: RGuiFitPeak.cpp:20
ClassDef(RGuiFitPeak, 0)
Definition: RGuiFitPeak.hh:20
virtual ~RGuiFitPeak()
Definition: RGuiFitPeak.cpp:102