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
No related tags found
1 merge request!176Full reconstruction: add GeneratedParticles output collection
...@@ -129,7 +129,8 @@ algorithms.append(pmtcopier) ...@@ -129,7 +129,8 @@ algorithms.append(pmtcopier)
# Generated particles # Generated particles
dummy = MC2DummyParticle("dummy", dummy = MC2DummyParticle("dummy",
inputCollection="mcparticles", inputCollection="mcparticles",
outputCollection="GeneratedParticles") outputCollection="GeneratedParticles",
smearing=0)
algorithms.append(dummy) algorithms.append(dummy)
# Crystal Endcap Ecal # Crystal Endcap Ecal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment