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

Update options/reconstruction.py

parent ddf8d95c
No related branches found
No related tags found
1 merge request!99Add truth inclusive kinematics to reconstruction
This commit is part of merge request !99. Comments created here will be created in the context of that merge request.
......@@ -132,7 +132,7 @@ algorithms.append(dummy)
# Truth level kinematics
truth_incl_kin = InclusiveKinematicsTruth("InclusiveKinematicsTruth",
inputParticles="mcparticles",
inputMCParticles="mcparticles",
outputData="InclusiveKinematicsTruth"
)
algorithms.append(truth_incl_kin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment