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