Skip to content

Commit

Permalink
Snakefile: sim/ -> sim_output/
Browse files Browse the repository at this point in the history
This is the one being symlinked to $LOCAL_DATA_PATH
  • Loading branch information
veprbl committed Dec 31, 2023
1 parent 11a8db5 commit a3b60b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/backgrounds/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ rule backgrounds_sim:
input:
"input/backgrounds/beam_gas_{BEAM}.hepmc",
output:
"sim/{DETECTOR_CONFIG}/beam_gas_{BEAM}.edm4hep.root",
"sim_output/{DETECTOR_CONFIG}/beam_gas_{BEAM}.edm4hep.root",
log:
"sim/{DETECTOR_CONFIG}/beam_gas_{BEAM}.edm4hep.root.log",
"sim_output/{DETECTOR_CONFIG}/beam_gas_{BEAM}.edm4hep.root.log",
params:
N_EVENTS=100
shell:
Expand Down Expand Up @@ -65,10 +65,10 @@ rule backgrounds_ecal_backwards:
matplotlibrc=".matplotlibrc",
script="ecal_backwards.py",
electron_beam_gas_gen="input/backgrounds/beam_gas_electron.hepmc",
electron_beam_gas_sim="sim/" + DETECTOR_CONFIG + "/beam_gas_electron.edm4hep.root",
electron_beam_gas_sim="sim_output/" + DETECTOR_CONFIG + "/beam_gas_electron.edm4hep.root",
physics_signal_sim=rules.backgrounds_get.output.dis_sim,
proton_beam_gas_gen="input/backgrounds/beam_gas_proton.hepmc",
proton_beam_gas_sim="sim/" + DETECTOR_CONFIG + "/beam_gas_proton.edm4hep.root",
proton_beam_gas_sim="sim_output/" + DETECTOR_CONFIG + "/beam_gas_proton.edm4hep.root",
output:
directory("results/backgrounds/backwards_ecal")
shell:
Expand Down

0 comments on commit a3b60b1

Please sign in to comment.