|
||||
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_
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |