CMS 3D CMS Logo

L1TdeGEMTPGClient_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.L1TdeGEMTPG_cfi import l1tdeGEMTPGCommon
4 
5 l1tdeGEMTPGClient = DQMEDHarvester(
6  "L1TdeGEMTPGClient",
7  l1tdeGEMTPGCommon
8 )