Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:07:57

0001 import FWCore.ParameterSet.Config as cms
0002 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
0003 from DQM.L1TMonitor.L1TdeGEMTPG_cfi import l1tdeGEMTPGCommon
0004 
0005 l1tdeGEMTPGClient = DQMEDHarvester(
0006     "L1TdeGEMTPGClient",
0007     l1tdeGEMTPGCommon
0008 )