|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| __init__ (self, List[Configuration] configs) | |
| commit (self) | |
| int | __len__ (self) |
| DalGroup | __getitem__ (self, int idx) |
Public Attributes | |
| configs = configs | |
| dict | trees = {c: RelationshipCache(c) for c in configs} |
| list | groups = [g for g in groups if len(g) > 1] |
Loads all configurations and finds duplicate DAL objects across them.
Definition at line 218 of file rename_duplicate_dals.py.
| rename_duplicate_dals.DalCollector.__init__ | ( | self, | |
| List[Configuration] | configs ) |
Definition at line 221 of file rename_duplicate_dals.py.
| DalGroup rename_duplicate_dals.DalCollector.__getitem__ | ( | self, | |
| int | idx ) |
Definition at line 247 of file rename_duplicate_dals.py.
| int rename_duplicate_dals.DalCollector.__len__ | ( | self | ) |
Definition at line 244 of file rename_duplicate_dals.py.
| rename_duplicate_dals.DalCollector.commit | ( | self | ) |
Definition at line 240 of file rename_duplicate_dals.py.
| rename_duplicate_dals.DalCollector.configs = configs |
Definition at line 222 of file rename_duplicate_dals.py.
| rename_duplicate_dals.DalCollector.groups = [g for g in groups if len(g) > 1] |
Definition at line 235 of file rename_duplicate_dals.py.
| dict rename_duplicate_dals.DalCollector.trees = {c: RelationshipCache(c) for c in configs} |
Definition at line 225 of file rename_duplicate_dals.py.