Skip to content
Snippets Groups Projects

Resolve "Use mcparticles instead of mcparticles2"

Merged Wouter Deconinck requested to merge 23-use-mcparticles-instead-of-mcparticles2 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -593,7 +593,9 @@ podout.outputCommands = [
@@ -593,7 +593,9 @@ podout.outputCommands = [
"drop *ProtoClusters",
"drop *ProtoClusters",
"drop outputParticles",
"drop outputParticles",
"drop InitTrackParams",
"drop InitTrackParams",
] + [ "drop " + c for c in sim_coll]
]
 
+ [ "drop " + c for c in sim_coll ]
 
+ [ "keep mcparticles" ]
algorithms.append(podout)
algorithms.append(podout)
ApplicationMgr(
ApplicationMgr(
Loading