CMS 3D CMS Logo

CSCPeakBinOfStripPulse.h

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:43:49 2009 for CMSSW by  doxygen 1.5.4