CMS 3D CMS Logo

L1TdeCSCTPGClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 from DQM.L1TMonitor.L1TdeCSCTPG_cfi import l1tdeCSCTPGCommon
4 
5 l1tdeCSCTPGClient = DQMEDHarvester(
6  "L1TdeCSCTPGClient",
7  l1tdeCSCTPGCommon
8 )
9 
10 # enable comparisons for Run-3 data members
11 from Configuration.Eras.Modifier_run3_common_cff import run3_common
12 run3_common.toModify( l1tdeCSCTPGClient,
13  isRun3 = True)