Skip to content
Snippets Groups Projects
Commit da8b953a authored by Samuel Belin's avatar Samuel Belin Committed by Maarten Van Veghel
Browse files

update test with new functor

parent 9e888872
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!926Adapt to split track container persistency
......@@ -382,7 +382,7 @@ def alg_config(options: Options):
odin = get_odin()
# decreports = get_decreports('Spruce')
decreports = None
evt_vars = event_variables(v2_pvs, odin, decreports, [bd2dsk_line + "Decision"])
evt_vars = event_variables(odin, decreports, [bd2dsk_line + "Decision"])
#
# Sprucing filter
......
......@@ -40,7 +40,7 @@ def main(options: Options):
evt_vars = FunctorCollection({
'nPVs':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nPVs"),
'nNFT':
'nFTClusters':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nFTClusters"),
'nTracks':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nTracks")
......
......@@ -42,7 +42,7 @@ def main(options: Options):
evt_vars = FunctorCollection({
'nPVs':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nPVs"),
'nNFT':
'nFTClusters':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nFTClusters"),
'nTracks':
F.VALUE_OR(-1) @ F.RECSUMMARY_INFO(rec_summary, "nTracks")
......
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