/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Fireworks/Geometry/interface/FWRecoGeometryRecord.h
15 строк
639 B
Massimo Casarsa
Fixed code formatting
02 фев 2023, 19:33
02 фев 2023, 19:33
551b3c7
Код
Авторство
О чём код?
#ifndef GEOMETRY_FWRECO_GEOMETRY_RECORD_H #define GEOMETRY_FWRECO_GEOMETRY_RECORD_H #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/GlobalTrackingGeometryRecord.h" #include "Geometry/Records/interface/CaloGeometryRecord.h" #include "Geometry/Records/interface/MTDDigiGeometryRecord.h" class FWRecoGeometryRecord : public edm::eventsetup::DependentRecordImplementation< FWRecoGeometryRecord, edm::mpl::Vector<MuonGeometryRecord, GlobalTrackingGeometryRecord, MTDDigiGeometryRecord, CaloGeometryRecord> > { }; #endif // GEOMETRY_FWRECO_GEOMETRY_RECORD_H