CMS 3D CMS Logo

L1TDTTPGClient_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 l1tDttpgClient = DQMEDHarvester("L1TDTTPGClient",
5  input_dir = cms.untracked.string('L1T/L1TDTTPG'),
6  prescaleLS = cms.untracked.int32(-1),
7  output_dir = cms.untracked.string('L1T/L1TDTTPG/Tests'),
8  prescaleEvt = cms.untracked.int32(500)
9 )
10 
11