CMS 3D CMS Logo

L1TDTTFClient_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 l1tDttfClient = DQMEDHarvester("L1TDTTFClient",
5  l1tSourceFolder = cms.untracked.string('L1T/L1TDTTF'),
6  dttfSource = cms.InputTag("l1tDttf"),
7  online = cms.untracked.bool(True),
8  resetAfterLumi = cms.untracked.int32(3)
9 )
10 
11