/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/HIPAlignmentAlgorithm/test/collect.tpl
32 строки
1 KB
Alexey
missing parts
04 фев 2015, 14:53
04 фев 2015, 14:53
1fafeef
Код
Авторство
О чём код?
process Alignment = { include "../home<PATH>/common.cff" source = EmptySource {} untracked PSet maxEvents = { untracked int32 input = 1 } replace HIPAlignmentAlgorithm.outpath = "<PATH>/main/" # must put backslash replace HIPAlignmentAlgorithm.collectorActive = true replace HIPAlignmentAlgorithm.collectorNJobs = <JOBS> replace HIPAlignmentAlgorithm.collectorPath = "<PATH>" replace HIPAlignmentAlgorithm.minimumNumberOfHits = 0 replace HIPAlignmentAlgorithm.maxRelParameterError = 1e99 replace HIPAlignmentAlgorithm.surveyResiduals = {"Det"} replace AlignmentProducer.useSurvey = true es_source survey = PoolDBESSource { using CondDBSetup string connect = "sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/HIP/surveyObjects/measurementSurvey_207.db" string timetype = "runnumber" VPSet toGet = { { string record = "TrackerSurveyRcd" string tag = "valueTag" }, { string record = "TrackerSurveyErrorExtendedRcd" string tag = "errorTag" } } } }