Make sure that all algorithms defined in the METChainParts have
configurations
Really, this is mainly to have something sensible to call in the
ConfigHelpers file to succeed the ctest :(
Definition at line 37 of file AlgConfigs.py.
38 """Make sure that all algorithms defined in the METChainParts have
41 Really, this is mainly to have something sensible to call in the
42 ConfigHelpers file to succeed the ctest :(
45 for alg
in METChainParts[
"EFrecoAlg"]:
46 for subcls
in AlgConfig._get_subclasses():
47 if subcls.algType() == alg:
50 unknown_algs.append(alg)
52 len(unknown_algs) == 0
53 ),
"The following EFrecoAlgs do not have AlgConfig classes: " "{}".
format(