/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/RPCInverseCPPFLinkMapRcd.h
13 строк
584 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef CondFormats_DataRecord_RPCInverseCPPFLinkMapRcd_h #define CondFormats_DataRecord_RPCInverseCPPFLinkMapRcd_h #include "FWCore/Utilities/interface/mplVector.h" #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "CondFormats/DataRecord/interface/RPCCPPFLinkMapRcd.h" class RPCInverseCPPFLinkMapRcd : public edm::eventsetup::DependentRecordImplementation<RPCInverseCPPFLinkMapRcd, edm::mpl::Vector<RPCCPPFLinkMapRcd> > {}; #endif // CondFormats_DataRecord_RPCInverseCPPFLinkMapRcd_h