/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/SimplifiedGeometryPropagator/interface/GeometryRecord.h
12 строк
543 B
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 22:41
Не верифицирован
27 фев 2024, 22:41
c0fad28
Код
Авторство
О чём код?
#ifndef FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h #define FastSimulation_SimplifiedGeometryPropagator_GeometryRecord_h #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "RecoTracker/Record/interface/TrackerRecoGeometryRecord.h" #include "FWCore/Utilities/interface/mplVector.h" class GeometryRecord : public edm::eventsetup::DependentRecordImplementation<GeometryRecord, edm::mpl::Vector<TrackerRecoGeometryRecord> > {}; #endif