CMS 3D CMS Logo

Variables

AlCaRecoTriggerBitsRcdUpdate_cfi Namespace Reference

Variables

tuple AlCaRecoTriggerBitsRcdUpdate

Variable Documentation

Initial value:
00001 cms.EDAnalyzer(
00002     "AlCaRecoTriggerBitsRcdUpdate",
00003     
00004     firstRunIOV = cms.uint32(1),
00005     lastRunIOV = cms.int32(-1), # -1 means infinity (must be -1 if appending to existing tag)
00006 
00007     # Start with empty list, not looking into DB:
00008     startEmpty = cms.bool(True),
00009     # If (startEmpty==False) take AlCaRecoTriggerBitsRcd from EventSetup and remove the
00010     # following keys entries:
00011     listNamesRemove = cms.vstring(),
00012    
00013     # New triggerLists to add
00014     # (for updating them first remove with 'listNamesRemove'):
00015     triggerListsAdd = cms.VPSet(
00016       cms.PSet(listName = cms.string('TkAlZMuMu'),
00017                hltPaths = cms.vstring('path_2')
00018                ),
00019       cms.PSet(listName = cms.string('TkAlMinBias'),
00020                hltPaths = cms.vstring('path_1', 'path_3')
00021                )
00022       )
00023 
00024     )

Definition at line 4 of file AlCaRecoTriggerBitsRcdUpdate_cfi.py.