1 import FWCore.ParameterSet.Config
as cms
4 AlCaRecoTriggerBitsRcdUpdate = cms.EDAnalyzer(
5 "AlCaRecoTriggerBitsRcdUpdate",
7 firstRunIOV = cms.uint32(1),
8 lastRunIOV = cms.int32(-1),
11 startEmpty = cms.bool(
True),
14 listNamesRemove = cms.vstring(),
18 triggerListsAdd = cms.VPSet(
19 cms.PSet(listName = cms.string(
'TkAlZMuMu'),
20 hltPaths = cms.vstring(
'path_2')
22 cms.PSet(listName = cms.string(
'TkAlMinBias'),
23 hltPaths = cms.vstring(
'path_1',
'path_3')
27 alcarecoToReplace = cms.VPSet(
28 cms.PSet(oldKey = cms.string(
'TkAlZMuMu'),
29 newKey = cms.string(
'testKey1')
31 cms.PSet(oldKey = cms.string(
'TkAlMinBias'),
32 newKey = cms.string(
'testKey2')