Skip to content

Commit

Permalink
use warmpup in simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Sep 30, 2024
1 parent 97ec00d commit 632ef5f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion benchmarks/insert_muon/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ root -l -b -q '{input.script}({params.NEVENTS_GEN},"{output.GEN_FILE}", "mu-", {

rule insert_muon_simulate:
input:
GEN_FILE="sim_output/insert_muon/mu-_{P}GeV.hepmc"
GEN_FILE="sim_output/insert_muon/mu-_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/insert_neutron/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ root -l -b -q '{input.script}({params.NEVENTS_GEN},"{output.GEN_FILE}", "neutron

rule insert_neutron_simulate:
input:
GEN_FILE="sim_output/insert_neutron/neutron_{P}GeV.hepmc"
GEN_FILE="sim_output/insert_neutron/neutron_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/zdc_lambda/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildca

rule zdc_lambda_simulate:
input:
GEN_FILE="sim_output/zdc_lambda/lambda_decay_{P}GeV.hepmc"
GEN_FILE="sim_output/zdc_lambda/lambda_decay_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/zdc_photon/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ root -l -b -q '{input.script}('$NEVENTS_GEN',"{output.GEN_FILE}", "gamma", {para

rule zdc_photon_simulate:
input:
GEN_FILE="sim_output/zdc_photon/zdc_photon_{P}GeV.hepmc"
GEN_FILE="sim_output/zdc_photon/zdc_photon_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/zdc_pi0/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildca

rule zdc_pi0_simulate:
input:
GEN_FILE="sim_output/zdc_pi0/zdc_pi0_{P}GeV.hepmc"
GEN_FILE="sim_output/zdc_pi0/zdc_pi0_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down
3 changes: 2 additions & 1 deletion benchmarks/zdc_sigma/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildca

rule zdc_sigma_simulate:
input:
GEN_FILE="sim_output/zdc_sigma/sigma_decay_{P}GeV.hepmc"
GEN_FILE="sim_output/zdc_sigma/sigma_decay_{P}GeV.hepmc",
warmup="warmup/{DETECTOR_CONFIG}.edm4hep.root",
params:
PHYSICS_LIST="FTFP_BERT"
output:
Expand Down

0 comments on commit 632ef5f

Please sign in to comment.