]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCMonitorFFT.h
Constant extrapolation for gain calibration
[u/mrichter/AliRoot.git] / TPC / AliTPCMonitorFFT.h
index 12c9ca262438f2394d063f5051c33783ae8d93dc..860103698a2c1194f546e53f5036ef22bb64b041 100755 (executable)
@@ -8,16 +8,16 @@
 
 
 ////////////////////////////////////////////////////////////////////////
-//
-// AliTPCMonitorFFT class
-//
-// Wrapper class to perform Fast Fourier Transformations
-// Code based on Gnu Scientific Library 
-// See documentation of gsl for further details
-// 
-// Author: Stefan Kniege, IKF, Frankfurt
-//       
-//
+////
+//// AliTPCMonitorFFT class
+////
+//// Wrapper class to perform Fast Fourier Transformations
+//// Code based on Gnu Scientific Library 
+//// See documentation of gsl for further details
+//// 
+//// Author: Stefan Kniege, IKF, Frankfurt
+////       
+////
 /////////////////////////////////////////////////////////////////////////
 
 
@@ -39,8 +39,8 @@ class AliTPCMonitorFFT : public TNamed {
     Int_t     ComplexRadix2BackwardWrap( Double_t* data, Int_t stride, size_t n );  
     Int_t     ComplexRadix2InverseWrap(  Double_t* data, Int_t stride, size_t n ); 
     Int_t     ComplexRadix2TransformWrap(Double_t* data, Int_t stride, size_t n, Int_t sign ); 
-    Int_t     ComplexBitReverseOrderWrap(Double_t* data, Int_t stride, size_t n, Int_t logn); 
-    Int_t     FFTBinaryLogn(size_t n);
+    Int_t     ComplexBitReverseOrderWrap(Double_t* data, Int_t stride, size_t n, Int_t logn) const 
+    Int_t     FFTBinaryLogn(size_t n) const ;
 
  private: