![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, trigger_level) |
def | run (self, config) |
Public Attributes | |
failures | |
description | |
Private Member Functions | |
def | _name_matches_hlt_convention (self, name) |
def | _name_matches_l1_convention (self, name) |
def | _matches_shared_conventions (self, name) |
Private Attributes | |
_trigger_level | |
_signature_type_order | |
Static Private Attributes | |
_SIGNATURE_TYPE_ORDER | |
Verifies that chain names start with the expected prefix, and have their parts in the correct order by type, as well as any trigger level specific restrictions.
Definition at line 63 of file menu_config_tests.py.
def menu_config_tests.StructuredChainNames.__init__ | ( | self, | |
trigger_level | |||
) |
Reimplemented from menu_config_tests.MenuVerification.
Definition at line 78 of file menu_config_tests.py.
|
private |
True if name starts with level prefix, and all signature types are in the correct order, otherwise False.
Definition at line 117 of file menu_config_tests.py.
|
private |
Definition at line 95 of file menu_config_tests.py.
|
private |
Definition at line 98 of file menu_config_tests.py.
def menu_config_tests.StructuredChainNames.run | ( | self, | |
config | |||
) |
Reimplemented from menu_config_tests.MenuVerification.
Definition at line 85 of file menu_config_tests.py.
|
staticprivate |
Definition at line 70 of file menu_config_tests.py.
|
private |
Definition at line 82 of file menu_config_tests.py.
|
private |
Definition at line 81 of file menu_config_tests.py.
|
inherited |
Definition at line 29 of file menu_config_tests.py.
menu_config_tests.StructuredChainNames.failures |
Definition at line 88 of file menu_config_tests.py.