00001 cms.EDAnalyzer(
00002 "AlCaRecoTriggerBitsRcdUpdate",
00003
00004 firstRunIOV = cms.uint32(1),
00005 lastRunIOV = cms.int32(-1),
00006
00007
00008 startEmpty = cms.bool(True),
00009
00010
00011 listNamesRemove = cms.vstring(),
00012
00013
00014
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 )