/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ParameterSet/interface/validateTopLevelParameterSets.h
19 строк
820 B
W. David Dagenhart
Modify options setting concurrent lumis and IOVs
24 июн 2021, 00:36
24 июн 2021, 00:36
d844110
Код
Авторство
О чём код?
#ifndef FWCore_ParameterSet_validateTopLevelParameterSets_h #define FWCore_ParameterSet_validateTopLevelParameterSets_h namespace edm { class ParameterSet; class ParameterSetDescription; void validateTopLevelParameterSets(ParameterSet* processParameterSet); void fillOptionsDescription(ParameterSetDescription& description); void fillMaxEventsDescription(ParameterSetDescription& description); void fillMaxLuminosityBlocksDescription(ParameterSetDescription& description); void fillMaxSecondsUntilRampdownDescription(ParameterSetDescription& description); void dumpOptionsToLogFile(unsigned int nThreads, unsigned int nStreams, unsigned int nConcurrentLumis, unsigned int nConcurrentRuns); } // namespace edm #endif