Skip to content
Snippets Groups Projects
Unverified Commit 45d83752 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

ecal_gaps: use DETECTOR_CONFIG from the wildcard in eicrecon (#38)

parent 62595094
No related branches found
No related tags found
No related merge requests found
Pipeline #98769 passed with warnings with stages
in 1 hour, 6 minutes, and 43 seconds
...@@ -41,7 +41,8 @@ rule ecal_gaps_recon: ...@@ -41,7 +41,8 @@ rule ecal_gaps_recon:
wildcard_constraints: wildcard_constraints:
INDEX="\d{4}", INDEX="\d{4}",
shell: """ 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 -Ppodio:output_include_collections=EcalEndcapNRecHits,EcalBarrelScFiRecHits,EcalBarrelImagingRecHits,EcalEndcapPRecHits,MCParticles
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment