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
|
#ifndef DataRecord_RPCDQMObjectRcd_h
#define DataRecord_RPCDQMObjectRcd_h
// -*- C++ -*-
//
// Package: DataRecord
// Class : RPCDQMObjectRcd
//
/**\class RPCDQMObjectRcd RPCDQMObjectRcd.h CondFormats/DataRecord/interface/RPCDQMObjectRcd.h
Description: [one line class summary]
Usage:
<usage>
*/
//
// Author:
// Created: Mon Feb 7 17:00:06 CET 2011
// $Id: RPCDQMObjectRcd.h,v 1.1 2011/02/07 16:41:23 tjkim Exp $
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class RPCDQMObjectRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCDQMObjectRcd> {};
#endif
|