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

Set smearing to zero

parent 6eb2df0e
Branches
Tags
1 merge request!176Full reconstruction: add GeneratedParticles output collection
......@@ -129,7 +129,8 @@ algorithms.append(pmtcopier)
# Generated particles
dummy = MC2DummyParticle("dummy",
inputCollection="mcparticles",
outputCollection="GeneratedParticles")
outputCollection="GeneratedParticles",
smearing=0)
algorithms.append(dummy)
# Crystal Endcap Ecal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment