Skip to content

Commit

Permalink
ecal_gaps: use DETECTOR_CONFIG from the wildcard in eicrecon (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Jul 28, 2024
1 parent 6259509 commit 45d8375
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 @@ -41,7 +41,8 @@ rule ecal_gaps_recon:
wildcard_constraints:
INDEX="\d{4}",
shell: """
eicrecon {input} -Ppodio:output_file={output} \
env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \
eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_include_collections=EcalEndcapNRecHits,EcalBarrelScFiRecHits,EcalBarrelImagingRecHits,EcalEndcapPRecHits,MCParticles
"""

Expand Down

0 comments on commit 45d8375

Please sign in to comment.