Skip to content

Commit

Permalink
tracking_performances_dis: add missing commas (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored Dec 10, 2024
1 parent 3a32973 commit 19c9d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/tracking_performances_dis/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ root -l -b -q -e '.L {input}+'
rule trk_dis_compile:
input:
"benchmarks/tracking_performances_dis/analysis/trk_dis_analysis_cxx.so",
"benchmarks/tracking_performances_dis/analysis/trk_dis_plots_cxx.so"
"benchmarks/tracking_performances_dis/analysis/trk_dis_plots_cxx.so",
"benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx.so",
"benchmarks/tracking_performances_dis/analysis/vtx_dis_plots_cxx.so"
"benchmarks/tracking_performances_dis/analysis/vtx_dis_plots_cxx.so",

# Process the generated HepMC files through the simulation
rule trk_dis_sim:
Expand Down

0 comments on commit 19c9d18

Please sign in to comment.