diff --git a/benchmarks/lambda/Snakefile b/benchmarks/lambda/Snakefile index c909f43339b1980affb91965d127d8b7c06b3ebb..6cd2ff007167c14d149ef35d229b94f85e5c2f23 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: