CMS 3D CMS Logo

BlobPedestals.h
Go to the documentation of this file.
1 #ifndef BLOBPEDESTALS_H
2 #define BLOBPEDESTALS_H
4 
5 #include<vector>
6 class BlobPedestals {
7 public:
9  virtual ~BlobPedestals();
10  std::vector<unsigned int> m_pedestals;
11 
13 };
14 #endif
std::vector< unsigned int > m_pedestals
Definition: BlobPedestals.h:10
virtual ~BlobPedestals()
Definition: BlobPedestals.cc:4
#define COND_SERIALIZABLE
Definition: Serializable.h:38