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
|
#ifndef CondFormats_DataRecord_GEMELMapRcd_h
#define CondFormats_DataRecord_GEMELMapRcd_h
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : GEMELMapRcd
//
/**\class GEMELMapRcd GEMELMapRcd.h CondFormats/DataRecord/interface/GEMELMapRcd.h
Description: [one line class summary]
Usage:
<usage>
*/
//
// Author: Simranjit Singh Chhibra
// Created: Sun, 06 Nov 2016 22:44:57 GMT
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class GEMELMapRcd : public edm::eventsetup::EventSetupRecordImplementation<GEMELMapRcd> {};
#endif
|