/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/L1TMonitorClient/python/L1TdeCSCTPGClient_cfi.py
13 строк
438 B
Sven Dildick
Do not analyze Run-3 properties in Run-1 and Run-2 eras
02 июн 2021, 19:48
02 июн 2021, 19:48
bedee53
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDHarvester import DQMEDHarvester from DQM.L1TMonitor.L1TdeCSCTPG_cfi import l1tdeCSCTPGCommon l1tdeCSCTPGClient = DQMEDHarvester( "L1TdeCSCTPGClient", l1tdeCSCTPGCommon ) # enable comparisons for Run-3 data members from Configuration.Eras.Modifier_run3_common_cff import run3_common run3_common.toModify( l1tdeCSCTPGClient, isRun3 = True)