/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/HcalLutMetadataRcd.h
29 строк
829 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef DataRecord_HcalLutMetadataRcd_h #define DataRecord_HcalLutMetadataRcd_h // -*- C++ -*- // // Package: DataRecord // Class : HcalLutMetadataRcd // /**\class HcalLutMetadataRcd HcalLutMetadataRcd.h CondFormats/DataRecord/interface/HcalLutMetadataRcd.h Description: <one line class summary> Usage: <usage> */ // // Author: // Created: Sat Mar 1 15:49:28 CET 2008 // #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/HcalRecNumberingRecord.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" class HcalLutMetadataRcd : public edm::eventsetup::DependentRecordImplementation< HcalLutMetadataRcd, edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {}; #endif