Skip to content
Snippets Groups Projects
Commit de7f1665 authored by Agnieszka Ewa Ogrodnik's avatar Agnieszka Ewa Ogrodnik Committed by Tim Martin
Browse files

Creating HI MC menu, moving legacy chains from physics to MC menu

Creating HI MC menu, moving legacy chains from physics to MC menu
parent 9c0420e3
No related branches found
No related tags found
2 merge requests!712772024-05-10: merge of 24.0 into main,!70592Creating HI MC menu, moving legacy chains from physics to MC menu
......@@ -31,9 +31,8 @@ from .Physics_pp_run3_v1 import (
)
from .SignatureDicts import ChainStore
from . import PhysicsP1_HI_run3_v1 as HIp1_menu
from .PhysicsP1_HI_run3_v1 import HardProbesStream,MinBiasStream,UPCStream
from . import MC_HI_run3_v1 as mc_menu
def getDevHISignatures():
......@@ -138,7 +137,7 @@ def setupMenu(menu_name):
from AthenaCommon.Logging import logging
log = logging.getLogger( __name__ )
chains = HIp1_menu.getPhysicsHISignatures()
chains = mc_menu.setupMenu(menu_name)
log.info('[setupMenu] going to add the Dev menu chains now')
......
This diff is collapsed.
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