PandaRoot
PndEmcPSAFPGAIntegratingAnalyser.h
Go to the documentation of this file.
1 #ifndef PNDEMCFPGAINTEGRATINGANALYSER_HH
2 #define PNDEMCFPGAINTEGRATINGANALYSER_HH
3 
5 #include <string>
6 
11 
12 #define MAX_NUMBER_OF_HITS 100
13 
15 
16  public:
18  PndEmcPSAFPGAIntegratingAnalyser(const std::string &fname);
20 
21  virtual float baseline() { return baseline_value; };
22  virtual void reset();
23  virtual void put(float valueToStore);
24 
26 };
27 
28 #endif
virtual void put(float valueToStore)
ClassDef(PndEmcPSAFPGAIntegratingAnalyser, 1)