PandaRoot
BSEmcPSAFPGAPileUpDetection.h
Go to the documentation of this file.
1 #ifndef BSEMCPSAFPGAPILEUPDETECTION_HH
2 #define BSEMCPSAFPGAPILEUPDETECTION_HH
3 
4 #include "RtypesCore.h"
5 #include <vector>
7 
9  public:
12  void set(Double_t t_yscale, Double_t t_xoffset, Double_t t_yoffset);
13  void put(std::vector<BSEmcPSAFPGAPeakFeatures_t> &t_peaks) const;
14 
15  private:
16  Double_t fYscale = 0.;
17  Double_t fXoffset = 0.;
18  Double_t fYoffset = 0.;
19 
20 };
21 
22 #endif /*BSEMCPSAFPGAPILEUPDETECTION_HH*/
void put(std::vector< BSEmcPSAFPGAPeakFeatures_t > &t_peaks) const