nicetoolbox.detectors.main.get_algo_components

nicetoolbox.detectors.main.get_algo_components(algo_cfg: BaseAlgorithmConfig) list[str][source]

Return the component list for an algorithm config.

For configs that declare components per instance, reads from the config. For all other detectors, falls back to the class-level components attribute.