9 #ifndef R_FIT_DATA_GAUS_2D_HH
10 #define R_FIT_DATA_GAUS_2D_HH
20 #define RGAUS2D_MAX_BG_PAR 3
23 #define RGAUS2D_BG_MAX 8
65 virtual Int_t
SaveFitData (
const string &fname )
const;
Int_t rel_ctr[5]
Array of relative centers identifiers.
Definition: RFitDataGaus2D.hh:45
Definition: RGFitGaus2D.hh:39
virtual Int_t SaveFitData(const string &fname) const
Definition: RFitDataGaus2D.cpp:92
#define RGAUS2D_MAX
Nombre maxi de pics.
Definition: RFitDataGaus2D.hh:17
UInt_t bg_type
Background type.
Definition: RFitDataGaus2D.hh:43
Definition: RFitGaus2D.hh:109
Int_t comp_number
Number of peaks.
Definition: RFitDataGaus2D.hh:42
virtual ~RFitDataGaus2D()
Definition: RFitDataGaus2D.cpp:74
Definition: RFitDataGaus2D.hh:30
virtual Int_t GetComponentNumber() const
Definition: RFitDataGaus2D.icc:9
Int_t rel_fact[5]
Array of relative constants (amplitude or integral) identifiers.
Definition: RFitDataGaus2D.hh:46
RFitDataGaus2D & operator=(const RFitDataGaus2D &original)
Definition: RFitDataGaus2D.cpp:54
virtual RFitDataGaus2D * ReadFitData(const string &fname)
Definition: RFitDataGaus2D.cpp:153
Int_t rel_sig[5]
Array of relative width (sigma) identifiers.
Definition: RFitDataGaus2D.hh:47
RFitDataGaus2D()
Definition: RFitDataGaus2D.cpp:16
ClassDef(RFitDataGaus2D, 0)
virtual Int_t GetBgType() const
Definition: RFitDataGaus2D.icc:13
Definition: RFitData2D.hh:22
virtual Int_t GetBgParNumber() const
Definition: RFitDataGaus2D.cpp:80
virtual Int_t LoadFitData(const string &fname)
Definition: RFitDataGaus2D.cpp:130