/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/GBRForestPlugins/src/plugins.cc
8 строк
383 B
Jonas Rembser
new CondFormats/GBRForest package
06 янв 2021, 01:31
06 янв 2021, 01:31
722fb6c
Код
Авторство
О чём код?
#include "CondCore/ESSources/interface/registration_macros.h" #include "CondFormats/GBRForest/interface/GBRForest.h" #include "CondFormats/GBRForest/interface/GBRForestD.h" #include "CondFormats/DataRecord/interface/GBRWrapperRcd.h" #include "CondFormats/DataRecord/interface/GBRDWrapperRcd.h" REGISTER_PLUGIN(GBRWrapperRcd, GBRForest); REGISTER_PLUGIN(GBRDWrapperRcd, GBRForestD);