1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef CondFormats_DataRecord_RPCInverseOMTFLinkMapRcd_h
#define CondFormats_DataRecord_RPCInverseOMTFLinkMapRcd_h
#include "FWCore/Utilities/interface/mplVector.h"
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "CondFormats/DataRecord/interface/RPCOMTFLinkMapRcd.h"
class RPCInverseOMTFLinkMapRcd
: public edm::eventsetup::DependentRecordImplementation<RPCInverseOMTFLinkMapRcd,
edm::mpl::Vector<RPCOMTFLinkMapRcd> > {};
#endif // CondFormats_DataRecord_RPCInverseOMTFLinkMapRcd_h
|