We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d5c55 commit e6f52deCopy full SHA for e6f52de
StandardConfig/production/ILDReconstruction.py
@@ -287,6 +287,7 @@ def get_compact_file_path(detector_model: str):
287
collPatcherRec.Parameters = {
288
"PatchCollections": parse_collection_patch_file(REC_COLLECTION_CONTENTS_FILE)
289
}
290
+ algList.append(collPatcherRec)
291
292
output_commands = ["keep *"]
293
output_commands.extend(get_drop_collections(CONSTANTS, True))
0 commit comments