1 import FWCore.ParameterSet.Config
as cms
4 ALCARECORandomFromRECOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5 HLTPaths = cms.vstring(
"*Random*"),
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 alcaPCCProducerRandomFromRECO = alcaPCCProducer.clone()
14 alcaPCCProducerRandomFromRECO.AlcaPCCProducerParameters.pixelClusterLabel = cms.InputTag(
"siPixelClusters")
15 alcaPCCProducerRandomFromRECO.AlcaPCCProducerParameters.trigstring = cms.untracked.string(
"alcaPCCRandomFromRECO")
19 seqALCARECOAlCaPCCRandomFromRECO = cms.Sequence(ALCARECORandomFromRECOHLT + alcaPCCProducerRandomFromRECO)