36 CRes(Double_t m0, Double_t G0, Double_t m1, Double_t m2, Double_t Amp = 1.0, Double_t Ph = 0., Int_t J = 0);
38 void Set(Double_t m0, Double_t G0, Double_t m1, Double_t m2, Double_t Amp = 1.0, Double_t Ph = 0., Int_t J = 0);
40 Double_t
GetM0() {
return fm0; }
41 Double_t
GetG0() {
return fG0; }
43 Double_t
GetPh() {
return fPh; }
44 Int_t
GetJ() {
return fJ; }
46 Double_t
GetQ0() {
return fq0; }
51 void SetM0(Double_t m0) { fm0 = m0; }
52 void SetG0(Double_t G0) { fG0 = G0; }
53 void SetAmp(Double_t Amp) { fAmp = Amp; }
54 void SetPh(Double_t Ph) { fPh = Ph; }
55 void SetJ(Int_t J) { fJ = J; }
57 TComplex
GetCoeff() {
return TComplex(fAmp, fPh,
true); }
63 TComplex
GetCache(Int_t i) {
return TComplex(fCacheRe[i], fCacheIm[i]); }
void SetAmp(Double_t Amp)
void SetCacheValid(Bool_t v)
void Set(Double_t m0, Double_t G0, Double_t m1, Double_t m2, Double_t Amp=1.0, Double_t Ph=0., Int_t J=0)
void SetCacheLen(Int_t n)
TComplex GetCache(Int_t i)
void SetCache(Int_t i, TComplex c)