CMS 3D CMS Logo

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