/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/L1TUtmAlgorithmRcd.h
19 строк
802 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
// L1TUtmAlgorithmRcd // Description: Record for L1TUtmAlgorithm // // automatically generate by make_records.pl // #ifndef CondFormatsDataRecord_L1TUtmAlgorithm_h #define CondFormatsDataRecord_L1TUtmAlgorithm_h #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" class L1TUtmAlgorithmRcd : public edm::eventsetup::EventSetupRecordImplementation<L1TUtmAlgorithmRcd> {}; // Dependent record implmentation: //#include "FWCore/Framework/interface/DependentRecordImplementation.h" //#include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h" //#include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h" //class L1TUtmAlgorithmRcd : public edm::eventsetup::DependentRecordImplementation<L1TUtmAlgorithmRcd, edm::mpl::Vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {}; #endif