/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/HIPAlignmentAlgorithm/test/upload.tpl
26 строк
622 B
Alexey
APE66 migration: alignment and RECO parts of the code
04 фев 2015, 14:53
04 фев 2015, 14:53
e5e6984
Код
Авторство
О чём код?
process Alignment = { include "../home<PATH>/common.cff" source = EmptySource {} untracked PSet maxEvents = { untracked int32 input = 1 } replace HIPAlignmentAlgorithm.outpath = "<PATH>/" replace AlignmentProducer.saveToDB = true service = PoolDBOutputService { using CondDBSetup string connect = "sqlite_file:<PATH>/alignments.db" untracked string timetype = "runnumber" VPSet toPut = { { string record = "TrackerAlignmentRcd" string tag = "Alignments" }, { string record = "TrackerAlignmentErrorExtendedRcd" string tag = "AlignmentErrorsExtended" } } } }