FairRoot/PandaRoot
PndEmcPSAFPGAMLinFitter.h
Go to the documentation of this file.
1 #ifndef PNDEMCFPGAMLINFITTER_HH
2 #define PNDEMCFPGAMLINFITTER_HH
3 
5 
7  public:
10  void set(int newBufferSize);
11  void putPoint(double ix,double iy);
12  void fit();
13  double offset();
14  double slope();
15  double average();
16  private:
21  double x;
22  double xx;
23  double xy;
24  double y;
25  double a,k;
26  int Np;
27 };
28 
29 #endif
void set(int newBufferSize)
void putPoint(double ix, double iy)