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