FairRoot/PandaRoot
PndEmcPSAFPGAFilterDelay.h
Go to the documentation of this file.
1 #ifndef PNDEMCFPGAFILTERDELAY_HH
2 #define PNDEMCFPGAFILTERDELAY_HH
3 
4 #include <vector>
5 
7  public:
10  void set(unsigned int newBufferSize);
11  float put(float valueToStore);
12  void resetToZero();
13  private:
14  std::vector<float> buffer;
15  unsigned int bpointer;
16 
17 };
18 
19 #endif
void set(unsigned int newBufferSize)
float put(float valueToStore)