/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/Records/interface/PixelCPEFastParamsRecord.h
27 строк
2 KB
Adriano Di Florio
Port the pixel local reconstruction to Alpaka
25 янв 2024, 18:47
Не верифицирован
25 янв 2024, 18:47
87aaae8
Код
Авторство
О чём код?
#ifndef RecoLocalTracker_Records_PixelCPEFastParamsRecord_h #define RecoLocalTracker_Records_PixelCPEFastParamsRecord_h #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" #include "FWCore/Framework/interface/DependentRecordImplementation.h" #include "Geometry/Records/interface/TrackerDigiGeometryRecord.h" #include "Geometry/Records/interface/IdealGeometryRecord.h" #include "Geometry/Records/interface/TrackerTopologyRcd.h" #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h" #include "CondFormats/DataRecord/interface/SiPixelLorentzAngleRcd.h" #include "CondFormats/DataRecord/interface/SiPixelGenErrorDBObjectRcd.h" #include "CalibTracker/Records/interface/SiPixelTemplateDBObjectESProducerRcd.h" #include "CalibTracker/Records/interface/SiPixel2DTemplateDBObjectESProducerRcd.h" #include "FWCore/Utilities/interface/mplVector.h" class PixelCPEFastParamsRecord : public edm::eventsetup::DependentRecordImplementation<PixelCPEFastParamsRecord, edm::mpl::Vector<TrackerDigiGeometryRecord, IdealMagneticFieldRecord, SiPixelLorentzAngleRcd, SiPixelGenErrorDBObjectRcd, SiPixelTemplateDBObjectESProducerRcd, SiPixel2DTemplateDBObjectESProducerRcd, TrackerTopologyRcd> > {}; #endif // RecoLocalTracker_Records_PixelCPEFastParamsRecord_h