FairRoot/PandaRoot
PndEmcPSAFPGAFilterLine.h
Go to the documentation of this file.
1 #ifndef PNDEMCFPGAFILTERLINE_HH
2 #define PNDEMCFPGAFILTERLINE_HH
3 
5  public:
8  virtual float put(float valueToAdd) = 0;
9 };
10 
11 #endif
virtual float put(float valueToAdd)=0