Skip to content
Snippets Groups Projects
Commit 2fc2b443 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'jzhuo_MChierarchy' into 'master'

Add new input support to MCHierarchy functorcollection

See merge request !770
parents 05c3847a 64ec26d7
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!770Add new input support to MCHierarchy functorcollection
Pipeline #4611297 passed
......@@ -72,6 +72,7 @@ def main(options: Options):
mcrtible, extra_info=True),
functorcollections.MCReconstructed_Collection(
mcrted_all, extra_info=False),
functorcollections.MCHierarchy(),
]
evt_collections = [
......@@ -80,7 +81,7 @@ def main(options: Options):
]
assert len(collections) + len(evt_collections) + len(
MC_collections) == len(
MC_collections) - 1 == len( # -1 because MCHierarchy is tested twice.
functorcollections.__all__
), "Oh no! Did you forget to add a new collection to this test?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment