PandaRoot
BSEmcPSAFPGABaselineFinder.h
Go to the documentation of this file.
1 #ifndef BSEMCPSAFPGABASELINEFINDER_HH
2 #define BSEMCPSAFPGABASELINEFINDER_HH
3 
4 #include "RtypesCore.h"
5 #include <vector>
6 
8  public:
11  void set(Int_t t_newBufferSize);
12  Double_t put(const std::vector<Double_t> &t_samples) const;
13 
14  private:
15  Int_t fAverageLength = 0;
16 };
17 
18 #endif /*BSEMCPSAFPGABASELINEFINDER_HH*/
Double_t put(const std::vector< Double_t > &t_samples) const