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