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