1 import FWCore.ParameterSet.Config
as cms
4 ALCARECORandomHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
6 eventSetupPathsKey=
'AlCaPCCRandom',
7 TriggerResultsTag = (
"TriggerResults",
"",
"HLT"),
13 from Calibration.LumiAlCaRecoProducers.alcaPCCIntegrator_cfi
import alcaPCCIntegrator
14 alcaPCCIntegratorRandom = alcaPCCIntegrator.clone()
15 alcaPCCIntegratorRandom.AlcaPCCIntegratorParameters.ProdInst =
"alcaPCCRandom" 19 seqALCARECOAlCaPCCRandom = cms.Sequence(ALCARECORandomHLT+alcaPCCIntegratorRandom)