Skip to content

Commit

Permalink
speedup reconstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Feb 27, 2024
1 parent 881658f commit 30766ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/ecal_gaps/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ rule ecal_gaps_recon:
wildcard_constraints:
INDEX="\d{4}",
shell: """
eicrecon {input} -Ppodio:output_file={output}
eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_include_collections=EcalEndcapNRecHits,EcalBarrelScFiRecHits,EcalBarrelImagingRecHits,EcalEndcapPRecHits
"""


Expand Down

0 comments on commit 30766ed

Please sign in to comment.