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

Rename algorithm

parent 1e7bed3d
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.
...@@ -131,7 +131,7 @@ dummy = MC2DummyParticle("dummy", ...@@ -131,7 +131,7 @@ dummy = MC2DummyParticle("dummy",
algorithms.append(dummy) algorithms.append(dummy)
# Truth level kinematics # Truth level kinematics
truth_incl_kin = InclusiveKinematicsTruth("InclusiveKinematicsTruth", truth_incl_kin = InclusiveKinematicsTruth("truth_incl_kin",
inputMCParticles="mcparticles", inputMCParticles="mcparticles",
outputData="InclusiveKinematicsTruth" outputData="InclusiveKinematicsTruth"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment