Warning, /detector_benchmarks/benchmarks/nhcal_dimuon_photoproduction/config.yml is written in an unsupported language. File is not indexed.
0001 sim:nhcal_dimuon_photoproduction:
0002 extends: .det_benchmark
0003 stage: simulate
0004 parallel:
0005 matrix:
0006 - INDEX_RANGE: ["0", "1", "2 3", "4 5", "6 7", "8 9"]
0007 script:
0008 - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB --retries 1 $(for INDEX in $INDEX_RANGE; do echo sim_output/nhcal_dimuon_photoproduction/sim_epic_full.${INDEX}.edm4hep.root; done)
0009 - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB --retries 1 $(for INDEX in $INDEX_RANGE; do echo sim_output/nhcal_dimuon_photoproduction/sim_epic_full.${INDEX}.eicrecon.edm4hep.root; done)
0010
0011 bench:nhcal_dimuon_photoproduction_analysis:
0012 extends: .det_benchmark
0013 stage: benchmarks
0014 needs:
0015 - "sim:nhcal_dimuon_photoproduction"
0016 script:
0017 - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB results/nhcal_dimuon_photoproduction/analysis_epic_full_10files.pdf
0018
0019 collect_results:nhcal_dimuon_photoproduction:
0020 extends: .det_benchmark
0021 stage: collect
0022 needs:
0023 - "bench:nhcal_dimuon_photoproduction_analysis"
0024 script:
0025 - ls -lrht
0026 - mv results{,_save}/
0027 - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/nhcal_dimuon_photoproduction/analysis_epic_full_10files.pdf
0028 - mv results{_save,}/