CMS 3D CMS Logo

L1TdeCSCTPGShowerClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 l1tdeCSCTPGShowerClient = DQMEDHarvester(
5  "L1TdeCSCTPGShowerClient",
6  monitorDir = cms.untracked.string("L1TEMU/L1TdeCSCTPGShower"),
7 )
8