1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#ifndef DataRecord_SiPixelGenErrorDBObjectRcd_h
#define DataRecord_SiPixelGenErrorDBObjectRcd_h
// -*- C++ -*-
//
// Package: DataRecord
// Class : SiPixelGenErrorDBObjectRcd
//
/**\class SiPixelGenErrorDBObjectRcd SiPixelGenErrorDBObjectRcd.h CondFormats/DataRecord/interface/SiPixelGenErrorDBObjectRcd.h
Description: <one line class summary>
Usage:
<usage>
*/
//
// Author:
// Created: Tue Nov 11 23:08:00 CET 2008
// $Id$
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class SiPixelGenErrorDBObjectRcd : public edm::eventsetup::EventSetupRecordImplementation<SiPixelGenErrorDBObjectRcd> {
};
#endif
|