ROOT logo
Swat » . » TSFunc

class TSFunc


Class to build the scale function from continuous
kernel.


Function Members (Methods)

Data Members

private:
TF1fIntegr
Int_tfJmaxNumber of scales
Int_tfLThis is the band limit

Class Charts

Inheritance Chart:
TSFunc

Function documentation

TSFunc(Int_t J)
 J: The number of scales that will be used to describe the signal.
vector<Double_t> GetSquaredAtScale(Int_t s)
 Returns a vector that contains the points
 of the squared scale function.

 s: Is the scale chosen, must be in the range
 0 <= s <= jmax
vector<Double_t> GetAtScale(Int_t s)