AlcapDAQ  1
MaxBinCFAPGenerator.h
Go to the documentation of this file.
1 #ifndef MAXBINCFAPGENERATOR_H__
2 #define MAXBINCFAPGENERATOR_H__
3 
4 #include "TSetupData.h"
6 
7 
9 
10  private:
11  double fFraction; // Fraction of height to get time from
12 
13  public:
14  MaxBinCFAPGenerator(double fraction = 0.5);
15 
16  virtual void ProcessPulses(const TSetupData*, const PulseIslandList_t&, AnalysedPulseList_t&);
17 
18 };
19 
20 #endif // MAXBINCFAPGENERATOR_H__