00001 #ifndef CSCRecHitD_CSCPeakBinOfStripPulse_h 00002 #define CSCRecHitD_CSCPeakBinOfStripPulse_h 00003 00013 #include <FWCore/ParameterSet/interface/ParameterSet.h> 00014 00015 class CSCStripDigi; 00016 00017 class CSCPeakBinOfStripPulse 00018 { 00019 00020 public: 00021 00023 CSCPeakBinOfStripPulse(const edm::ParameterSet & ps); 00024 ~CSCPeakBinOfStripPulse(); 00025 00027 bool peakAboveBaseline( const CSCStripDigi& digi, float& hmax, int& tmax, float* height ) const; 00028 00030 float baseline( const CSCStripDigi& digi ) const; 00031 00032 private: 00033 00034 00035 }; 00036 00037 #endif 00038