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