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