Skip to content
Snippets Groups Projects

TriggerMenuMT: removing duplicated information on the L1decisions in the class Chain

Merged Francesca Pastore requested to merge fpastore/athena:CAoptim2_seeds into main
8 files
+ 28
79
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -5,18 +5,6 @@ from AthenaConfiguration.ComponentAccumulator import CompFactory
log = logging.getLogger('EmuStepProcessingConfig')
###########################################################################
def thresholdToChains( chains ):
"""
Produces list "threshod : chain" for all chains passed. Uses the L1Thresholds/vseeds Chain property
"""
ret = []
for c in chains:
for t in c.vseeds:
ret.append(t+ " : " + c.name)
return ret
###########################################################################
def generateEmuMenu(flags):
"""
@@ -33,7 +21,6 @@ def generateEmuMenu(flags):
# Generate the menu
menu = GenerateMenuMT()
menu.generateAllChainConfigs(flags)
#menu.generateMT()
Loading