Skip to content
Snippets Groups Projects

Replacing nu with y

Merged Ziyue Zhang requested to merge ziyue_work_branch into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -57,8 +57,7 @@ podioinput = PodioInput("PodioReader",
@@ -57,8 +57,7 @@ podioinput = PodioInput("PodioReader",
dummy = MC2DummyParticle("MC2Dummy",
dummy = MC2DummyParticle("MC2Dummy",
inputCollection="mcparticles",
inputCollection="mcparticles",
outputCollection="DummyReconstructedParticles",
outputCollection="DummyReconstructedParticles",
smearing=0.0
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",
Loading