CMS 3D CMS Logo

L1TFED_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 l1tfed = DQMEDAnalyzer('L1TFED',
5  verbose = cms.untracked.bool(False),
6  L1FEDS = cms.vint32(745,760,780,812,813),
7  rawTag = cms.InputTag( "source" ),
8  FEDDirName = cms.untracked.string("L1T/FEDIntegrity"),
9  stableROConfig = cms.untracked.bool(False)
10 )
11 
12