1 import FWCore.ParameterSet.Config
as cms
4 ALCARECOZeroBiasFromRECOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5 HLTPaths = cms.vstring(
"*ZeroBias*"),
7 TriggerResultsTag = cms.InputTag(
"TriggerResults",
"",
"HLT"),
8 andOr = cms.bool(
True),
9 throw = cms.bool(
False)
12 from Calibration.LumiAlCaRecoProducers.alcaPCCProducer_cfi
import alcaPCCProducer
13 alcaPCCProducerZBFromRECO = alcaPCCProducer.clone()
14 alcaPCCProducerZBFromRECO.AlcaPCCProducerParameters.pixelClusterLabel = cms.InputTag(
"siPixelClusters")
15 alcaPCCProducerZBFromRECO.AlcaPCCProducerParameters.trigstring = cms.untracked.string(
"alcaPCCZeroBiasFromRECO")
19 seqALCARECOAlCaPCCZeroBiasFromRECO = cms.Sequence(ALCARECOZeroBiasFromRECOHLT + alcaPCCProducerZBFromRECO)