CMS 3D CMS Logo

LASPeakFinder.h
Go to the documentation of this file.
1 
2 #ifndef __LASPEAKFINDER_H
3 #define __LASPEAKFINDER_H
4 
5 #include <utility>
6 #include <cmath>
7 #include <iostream>
8 
9 #include <TH1.h>
10 #include <TF1.h>
11 
13 
20 public:
21  LASPeakFinder();
22  bool FindPeakIn(const LASModuleProfile&, std::pair<double, double>&, TH1D*, const double);
23  void SetAmplitudeThreshold(double);
24 
25 private:
27 };
28 
29 #endif
bool FindPeakIn(const LASModuleProfile &, std::pair< double, double > &, TH1D *, const double)
double amplitudeThreshold
Definition: LASPeakFinder.h:26
void SetAmplitudeThreshold(double)