#include <CRes.h>
|
| CRes () |
|
| 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) |
|
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) |
|
Double_t | GetM0 () |
|
Double_t | GetG0 () |
|
Double_t | GetAmp () |
|
Double_t | GetPh () |
|
Int_t | GetJ () |
|
Double_t | GetQ0 () |
|
Bool_t | GetState () |
|
void | SetState (Bool_t st) |
|
void | SetM0 (Double_t m0) |
|
void | SetG0 (Double_t G0) |
|
void | SetAmp (Double_t Amp) |
|
void | SetPh (Double_t Ph) |
|
void | SetJ (Int_t J) |
|
TComplex | GetCoeff () |
|
void | SetCacheLen (Int_t n) |
|
Int_t | GetCacheLen () |
|
void | SetCache (Int_t i, TComplex c) |
|
TComplex | GetCache (Int_t i) |
|
Bool_t | IsCacheValid () |
|
void | SetCacheValid (Bool_t v) |
|
Definition at line 21 of file CRes.h.
◆ CRes() [1/2]
◆ CRes() [2/2]
CRes::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 |
|
) |
| |
◆ GetAmp()
Double_t CRes::GetAmp |
( |
| ) |
|
|
inline |
◆ GetCache()
TComplex CRes::GetCache |
( |
Int_t |
i | ) |
|
|
inline |
Definition at line 51 of file CRes.h.
51 {
return TComplex(fCacheRe[
i], fCacheIm[i]); }
◆ GetCacheLen()
Int_t CRes::GetCacheLen |
( |
| ) |
|
|
inline |
◆ GetCoeff()
TComplex CRes::GetCoeff |
( |
| ) |
|
|
inline |
◆ GetG0()
◆ GetJ()
◆ GetM0()
◆ GetPh()
◆ GetQ0()
◆ GetState()
Bool_t CRes::GetState |
( |
| ) |
|
|
inline |
◆ IsCacheValid()
Bool_t CRes::IsCacheValid |
( |
| ) |
|
|
inline |
Definition at line 53 of file CRes.h.
53 {
return fCacheValid; }
◆ Set()
void CRes::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 |
|
) |
| |
◆ SetAmp()
void CRes::SetAmp |
( |
Double_t |
Amp | ) |
|
|
inline |
◆ SetCache()
void CRes::SetCache |
( |
Int_t |
i, |
|
|
TComplex |
c |
|
) |
| |
◆ SetCacheLen()
void CRes::SetCacheLen |
( |
Int_t |
n | ) |
|
◆ SetCacheValid()
void CRes::SetCacheValid |
( |
Bool_t |
v | ) |
|
|
inline |
Definition at line 54 of file CRes.h.
References v.
◆ SetG0()
void CRes::SetG0 |
( |
Double_t |
G0 | ) |
|
|
inline |
◆ SetJ()
void CRes::SetJ |
( |
Int_t |
J | ) |
|
|
inline |
◆ SetM0()
void CRes::SetM0 |
( |
Double_t |
m0 | ) |
|
|
inline |
◆ SetPh()
void CRes::SetPh |
( |
Double_t |
Ph | ) |
|
|
inline |
◆ SetState()
void CRes::SetState |
( |
Bool_t |
st | ) |
|
|
inline |
The documentation for this class was generated from the following file: