/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/PopCon/test/PopConExample1_template.cfg
50 строк
1 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
process ProcessOne = { service = MessageLogger { untracked vstring destinations = { "cout" } untracked PSet cout = { untracked string threshold = #"ERROR" # or switch to "INFO" } } //Subproject specific modules source = EmptyIOVSource { string timetype = "runnumber" uint64 firstValue = 1 uint64 lastValue = 1 uint64 interval = 1 } //PopCon config include "CondCore/DBCommon/data/CondDBCommon.cfi" // eg to write the objects in sqlite replace CondDBCommon.connect = "sqlite_file:pop_test.db" // Database output service service = PoolDBOutputService{ using CondDBCommon untracked string timetype="runnumber" VPSet toPut = { { string record = "CSCPedestalsRcd" string tag = "Example_tag" } } untracked string logconnect = "sqlite_file:log.db" } //Common parameters to all subprojects module Test1 = ExPopConAnalyzer { string record = "CSCPedestalsRcd" untracked bool loggingOn = True bool SinceAppendMode = true PSet Source = { untracked uint64 firstSince = xxx untracked uint64 number = yyy } } path p = {Test1} }