Skip to content
Snippets Groups Projects
Commit 10afb7b2 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: options/tracker_reconstruction.py

parent 33a3f85f
No related branches found
No related tags found
1 merge request!40Turning off smearing with options file
...@@ -56,7 +56,9 @@ podioinput = PodioInput("PodioReader", ...@@ -56,7 +56,9 @@ podioinput = PodioInput("PodioReader",
dummy = MC2DummyParticle("MC2Dummy", dummy = MC2DummyParticle("MC2Dummy",
inputCollection="mcparticles", inputCollection="mcparticles",
outputCollection="DummyReconstructedParticles") outputCollection="DummyReconstructedParticles",
smearing=0.0
)
## copiers to get around input --> output copy bug. Note the "2" appended to the output collection. ## copiers to get around input --> output copy bug. Note the "2" appended to the output collection.
copier = MCCopier("MCCopier", copier = MCCopier("MCCopier",
......
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