/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/HcalQIEDataRcd.h
11 строк
623 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
// this file is generated automatically by /afs/fnal.gov/files/home/room1/ratnikov/bin/makeNewClass.sh // name: ratnikov, date: Tue Oct 18 19:00:40 CDT 2005 #ifndef HcalQIEDataRcd_H #define HcalQIEDataRcd_H #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/HcalRecNumberingRecord.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" class HcalQIEDataRcd : public edm::eventsetup::DependentRecordImplementation< HcalQIEDataRcd, edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {}; #endif