Skip to content
Snippets Groups Projects
Commit 64ec26d7 authored by Jiahui Zhuo's avatar Jiahui Zhuo :penguin: Committed by Patrick Koppenburg
Browse files

Add new input support to MCHierarchy functorcollection

parent 25293e9f
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!770Add new input support to MCHierarchy functorcollection
...@@ -72,6 +72,7 @@ def main(options: Options): ...@@ -72,6 +72,7 @@ def main(options: Options):
mcrtible, extra_info=True), mcrtible, extra_info=True),
functorcollections.MCReconstructed_Collection( functorcollections.MCReconstructed_Collection(
mcrted_all, extra_info=False), mcrted_all, extra_info=False),
functorcollections.MCHierarchy(),
] ]
evt_collections = [ evt_collections = [
...@@ -80,7 +81,7 @@ def main(options: Options): ...@@ -80,7 +81,7 @@ def main(options: Options):
] ]
assert len(collections) + len(evt_collections) + len( assert len(collections) + len(evt_collections) + len(
MC_collections) == len( MC_collections) - 1 == len( # -1 because MCHierarchy is tested twice.
functorcollections.__all__ functorcollections.__all__
), "Oh no! Did you forget to add a new collection to this test?" ), "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