diff --git a/Calibration/TkAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_cff.py b/Calibration/TkAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_cff.py index 0e699d920fa74..6115603a5be35 100644 --- a/Calibration/TkAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_cff.py +++ b/Calibration/TkAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_cff.py @@ -3,8 +3,7 @@ import HLTrigger.HLTfilters.hltHighLevel_cfi ALCARECOVertexPixelZeroBiasHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone( andOr = True, # choose logical OR between Triggerbits - eventSetupPathsKey='TkAlMinBias', - #eventSetupPathsKey='VertexPixelZeroBias', + eventSetupPathsKey='VertexPixelZeroBias', throw = False # tolerate triggers stated above, but not available )