Skip to content
Snippets Groups Projects
Commit fafe2b8f authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'master-ATR-21493' into 'master'

Enabled LumiBlockMuWriter in testCommonSliceAthenaTrigRDOtoAOD

See merge request !33777
parents 05d71c34 c810b4f7
No related branches found
No related tags found
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,!33777Enabled LumiBlockMuWriter in testCommonSliceAthenaTrigRDOtoAOD
...@@ -200,6 +200,9 @@ if 'enableCostMonitoring' in dir() and bool(enableCostMonitoring) == True: ...@@ -200,6 +200,9 @@ if 'enableCostMonitoring' in dir() and bool(enableCostMonitoring) == True:
#----------------------------------------------------------- #-----------------------------------------------------------
include("RecExCommon/RecExCommon_topOptions.py") include("RecExCommon/RecExCommon_topOptions.py")
#----------------------------------------------------------- #-----------------------------------------------------------
from LumiBlockComps.LumiBlockMuWriterDefault import LumiBlockMuWriterDefault
LumiBlockMuWriterDefault()
# post set up trigger monitoring # post set up trigger monitoring
if 'enableCostMonitoring' in dir() and bool(enableCostMonitoring) == True: if 'enableCostMonitoring' in dir() and bool(enableCostMonitoring) == True:
import TriggerJobOpts.Modifiers import TriggerJobOpts.Modifiers
......
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