CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
l1ExtraRecoDQM_cfi Namespace Reference

Variables

tuple l1ExtraRecoDQM
 

Variable Documentation

tuple l1ExtraRecoDQM_cfi.l1ExtraRecoDQM
Initial value:
1 = cms.EDAnalyzer("L1ExtraRecoDQM",
2 
3  # L1Extra input tags
4  L1ExtraInputTagSet,
5  # reconstructed objects: collections, input tags defined as for L1Extra in a cff file
6  # to be able include exactly the same objects for Validation/L1Trigger FIXME
7  #
8  DQMStore = cms.untracked.bool(True),
9  DirName=cms.untracked.string("L1T/L1ExtraReco"),
10  disableROOToutput = cms.untracked.bool(True),
11  verbose = cms.untracked.bool(False),
12  #
13  #
14  # number of BxInEvent for GCT and GMT
15  # 0 - zero BxInEvent
16  # 1 - central BxInEvent, (BX 0 - bunch cross with L1A)
17  # 3 - (-1, 0, +1)
18  # 5 - (-2, -1, 0, +1, 2)
19  # -1 - take it from event setup FIXME NOT IMPLEMENTED YET
20  NrBxInEventGmt = cms.int32(5),
21  NrBxInEventGct = cms.int32(5)
22 
23 )

Definition at line 10 of file l1ExtraRecoDQM_cfi.py.