![]() |
|
|||
File indexing completed on 2023-03-17 10:55:33
0001 import FWCore.ParameterSet.Config as cms 0002 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester 0003 from DQM.L1TMonitor.L1TdeCSCTPG_cfi import l1tdeCSCTPGCommon 0004 0005 l1tdeCSCTPGClient = DQMEDHarvester( 0006 "L1TdeCSCTPGClient", 0007 l1tdeCSCTPGCommon 0008 ) 0009 0010 # enable comparisons for Run-3 data members 0011 from Configuration.Eras.Modifier_run3_common_cff import run3_common 0012 run3_common.toModify( l1tdeCSCTPGClient, 0013 isRun3 = True)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |