Skip to content
Snippets Groups Projects

Turning off smearing with options file

Merged Whitney Armstrong requested to merge zero_smear into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,9 @@ podioinput = PodioInput("PodioReader",
dummy = MC2DummyParticle("MC2Dummy",
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.
copier = MCCopier("MCCopier",
Loading