diff --git a/test/gaudi_opts/fccRec_e4h_input.py b/test/gaudi_opts/fccRec_e4h_input.py index 43c44a2c..1e726eae 100644 --- a/test/gaudi_opts/fccRec_e4h_input.py +++ b/test/gaudi_opts/fccRec_e4h_input.py @@ -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)