Skip to content

Commit

Permalink
Make sure to not fail on spuriously missing collection (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Dec 13, 2024
1 parent cafdbb7 commit f85ad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gaudi_opts/fccRec_e4h_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@
from Configurables import PodioOutput

out = PodioOutput("PodioOutput", filename="my_output.root")
out.outputCommands = ["keep *"]
out.outputCommands = ["keep *", "drop RefinedVertexJets_PID_RefinedVertex"]


algList.append(inp)
Expand Down

0 comments on commit f85ad5f

Please sign in to comment.