1 import FWCore.ParameterSet.Config
as cms
3 ALCARECORandomHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5 eventSetupPathsKey=
'AlCaPCCRandom',
6 TriggerResultsTag = (
"TriggerResults",
"",
"HLT"),
11 from Calibration.LumiAlCaRecoProducers.alcaPCCIntegrator_cfi
import alcaPCCIntegrator
12 alcaPCCIntegratorRandom = alcaPCCIntegrator.clone()
13 alcaPCCIntegratorRandom.AlcaPCCIntegratorParameters.ProdInst =
"alcaPCCRandom" 17 seqALCARECOAlCaPCCRandom = cms.Sequence(ALCARECORandomHLT+alcaPCCIntegratorRandom)