Skip to content
Snippets Groups Projects
Unverified Commit fd131e67 authored by Sebouh Paul's avatar Sebouh Paul Committed by GitHub
Browse files

Update Snakefile (#37)

* Update Snakefile

* Update Snakefile

* Update Snakefile

* Update Snakefile

* Update Snakefile
parent 18891dbe
No related branches found
No related tags found
No related merge requests found
Pipeline #102089 passed
......@@ -7,7 +7,6 @@ rule lambda_generate:
GEN_FILE="sim_output/lambda/lambda_decay_{P}GeV.hepmc"
shell:
"""
mkdir -p results/lambda
root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildcards.P},{wildcards.P})'
"""
......
......@@ -9,7 +9,6 @@ rule neutron_generate:
GEN_FILE="sim_output/neutron/neutron_{P}GeV.hepmc"
shell:
"""
mkdir -p sim_output/neutron
root -l -b -q '{input.script}({params.NEVENTS_GEN},"{output.GEN_FILE}", "neutron", {params.th_min}, {params.th_max}, 0., 360., {wildcards.P})'
"""
......
......@@ -7,7 +7,6 @@ rule sigma_generate:
GEN_FILE="sim_output/sigma/sigma_decay_{P}GeV.hepmc"
shell:
"""
mkdir -p results/sigma
root -l -b -q '{input.script}({params.NEVENTS_GEN},0,"{output.GEN_FILE}",{wildcards.P},{wildcards.P})'
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment