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

diffractive_vm: allow running over recent campaigns (#6)

parent f034bca8
No related branches found
No related tags found
No related merge requests found
Pipeline #94739 passed
...@@ -29,9 +29,9 @@ gunzip -c {input} > {output} ...@@ -29,9 +29,9 @@ gunzip -c {input} > {output}
rule diffractive_vm_campaign_reco_get: rule diffractive_vm_campaign_reco_get:
input: input:
lambda wildcards: S3.remote(f"eictest/EPIC/RECO/22.11.3/epic_arches/EXCLUSIVE/DIFFRACTIVE_{wildcards.PARTICLE.upper()}_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.0{wildcards.INDEX}.eicrecon.tree.edm4eic.root") lambda wildcards: S3.remote(f"eictest/EPIC/RECO/{wildcards.RELEASE_TAG}/{wildcards.DETECTOR_CONFIG}/EXCLUSIVE/DIFFRACTIVE_{wildcards.PARTICLE.upper()}_ABCONV/Sartre/Coherent/sartre_bnonsat_Au_{wildcards.PARTICLE}_ab_eAu_1.0{wildcards.INDEX}.eicrecon.tree.edm4eic.root")
output: output:
"reco/epic_arches/campaign_22.11.3_sartre_{PARTICLE}_{INDEX}_eicrecon.edm4eic.root", "reco/{DETECTOR_CONFIG}/campaign_{RELEASE_TAG}_sartre_{PARTICLE}_{INDEX}.edm4eic.root",
shell: shell:
""" """
ln {input} {output} ln {input} {output}
...@@ -156,9 +156,11 @@ root -l -b -q '{input.script}+("{input.config}")' ...@@ -156,9 +156,11 @@ root -l -b -q '{input.script}+("{input.config}")'
# Couple examples of invocation: # Couple examples of invocation:
rule diffractive_vm_run_over_a_campaign: rule diffractive_vm_run_over_campaigns:
input: input:
"results/epic_arches/diffractive_vm/campaign_22.11.3_sartre_phi_combined_9/plots_benchmark-phi-dsigmadt.pdf", "results/epic_arches/diffractive_vm/campaign_22.11.3_sartre_phi_combined_9/plots_benchmark-phi-dsigmadt.pdf",
"results/epic_craterlake/diffractive_vm/campaign_23.12.0_sartre_phi_combined_9/plots_benchmark-phi-dsigmadt.pdf",
"results/epic_craterlake/diffractive_vm/campaign_24.03.1_sartre_phi_combined_9/plots_benchmark-phi-dsigmadt.pdf",
message: message:
"See output in {input[0]}" "See output in {input[0]}"
......
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