CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TdeGCT_cfi.py
Go to the documentation of this file.
2 
3 l1TdeGCT = cms.EDAnalyzer("L1TdeGCT",
4  DataEmulCompareSource = cms.InputTag("l1compare"),
5  HistFolder = cms.untracked.string('L1TEMU/GCTexpert'),
6  HistFile = cms.untracked.string(''),
7  disableROOToutput = cms.untracked.bool(True),
8  DQMStore = cms.untracked.bool(True),
9  VerboseFlag = cms.untracked.int32(0)
10 )
11 
12