Skip to content
Snippets Groups Projects
Commit 95eb5d8e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Have explicit relations

parent 597c5fcc
No related branches found
No related tags found
1 merge request!82Have explicit relations
......@@ -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
......
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