/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/HLTObjects/test/testSerializationHLTObjects.cpp
11 строк
343 B
Silvio Donato
Revert "Adding infra. for L1T object scaling constants from DB"
10 дек 2020, 11:34
Не верифицирован
10 дек 2020, 11:34
04d8f20
Код
Авторство
О чём код?
#include "CondFormats/Serialization/interface/Test.h" #include "CondFormats/HLTObjects/src/headers.h" int main() { testSerialization<AlCaRecoTriggerBits>(); testSerialization<std::pair<const std::string, std::vector<unsigned int>>>(); //testSerialization<trigger::HLTPrescaleTableCond>(); never serialized in the old DB return 0; }