From 19d9a687ac303aa236dfe9fc46740008fc36c4f1 Mon Sep 17 00:00:00 2001 From: mmusich Date: Fri, 5 Jun 2015 15:13:15 +0200 Subject: [PATCH] fixing eventSetupPathsKey --- .../python/ALCARECOLumiPixelsMinBias_cff.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 )