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