CMS 3D CMS Logo

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

Variables

tuple AlCaRecoTriggerBitsRcdUpdate
 

Variable Documentation

tuple AlCaRecoTriggerBitsRcdUpdate_cfi.AlCaRecoTriggerBitsRcdUpdate
Initial value:
1 = cms.EDAnalyzer(
2  "AlCaRecoTriggerBitsRcdUpdate",
3 
4  firstRunIOV = cms.uint32(1),
5  lastRunIOV = cms.int32(-1), # -1 means infinity (must be -1 if appending to existing tag)
6 
7  # Start with empty list, not looking into DB:
8  startEmpty = cms.bool(True),
9  # If (startEmpty==False) take AlCaRecoTriggerBitsRcd from EventSetup and remove the
10  # following keys entries:
11  listNamesRemove = cms.vstring(),
12 
13  # New triggerLists to add
14  # (for updating them first remove with 'listNamesRemove'):
15  triggerListsAdd = cms.VPSet(
16  cms.PSet(listName = cms.string('TkAlZMuMu'),
17  hltPaths = cms.vstring('path_2')
18  ),
19  cms.PSet(listName = cms.string('TkAlMinBias'),
20  hltPaths = cms.vstring('path_1', 'path_3')
21  )
22  )
23 
24  )

Definition at line 4 of file AlCaRecoTriggerBitsRcdUpdate_cfi.py.