CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1ExtraDQM_cfi.py
Go to the documentation of this file.
2 
3 # L1Extra DQM
4 #
5 # V.M. Ghete 2010-02-27
6 
8 
9 
10 l1ExtraDQM = cms.EDAnalyzer("L1ExtraDQM",
11 
12  # L1Extra input tags
13  L1ExtraInputTagSet,
14  #
15  L1ExtraIsoTauJetSource_ = cms.InputTag("fake"),
16  DQMStore = cms.untracked.bool(True),
17  #DirName=cms.untracked.string("L1T/L1Extra"),
18  DirName=cms.string("L1T/L1Extra"),
19  disableROOToutput = cms.untracked.bool(True),
20  verbose = cms.untracked.bool(False),
21  #stage1_layer2_ = cms.untracked.bool(False),
22  stage1_layer2_ = cms.bool(False),
23  #
24  #
25  # number of BxInEvent for GCT and GMT
26  # 0 - zero BxInEvent
27  # 1 - central BxInEvent, (BX 0 - bunch cross with L1A)
28  # 3 - (-1, 0, +1)
29  # 5 - (-2, -1, 0, +1, 2)
30  # -1 - take it from event setup FIXME NOT IMPLEMENTED YET
31  NrBxInEventGmt = cms.int32(5),
32  NrBxInEventGct = cms.int32(5)
33 
34 )
35