CMS 3D CMS Logo

ALCARECOAlCaPCCRandom_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 ALCARECORandomHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
4  #HLTPaths = ["AlCa_LumiPixelsCounts_Random_v*"],
5  eventSetupPathsKey='AlCaPCCRandom',
6  TriggerResultsTag = ("TriggerResults","","HLT"),
7  andOr = True, # choose logical OR between Triggerbits
8  throw = False # tolerate triggers stated above, but not available
9 )
10 
11 from Calibration.LumiAlCaRecoProducers.alcaPCCIntegrator_cfi import alcaPCCIntegrator
12 alcaPCCIntegratorRandom = alcaPCCIntegrator.clone()
13 alcaPCCIntegratorRandom.AlcaPCCIntegratorParameters.ProdInst = "alcaPCCRandom"
14 
15 
16 # Sequence #
17 seqALCARECOAlCaPCCRandom = cms.Sequence(ALCARECORandomHLT+alcaPCCIntegratorRandom)