CMS 3D CMS Logo

ALCARECOLumiPixelsMinBias_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 ALCARECOLumiPixelsMinBiasHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
5  andOr = True, # choose logical OR between Triggerbits
6  eventSetupPathsKey='LumiPixelsMinBias',
7  throw = False # tolerate triggers stated above, but not available
8 )
9 
10 # Sequence #
11 seqALCARECOLumiPixelsMinBias = cms.Sequence(ALCARECOLumiPixelsMinBiasHLT)