/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt
39 строк
1 KB
Ulascan Sarica
Major revision to HIPAlignmentAlgorithm after surface deformations and flag fixes
06 июл 2017, 14:40
06 июл 2017, 14:40
a9483c1
Код
Авторство
О чём код?
# "including" common configuration <COMMON> #process.source = cms.Source("EmptySource") process.source = cms.Source("EmptySource", firstRun = cms.untracked.uint32(<iovrun>)) process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1) ) process.PoolDBOutputService = cms.Service("PoolDBOutputService", CondDB, timetype = cms.untracked.string('runnumber'), toPut = cms.VPSet( cms.PSet( record = cms.string('TrackerAlignmentRcd'), tag = cms.string('Alignments') ), cms.PSet( record = cms.string('TrackerAlignmentErrorExtendedRcd'), tag = cms.string('AlignmentErrorsExtended') ), cms.PSet( record = cms.string('TrackerSurfaceDeformationRcd'), tag = cms.string('Deformations') ), ) ) process.PoolDBOutputService.connect ='sqlite_file:<PATH>/alignments.db' process.AlignmentProducer.algoConfig.outpath = '<PATH>/' process.AlignmentProducer.saveToDB = True process.AlignmentProducer.saveDeformationsToDB = SurfDefFlag process.AlignmentProducer.checkDbAlignmentValidity= False process.AlignmentProducer.RunRangeSelection = [ cms.PSet(RunRanges = cms.vstring( '<iovrun>' ) ) ]