/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/SiPixelTransient/src/T_EventSetup_SiPixelTemplateStore.cc
19 строк
488 B
Christopher Jones
Moved creating SiPixelTemplateStore from DB to an ESProducer
13 авг 2023, 21:07
13 авг 2023, 21:07
880dadf
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: CondFormats/SiPixelTransient // Class : T_EventSetup_SiPixelTemplateStore // // Implementation: // [Notes on implementation] // // Original Author: Christopher Jones // Created: Tue, 08 Aug 2023 15:33:48 GMT // // system include files // user include files #include "CondFormats/SiPixelTransient/interface/SiPixelTemplate.h" #include "FWCore/Utilities/interface/typelookup.h" TYPELOOKUP_DATA_REG(std::vector<SiPixelTemplateStore>);