CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TDTTF_cfi.py
Go to the documentation of this file.
2 
3 l1tDttf = cms.EDAnalyzer("L1TDTTF",
4  verbose = cms.untracked.bool(False),
5  DQMStore = cms.untracked.bool(True),
6  l1tSystemFolder = cms.untracked.string('L1T/L1TDTTF'),
7  disableROOToutput = cms.untracked.bool(True),
8  online = cms.untracked.bool(True),
9  l1tInfoFolder = cms.untracked.string('L1T/EventInfo'),
10  dttpgSource = cms.InputTag("dttfDigis"),
11  gmtSource = cms.InputTag("gtDigis"),
12  MuonCollection = cms.InputTag("muons")
13 )
14 
15