Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:05

0001 #ifndef CalibCalorimetry_HcalAlgos_LowPassFilterTiming_h_
0002 #define CalibCalorimetry_HcalAlgos_LowPassFilterTiming_h_
0003 
0004 class LowPassFilterTiming {
0005 public:
0006   unsigned nParameters() const;
0007 
0008   double operator()(double currentIn, const double* params, unsigned nParams) const;
0009 };
0010 
0011 #endif  // CalibCalorimetry_HcalAlgos_LowPassFilterTiming_h_