#ifndef HSAVITZKYGOLAY_H
#define HSAVITZKYGOLAY_H

#include "TObject.h"
#include "hrtmatrix.h"
#include "TMatrix.h"

class HSavitzkyGolay : public TObject {
public:
  HSavitzkyGolay(void);
  ~HSavitzkyGolay(void);
  void calcCoefficients(HRtVector &out,Int_t nl,Int_t nr,Int_t ld,Int_t m);
protected:
public:
  ClassDef(HSavitzkyGolay,1)
};


#endif

Last change: Sat May 22 13:13:06 2010
Last generated: 2010-05-22 13:13

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.