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