Skip to content
Snippets Groups Projects
Commit 828a0a0e authored by Mark Stockton's avatar Mark Stockton Committed by Tamara Vazquez Schroeder
Browse files

Minor comments/whitespace

parent c57d03e0
7 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,!36176Moving Prescale Class to MenuPrescaleConfig and removing from all menu files,!34964Implementing prescaling for trigger validation in TMMT
...@@ -39,6 +39,7 @@ def __generateJSON( chainDicts, chainConfigs, menuName, fileName ): ...@@ -39,6 +39,7 @@ def __generateJSON( chainDicts, chainConfigs, menuName, fileName ):
("hash", chain["chainNameHash"]), ("hash", chain["chainNameHash"]),
("prescale", chain["prescale"]), ("prescale", chain["prescale"]),
("enabled", chainEnabled) ("enabled", chainEnabled)
# stream information to be added with other changes (ATR-21324)
#("streams", chainStreamTags) #("streams", chainStreamTags)
]) ])
......
...@@ -40,7 +40,7 @@ def MenuPrescaleConfig(triggerConfigHLT): ...@@ -40,7 +40,7 @@ def MenuPrescaleConfig(triggerConfigHLT):
else: else:
L1Prescales = Prescales.L1Prescales L1Prescales = Prescales.L1Prescales
HLTPrescales = Prescales.HLTPrescales HLTPrescales = Prescales.HLTPrescales
elif menu_name.startswith('Physics_pp_run3_v1'): elif menu_name.startswith('Physics_pp_run3_v1'):
log.info('Physics_pp_run3_v1 menu setup') log.info('Physics_pp_run3_v1 menu setup')
from TriggerMenuMT.HLTMenuConfig.Menu.Physics_pp_run3_v1 import setupMenu, Prescales from TriggerMenuMT.HLTMenuConfig.Menu.Physics_pp_run3_v1 import setupMenu, Prescales
......
...@@ -2,10 +2,8 @@ ...@@ -2,10 +2,8 @@
from TriggerJobOpts.TriggerFlags import TriggerFlags from TriggerJobOpts.TriggerFlags import TriggerFlags
from AthenaCommon.Logging import logging from AthenaCommon.Logging import logging
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
# Commenting as not currently used (likely can be removed) # Commenting as not currently used (likely can be removed)
# #
# If needed the code should be updated to TMMT, for reference see: # If needed the code should be updated to TMMT, for reference see:
......
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