1 import FWCore.ParameterSet.Config
as cms
4 ALCARECORandomHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5 HLTPaths = cms.vstring(
"AlCa_LumiPixelsCounts_Random_v*"),
7 TriggerResultsTag = cms.InputTag(
"TriggerResults",
"",
"HLT"),
8 andOr = cms.bool(
True),
9 throw = cms.bool(
False)
13 from Calibration.LumiAlCaRecoProducers.alcaPCCIntegrator_cfi
import alcaPCCIntegrator
14 alcaPCCIntegratorRandom = alcaPCCIntegrator.clone()
15 alcaPCCIntegratorRandom.AlcaPCCIntegratorParameters.ProdInst =
"alcaPCCRandom" 19 seqALCARECOAlCaPCCRandom = cms.Sequence(ALCARECORandomHLT+alcaPCCIntegratorRandom)