Warning, /Alignment/HIPAlignmentAlgorithm/test/collect.tpl is written in an unsupported language. File is not indexed.
0001 process Alignment =
0002 {
0003 include "../home<PATH>/common.cff"
0004
0005 source = EmptySource {}
0006
0007 untracked PSet maxEvents = { untracked int32 input = 1 }
0008
0009 replace HIPAlignmentAlgorithm.outpath = "<PATH>/main/" # must put backslash
0010 replace HIPAlignmentAlgorithm.collectorActive = true
0011 replace HIPAlignmentAlgorithm.collectorNJobs = <JOBS>
0012 replace HIPAlignmentAlgorithm.collectorPath = "<PATH>"
0013 replace HIPAlignmentAlgorithm.minimumNumberOfHits = 0
0014 replace HIPAlignmentAlgorithm.maxRelParameterError = 1e99
0015
0016 replace HIPAlignmentAlgorithm.surveyResiduals = {"Det"}
0017 replace AlignmentProducer.useSurvey = true
0018
0019 es_source survey = PoolDBESSource
0020 {
0021 using CondDBSetup
0022
0023 string connect = "sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/HIP/surveyObjects/measurementSurvey_207.db"
0024 string timetype = "runnumber"
0025
0026 VPSet toGet =
0027 {
0028 { string record = "TrackerSurveyRcd" string tag = "valueTag" },
0029 { string record = "TrackerSurveyErrorExtendedRcd" string tag = "errorTag" }
0030 }
0031 }
0032 }