From 869fdb0c722d1b1179a11a231425b489351600a7 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Date: Fri, 16 Aug 2024 20:03:08 -0400 Subject: [PATCH] lambda: use podio:output_collections instead of deprecated podio:output_include_collections --- benchmarks/lambda/Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/lambda/Snakefile b/benchmarks/lambda/Snakefile index c909f433..6cd2ff00 100644 --- a/benchmarks/lambda/Snakefile +++ b/benchmarks/lambda/Snakefile @@ -46,7 +46,7 @@ if [[ {wildcards.P} -gt 225 ]]; then else NEVENTS_REC=1000 fi -eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Pdd4hep:xml_files=$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml -Ppodio:output_include_collections=MCParticles,HcalFarForwardZDCClusters,HcalFarForwardZDCRecHits,HcalFarForwardZDCSubcellHits -Pjana:nevents=$NEVENTS_REC +eicrecon {input.SIM_FILE} -Ppodio:output_file={output.REC_FILE} -Pdd4hep:xml_files=$DETECTOR_PATH/{wildcards.DETECTOR_CONFIG}.xml -Ppodio:output_collections=MCParticles,HcalFarForwardZDCClusters,HcalFarForwardZDCRecHits,HcalFarForwardZDCSubcellHits -Pjana:nevents=$NEVENTS_REC """ rule lambda_analysis: -- GitLab