![]() |
ATLAS Offline Software
|
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'] | |
| getMenu.getMenu | ( | flags | ) |
getMenu returns a L1Menu accessor object
Definition at line 3 of file getMenu.py.
| tuple getMenu.alg_klasses = ('DeltaRSqrIncl2',) |
Definition at line 27 of file getMenu.py.
| getMenu.algname = c_algs[alg_name] |
Definition at line 54 of file getMenu.py.
| getMenu.c_algs = menu.topoAlgorithms('MULTTOPO')['multiplicityAlgorithms'] |
Definition at line 46 of file getMenu.py.
| getMenu.d_algs = menu.topoAlgorithms('TOPO')['decisionAlgorithms'] |
Definition at line 25 of file getMenu.py.
| getMenu.Files |
Definition at line 17 of file getMenu.py.
| getMenu.flags = initConfigFlags() |
Definition at line 15 of file getMenu.py.
Definition at line 22 of file getMenu.py.
| getMenu.s_algs = menu.topoAlgorithms('TOPO')['sortingAlgorithms'] |
Definition at line 36 of file getMenu.py.
Definition at line 55 of file getMenu.py.