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 )
L1TdeCSCTPG_cfi
DQMEDHarvester
Definition: DQMEDHarvester.py:1