Skip to content

Commit

Permalink
Snakefile: avoid using deprecated eicrecon option
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Oct 8, 2024
1 parent 8bc6561 commit 3e37b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/lfhcal/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rule lfhcal_recon:
shell: """
env DETECTOR_CONFIG={wildcards.DETECTOR_CONFIG} \
eicrecon {input} -Ppodio:output_file={output} \
-Ppodio:output_include_collections=MCParticles,ReconstructedParticles,LFHCALTruthClusters,LFHCALClusters,LFHCALHits,EcalEndcapPTruthClusters,EcalEndcapPClusters,EcalEndcapPHits
-Ppodio:output_collections=MCParticles,ReconstructedParticles,LFHCALTruthClusters,LFHCALClusters,LFHCALHits,EcalEndcapPTruthClusters,EcalEndcapPClusters,EcalEndcapPHits
"""

rule lfhcal_at_momentum:
Expand Down

0 comments on commit 3e37b66

Please sign in to comment.