Main Page
Namespaces
Classes
Package Documentation
CondFormats
Calibration
interface
BlobPedestals.h
Go to the documentation of this file.
1
#ifndef BLOBPEDESTALS_H
2
#define BLOBPEDESTALS_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include<vector>
6
class
BlobPedestals
{
7
public
:
8
BlobPedestals
();
9
virtual
~BlobPedestals
();
10
std::vector<unsigned int>
m_pedestals
;
11
12
COND_SERIALIZABLE
;
13
};
14
#endif
BlobPedestals::m_pedestals
std::vector< unsigned int > m_pedestals
Definition:
BlobPedestals.h:10
BlobPedestals::BlobPedestals
BlobPedestals()
Definition:
BlobPedestals.cc:2
BlobPedestals::~BlobPedestals
virtual ~BlobPedestals()
Definition:
BlobPedestals.cc:4
BlobPedestals
Definition:
BlobPedestals.h:6
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
Serializable.h
Generated for CMSSW Reference Manual by
1.8.11