CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TDEMON_cfi.py
Go to the documentation of this file.
2 
3 l1demon = cms.EDAnalyzer("L1TDEMON",
4  HistFolder = cms.untracked.string('L1TEMU'),
5  HistFile = cms.untracked.string('l1demon.root'),
6  disableROOToutput = cms.untracked.bool(True),
7  DataEmulCompareSource = cms.InputTag("l1compare"),
8  DQMStore = cms.untracked.bool(True),
9  VerboseFlag = cms.untracked.int32(0),
10  RunInFilterFarm = cms.untracked.bool(False),
11  COMPARE_COLLS = cms.untracked.vuint32(
12  0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0
13  # ETP,HTP,RCT,GCT, DTP,DTF,CTP,CTF,RPC,LTC,GMT,GT
14  )
15 
16 )
17 
18