PandaRoot
BSEmcPSAFPGAPeakfinderTime.h
Go to the documentation of this file.
1 #ifndef BSEMCPSAFPGAPEAKFINDERTIME_HH
2 #define BSEMCPSAFPGAPEAKFINDERTIME_HH
3 
4 #include "RtypesCore.h"
5 #include <vector>
7 
9  public:
12  void set();
13  void put(const std::vector<Double_t> &t_samples, std::vector<BSEmcPSAFPGAPeakFeatures_t> &t_peaks) const;
14 
15  private:
16 };
17 
18 #endif /*BSEMCPSAFPGAPEAKFINDERTIME_HH*/
void put(const std::vector< Double_t > &t_samples, std::vector< BSEmcPSAFPGAPeakFeatures_t > &t_peaks) const