From 95eb5d8ea3dfd8f1218e1c7f0c14cc4c3ae71e64 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Tue, 21 Sep 2021 00:25:24 +0000 Subject: [PATCH] Have explicit relations --- options/reconstruction.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/options/reconstruction.py b/options/reconstruction.py index af1d5849..e9b5a5ab 100644 --- a/options/reconstruction.py +++ b/options/reconstruction.py @@ -125,6 +125,7 @@ algorithms.append(copier) dummy = MC2DummyParticle("dummy", inputCollection="mcparticles", outputCollection="GeneratedParticles", + outputRelations="GeneratedParticleRelations", smearing=0) algorithms.append(dummy) @@ -547,7 +548,8 @@ algorithms.append(parts_from_fit) parts_with_truth_pid = ParticlesWithTruthPID("parts_with_truth_pid", inputMCParticles = "mcparticles", inputTrackParameters = parts_from_fit.outputTrackParameters, - outputParticles = "ReconstructedParticles") + outputParticles = "ReconstructedParticles", + outputRelations = "ReconstructedParticleRelations") algorithms.append(parts_with_truth_pid) # DRICH -- GitLab