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

tracking_performances_dis: add missing commas (#111)

parent 3a329732
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment