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

Revert "Merge branch 'jzhuo_MCRecInput' into 'master'"

This reverts merge request !769
parent 2fc2b443
No related branches found
No related tags found
No related merge requests found
Pipeline #4611300 passed
......@@ -31,14 +31,14 @@ def main(options: Options):
extra_inputs += [get_charged_protoparticles(options.process)]
extra_inputs += [get_neutral_protoparticles(options.process)]
relations_charged = get_pp2mcp_relations(
"/Event/HLT2/Relations/ChargedPP2MCP",
process=options.process,
extra_inputs=extra_inputs)
relations_neutral = get_pp2mcp_relations(
"/Event/HLT2/Relations/NeutralPP2MCP",
process=options.process,
extra_inputs=extra_inputs)
relations = [
get_pp2mcp_relations(
loc, process=options.process, extra_inputs=extra_inputs)
for loc in [
"/Event/HLT2/Relations/ChargedPP2MCP",
"/Event/HLT2/Relations/NeutralPP2MCP"
]
]
#Get variables related to reconstructible information.
mcrtible = MCReconstructible(
......@@ -61,8 +61,7 @@ def main(options: Options):
mcrted_all = MCReconstructed(
MC_data,
use_best_mcmatch=False,
relations_charged=relations_charged,
relations_neutral=relations_neutral,
relations_locs=relations,
process=options.process)
#The option extra_info below is set to False by default in the functor collection.
vars_rted = MCReconstructed_Collection(mcrted_all, extra_info=False)
......
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