17 NcTransform(
const char* name=
"",
const char* title=
"");
20 virtual TObject*
Clone(
const char* name=
"")
const;
23 void Load(Int_t n,Double_t* re,Double_t* im=0,Float_t f=-1);
24 void Load(TArray* re,TArray* im=0,Float_t f=-1);
27 void Load(TH1* h,Float_t f=-1);
28 void Load(TGraph* gr,Float_t f=-1);
30 void Fourier(TString mode,TH1* hist=0,TString sel=
"none");
31 void Hartley(Int_t mode,TH1* hist=0,TString sel=
"none");
32 void Cosine(Int_t type,TH1* hist=0,TString sel=
"none");
33 void Sine(Int_t type,TH1* hist=0,TString sel=
"none");
35 TArrayD
GetData(TString mode)
const;