/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMuon/Records/interface/MuonRecoGeometryRecord.h
21 строка
701 B
Christopher Jones
Switched to using edm::mpl::Vector for dependent Records
22 июл 2020, 20:39
22 июл 2020, 20:39
8600aac
Код
Авторство
О чём код?
#ifndef RecoMuon_Record_MuonRecoGeometryRecord_h #define RecoMuon_Record_MuonRecoGeometryRecord_h /** \class MuonRecoGeometryRecord * * Record to hold muon reconstruction geometries. * * \author N. Amapane - CERN */ #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/MuonGeometryRecord.h" #include "FWCore/Utilities/interface/mplVector.h" class MuonRecoGeometryRecord : public edm::eventsetup::DependentRecordImplementation<MuonRecoGeometryRecord, edm::mpl::Vector<MuonGeometryRecord> > {}; #endif