PandaRoot
BSEmcPSAFPGAFilterDelay.h
Go to the documentation of this file.
1 #ifndef BSEMCPSAFPGAFILTERDELAY_HH
2 #define BSEMCPSAFPGAFILTERDELAY_HH
3 
4 #include <vector>
5 
6 #include "RtypesCore.h"
7 
9  public:
12  void set(UInt_t t_newBufferSize);
13  Float_t put(Float_t t_valueToStore);
14  void resetToZero();
15 
16  private:
17  std::vector<Float_t> fBuffer{};
18  UInt_t fBPointer{0};
19 };
20 
21 #endif /*BSEMCPSAFPGAFILTERDELAY_HH*/
Float_t put(Float_t t_valueToStore)