File indexing completed on 2024-04-06 12:02:03
0001 #ifndef CondFormats_DataRecord_RPCInverseOMTFLinkMapRcd_h
0002 #define CondFormats_DataRecord_RPCInverseOMTFLinkMapRcd_h
0003
0004 #include "FWCore/Utilities/interface/mplVector.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006
0007 #include "CondFormats/DataRecord/interface/RPCOMTFLinkMapRcd.h"
0008
0009 class RPCInverseOMTFLinkMapRcd
0010 : public edm::eventsetup::DependentRecordImplementation<RPCInverseOMTFLinkMapRcd,
0011 edm::mpl::Vector<RPCOMTFLinkMapRcd> > {};
0012
0013 #endif