CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/Calibration/interface/BlobPedestals.h

Go to the documentation of this file.
00001 #ifndef BLOBPEDESTALS_H
00002 #define BLOBPEDESTALS_H
00003 #include<vector>
00004 class BlobPedestals {
00005 public:
00006   BlobPedestals();
00007   virtual ~BlobPedestals();
00008   std::vector<unsigned int>  m_pedestals;
00009 };
00010 #endif