ATLAS Offline Software
Loading...
Searching...
No Matches
getMenu Namespace Reference

Functions

 getMenu (flags)

Variables

 flags = initConfigFlags()
 Files
 menu = getMenu(flags)
 d_algs = menu.topoAlgorithms('TOPO')['decisionAlgorithms']
tuple alg_klasses = ('DeltaRSqrIncl2',)
 s_algs = menu.topoAlgorithms('TOPO')['sortingAlgorithms']
 c_algs = menu.topoAlgorithms('MULTTOPO')['multiplicityAlgorithms']
 algname = c_algs[alg_name]
 threshold = c_algs[alg_name]['threshold']

Function Documentation

◆ getMenu()

getMenu.getMenu ( flags)
getMenu returns a L1Menu accessor object

Definition at line 3 of file getMenu.py.

3def getMenu(flags):
4 """getMenu returns a L1Menu accessor object"""
5
6 from TrigConfigSvc.TriggerConfigAccess import getL1MenuAccess
7 return getL1MenuAccess(flags)
8
9

Variable Documentation

◆ alg_klasses

tuple getMenu.alg_klasses = ('DeltaRSqrIncl2',)

Definition at line 27 of file getMenu.py.

◆ algname

getMenu.algname = c_algs[alg_name]

Definition at line 54 of file getMenu.py.

◆ c_algs

getMenu.c_algs = menu.topoAlgorithms('MULTTOPO')['multiplicityAlgorithms']

Definition at line 46 of file getMenu.py.

◆ d_algs

getMenu.d_algs = menu.topoAlgorithms('TOPO')['decisionAlgorithms']

Definition at line 25 of file getMenu.py.

◆ Files

getMenu.Files

Definition at line 17 of file getMenu.py.

◆ flags

getMenu.flags = initConfigFlags()

Definition at line 15 of file getMenu.py.

◆ menu

getMenu.menu = getMenu(flags)

Definition at line 22 of file getMenu.py.

◆ s_algs

getMenu.s_algs = menu.topoAlgorithms('TOPO')['sortingAlgorithms']

Definition at line 36 of file getMenu.py.

◆ threshold

getMenu.threshold = c_algs[alg_name]['threshold']

Definition at line 55 of file getMenu.py.