CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LASPeakFinder.h
Go to the documentation of this file.
1 
2 #ifndef __LASPEAKFINDER_H
3 #define __LASPEAKFINDER_H
4 
5 
6 #include <utility>
7 #include <cmath>
8 #include <iostream>
9 
10 #include <TH1.h>
11 #include <TF1.h>
12 
14 
15 
22 
23  public:
24  LASPeakFinder();
25  bool FindPeakIn( const LASModuleProfile&, std::pair<double,double>&, TH1D*, const double );
26  void SetAmplitudeThreshold( double );
27 
28  private:
30 
31 };
32 
33 #endif
bool FindPeakIn(const LASModuleProfile &, std::pair< double, double > &, TH1D *, const double)
double amplitudeThreshold
Definition: LASPeakFinder.h:29
void SetAmplitudeThreshold(double)