Skip to content

Commit

Permalink
tracking_performances: fix for removed 7.x-specific remote (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Jul 7, 2024
1 parent 6b06711 commit 6ce34db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/tracking_performances/Snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rule tracking_performance_sim:
input:
steering_file=provider.remote(remote_path("EPIC/EVGEN/SINGLE/{PARTICLE}/{ENERGY}/{PHASE_SPACE}/{PARTICLE}_{ENERGY}_{PHASE_SPACE}.steer")),
steering_file="EPIC/EVGEN/SINGLE/{PARTICLE}/{ENERGY}/{PHASE_SPACE}/{PARTICLE}_{ENERGY}_{PHASE_SPACE}.steer",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
output:
"sim_output/tracking_performance/{DETECTOR_CONFIG}/{PARTICLE}/{ENERGY}/{PHASE_SPACE}/{PARTICLE}_{ENERGY}_{PHASE_SPACE}.{INDEX}.edm4hep.root",
Expand Down

0 comments on commit 6ce34db

Please sign in to comment.