CMS 3D CMS Logo

Variables

l1ExtraRecoDQM_cfi Namespace Reference

Variables

tuple L1ExtraRecoDQM

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("L1ExtraRecoDQM",
00002                             
00003     # L1Extra input tags
00004     L1ExtraInputTagSet,
00005     # reconstructed objects: collections, input tags defined as for L1Extra in a cff file
00006     # to be able include exactly the same objects for Validation/L1Trigger FIXME
00007     #
00008     DQMStore = cms.untracked.bool(True),
00009     DirName=cms.untracked.string("L1T/L1ExtraReco"),
00010     disableROOToutput = cms.untracked.bool(True),
00011     verbose = cms.untracked.bool(False),
00012     #
00013     #
00014     # number of BxInEvent for GCT and GMT  
00015     #  0 - zero BxInEvent 
00016     #  1 - central BxInEvent, (BX 0 - bunch cross with L1A)
00017     #  3 - (-1, 0, +1)
00018     #  5 - (-2, -1, 0, +1, 2)
00019     # -1 - take it from event setup FIXME NOT IMPLEMENTED YET
00020     NrBxInEventGmt = cms.int32(5),
00021     NrBxInEventGct = cms.int32(5)
00022     
00023 )

Definition at line 10 of file l1ExtraRecoDQM_cfi.py.