/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/SiStripClusterizer/interface/SiStripClusterizerConditionsHostObject.h
13 строк
646 B
Pietro Grutta
Heterogeneous strip clusterizer and converter to legacy
13 янв 2026, 13:16
13 янв 2026, 13:16
1893a31
Код
Авторство
О чём код?
#ifndef RecoLocalTracker_SiStripClusterizer_interface_SiStripClusterizerConditionsHostObject_h #define RecoLocalTracker_SiStripClusterizer_interface_SiStripClusterizerConditionsHostObject_h #include "DataFormats/Portable/interface/PortableHostObject.h" #include "DataFormats/Portable/interface/PortableObject.h" #include "RecoLocalTracker/SiStripClusterizer/interface/SiStripClusterizerConditionsStruct.h" namespace sistrip { using SiStripClusterizerConditionsDetToFedsHostObject = PortableHostObject<DetToFeds>; using SiStripClusterizerConditionsGainNoiseCalsHostObject = PortableHostObject<GainNoiseCals>; } // namespace sistrip #endif