24 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);
26 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);
28 Double_t
GetM0() {
return fm0; }
29 Double_t
GetG0() {
return fG0; }
31 Double_t
GetPh() {
return fPh; }
32 Int_t
GetJ() {
return fJ; }
34 Double_t
GetQ0() {
return fq0; }
39 void SetM0(Double_t m0) { fm0 = m0; }
40 void SetG0(Double_t G0) { fG0 = G0; }
41 void SetAmp(Double_t Amp) { fAmp = Amp; }
42 void SetPh(Double_t Ph) { fPh = Ph; }
43 void SetJ(Int_t J) { fJ = J; }
45 TComplex
GetCoeff() {
return TComplex(fAmp, fPh,
true); }
51 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)