CMS 3D CMS Logo

CSCPedestals.h

Go to the documentation of this file.
00001 #ifndef CSCPedestals_h
00002 #define CSCPedestals_h
00003 
00004 #include "DataFormats/MuonDetId/interface/CSCDetId.h"
00005 #include <vector>
00006 #include <map>
00007 
00008 class CSCPedestals{
00009  public:
00010   CSCPedestals();
00011   ~CSCPedestals();
00012   
00013   struct Item{
00014     float ped;
00015     float rms;
00016   };
00017 
00018   const Item & item(const CSCDetId & cscId, int strip) const;
00019 
00020   typedef std::map< int,std::vector<Item> > PedestalMap;
00021   PedestalMap pedestals;
00022 };
00023 
00024 #endif

Generated on Tue Jun 9 17:26:24 2009 for CMSSW by  doxygen 1.5.4