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 61 of file menu_config_tests.py.
def menu_config_tests.StructuredChainNames.__init__ | ( | self, | |
trigger_level | |||
) |
Reimplemented from menu_config_tests.MenuVerification.
Definition at line 77 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 116 of file menu_config_tests.py.
|
private |
Definition at line 94 of file menu_config_tests.py.
|
private |
Definition at line 97 of file menu_config_tests.py.
def menu_config_tests.StructuredChainNames.run | ( | self, | |
config | |||
) |
Reimplemented from menu_config_tests.MenuVerification.
Definition at line 84 of file menu_config_tests.py.
|
staticprivate |
Definition at line 68 of file menu_config_tests.py.
|
private |
Definition at line 81 of file menu_config_tests.py.
|
private |
Definition at line 80 of file menu_config_tests.py.
|
inherited |
Definition at line 27 of file menu_config_tests.py.
menu_config_tests.StructuredChainNames.failures |
Definition at line 87 of file menu_config_tests.py.