Skip to content
Snippets Groups Projects
Commit eb182901 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch '21.0-CaloRecFebError' into '21.0'

Fix of LAr event info error word in case of few Febs in error for ES1 and online monitoring

See merge request !2364
parents cab66b4f 89050eac
No related branches found
No related tags found
No related merge requests found
......@@ -415,6 +415,8 @@ class CaloCellGetter (Configured) :
try:
from LArCellRec.LArCellRecConf import LArBadFebMaskingTool
theLArBadFebMaskingTool = LArBadFebMaskingTool()
if (rec.doExpressProcessing() or athenaCommonFlags.isOnline()): # In online or express processing, EventInfo::LArError is triggered if >=4 FEB with data corrupted
theLArBadFebMaskingTool.minFebInError = 4
except:
mlog.error("could not get handle to LArBadFebMaskingTool Quit")
print traceback.format_exc()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment