/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/DTMonitorModule/python/dtTriggerSynchTask_cfi.py
28 строк
1 KB
NiharSaha
Migration of input collection parameters to untracked for CTPPS and DTMonitorModule
31 июл 2022, 16:51
31 июл 2022, 16:51
ca9319b
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer dtTriggerSynchMonitor = DQMEDAnalyzer('DTLocalTriggerSynchTask', staticBooking = cms.untracked.bool(True), # labels of TM data and 4D segments TMInputTag = cms.untracked.InputTag('dttfDigis'), SEGInputTag = cms.untracked.InputTag('dt4DSegments'), bxTimeInterval = cms.double(25), rangeWithinBX = cms.bool(True), nBXHigh = cms.int32(0), nBXLow = cms.int32(1), angleRange = cms.double(30.), minHitsPhi = cms.int32(7), baseDir = cms.string('DT/90-LocalTriggerSynch/'), tTrigModeConfig = cms.PSet( vPropWire = cms.double(24.4), doTOFCorrection = cms.bool(False), tofCorrType = cms.int32(0), wirePropCorrType = cms.int32(0), doWirePropCorrection = cms.bool(False), doT0Correction = cms.bool(False), debug = cms.untracked.bool(False), tTrigLabel = cms.string(''), t0Label = cms.string('') ), tTrigMode = cms.string('DTTTrigSyncFromDB') )