CMS 3D CMS Logo

TSinglePedEntry.h

Go to the documentation of this file.
00001 #ifndef TSinglePedEntry_h
00002 #define TSinglePedEntry_h
00003 
00013 class TSinglePedEntry
00014 {
00015   public:
00016   
00018     TSinglePedEntry () ;    
00020     TSinglePedEntry (const TSinglePedEntry & orig) ;     
00022     ~TSinglePedEntry () ;
00023   
00025     void insert (const int & pedestal) ;
00027     double average () const ;
00029     double RMS () const ;
00031     double RMSSq () const ;
00032 
00033   private:
00034 
00036     int m_pedestalSqSum ;
00038     int m_pedestalSum ;
00040     int m_entries ;
00041     
00042 } ;
00043 
00044 #endif

Generated on Tue Jun 9 17:25:18 2009 for CMSSW by  doxygen 1.5.4