Skip to content
Snippets Groups Projects
Commit 16a668f0 authored by Liaoshan Shi's avatar Liaoshan Shi
Browse files

Update online reconstruction post config

Update post config to fix crashes when running InDet reconstruction
online.
- Remove condition settings for ATLASDQ-772
- Update ErrorStrategy for ATLASRECTS-5544, ATLASRECTS-5496
parent 8d1036c2
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!34926Update online Event Displays configuration for rel22
......@@ -25,6 +25,8 @@ if isOnline and useEmon:
#ToolSvc.InDetCosmicsEventPhaseTool.GlobalOffset = 0
ToolSvc.InDetPixelClusterOnTrackTool.ErrorStrategy=1 # Added 13 Jul 2020 from ATLASRECTS-5544
###
### Fix problem in PixelConditionsTools
......@@ -57,28 +59,28 @@ if isOnline and useEmon:
# Need to get this part to work online and offline !!! (SMWANG : Nov 17th 2015)
#
if (isOnline and not isOfflineTest):
from IOVDbSvc.CondDB import conddb
if not conddb.folderRequested("PIXEL/PixReco"):
conddb.addFolder('PIXEL','/PIXEL/PixReco')
if not conddb.folderRequested("PIXEL/PixCalib"):
conddb.addFolder('PIXEL','/PIXEL/PixCalib')
conddb.blockFolder("/PIXEL/PixCalib")
conddb.blockFolder("/PIXEL/PixReco")
conddb.addFolderWithTag("/det/indet/M8/AtlasProduction-20.1.0.1/NewHLT.db;dbname=CONDBR2","/PIXEL/PixReco","PixReco-HLT-RUN12-000-01",force=True)
conddb.addFolderWithTag("/det/indet/M8/AtlasProduction-20.1.0.1/NewHLT.db;dbname=CONDBR2","/PIXEL/PixCalib","PixReco-HLT-RUN12-000-01",force=True)
if (isOnline and isOfflineTest):
from IOVDbSvc.CondDB import conddb
if not conddb.folderRequested("PIXEL/PixReco"):
conddb.addFolder('PIXEL','/PIXEL/PixReco')
if not conddb.folderRequested("PIXEL/PixCalib"):
conddb.addFolder('PIXEL','/PIXEL/PixCalib')
conddb.blockFolder("/PIXEL/PixCalib")
conddb.blockFolder("/PIXEL/PixReco")
conddb.addFolderWithTag("/afs/cern.ch/work/s/smwang/public/DQM/InDet_online_db/NewHLT.db;dbname=CONDBR2","/PIXEL/PixReco","PixReco-HLT-RUN12-000-01",force=True)
conddb.addFolderWithTag("/afs/cern.ch/work/s/smwang/public/DQM/InDet_online_db/NewHLT.db;dbname=CONDBR2","/PIXEL/PixCalib","PixReco-HLT-RUN12-000-01",force=True)
#if (isOnline and not isOfflineTest):
# from IOVDbSvc.CondDB import conddb
# if not conddb.folderRequested("PIXEL/PixReco"):
# conddb.addFolder('PIXEL','/PIXEL/PixReco')
# if not conddb.folderRequested("PIXEL/PixCalib"):
# conddb.addFolder('PIXEL','/PIXEL/PixCalib')
# conddb.blockFolder("/PIXEL/PixCalib")
# conddb.blockFolder("/PIXEL/PixReco")
# conddb.addFolderWithTag("/det/indet/M8/AtlasProduction-20.1.0.1/NewHLT.db;dbname=CONDBR2","/PIXEL/PixReco","PixReco-HLT-RUN12-000-01",force=True)
# conddb.addFolderWithTag("/det/indet/M8/AtlasProduction-20.1.0.1/NewHLT.db;dbname=CONDBR2","/PIXEL/PixCalib","PixReco-HLT-RUN12-000-01",force=True)
#
#
#if (isOnline and isOfflineTest):
# from IOVDbSvc.CondDB import conddb
# if not conddb.folderRequested("PIXEL/PixReco"):
# conddb.addFolder('PIXEL','/PIXEL/PixReco')
# if not conddb.folderRequested("PIXEL/PixCalib"):
# conddb.addFolder('PIXEL','/PIXEL/PixCalib')
# conddb.blockFolder("/PIXEL/PixCalib")
# conddb.blockFolder("/PIXEL/PixReco")
# conddb.addFolderWithTag("/afs/cern.ch/work/s/smwang/public/DQM/InDet_online_db/NewHLT.db;dbname=CONDBR2","/PIXEL/PixReco","PixReco-HLT-RUN12-000-01",force=True)
# conddb.addFolderWithTag("/afs/cern.ch/work/s/smwang/public/DQM/InDet_online_db/NewHLT.db;dbname=CONDBR2","/PIXEL/PixCalib","PixReco-HLT-RUN12-000-01",force=True)
# ----------------------------- Printout
......
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