Skip to content
Snippets Groups Projects

Fix the relation location in MCReconstructed tool

Merged Jiahui Zhuo requested to merge jzhuo_MCRecInput into master
@@ -72,7 +72,6 @@ def main(options: Options):
mcrtible, extra_info=True),
functorcollections.MCReconstructed_Collection(
mcrted_all, extra_info=False),
functorcollections.MCHierarchy()
]
evt_collections = [
@@ -81,7 +80,7 @@ def main(options: Options):
]
assert len(collections) + len(evt_collections) + len(
MC_collections) - 1 == len( # MCHierarchy is used twice
MC_collections) == len(
functorcollections.__all__
), "Oh no! Did you forget to add a new collection to this test?"
Loading