CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BlobPedestals.h
Go to the documentation of this file.
1 #ifndef BLOBPEDESTALS_H
2 #define BLOBPEDESTALS_H
3 #include<vector>
4 class BlobPedestals {
5 public:
7  virtual ~BlobPedestals();
8  std::vector<unsigned int> m_pedestals;
9 };
10 #endif
std::vector< unsigned int > m_pedestals
Definition: BlobPedestals.h:8
virtual ~BlobPedestals()
Definition: BlobPedestals.cc:4