Back to home page

EIC code displayed by LXR

 
 

    


Warning, /detector_benchmarks/benchmarks/nhcal_acceptance/config.yml is written in an unsupported language. File is not indexed.

0001 sim:nhcal_acceptance:
0002   extends: .det_benchmark
0003   stage: simulate
0004   parallel:
0005     matrix:
0006       - ENERGY: ["1GeV", "5GeV", "10GeV"]
0007         INDEX_RANGE: ["0 4","5 9"]
0008   script:
0009     - snakemake $SNAKEMAKE_FLAGS --cores $MAX_CORES_PER_JOB $(for INDEX in $(seq -f '%02.0f' $INDEX_RANGE); do echo sim_output/nhcal_acceptance/E${ENERGY}/sim_epic_backward_hcal_only.${INDEX}.edm4hep.root; done)
0010 
0011 bench:nhcal_acceptance_analysis:
0012   extends: .det_benchmark
0013   stage: benchmarks
0014   needs:
0015     - "sim:nhcal_acceptance"
0016   parallel:
0017     matrix:
0018       - ENERGY: ["1GeV", "5GeV", "10GeV"]
0019   script:
0020     - snakemake $SNAKEMAKE_FLAGS --cores 1 results/nhcal_acceptance/analysis_epic_backward_hcal_only_E${ENERGY}_combined_10files.pdf
0021 
0022 collect_results:nhcal_acceptance:
0023   extends: .det_benchmark
0024   stage: collect
0025   needs: 
0026     - "bench:nhcal_acceptance_analysis"
0027   parallel:
0028     matrix:
0029       - ENERGY: ["1GeV", "5GeV", "10GeV"]
0030   script:
0031     - ls -lrht
0032     - mv results{,_save}/ 
0033     - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output results/nhcal_acceptance/analysis_epic_backward_hcal_only_E${ENERGY}_combined_10files.pdf
0034     - mv results{_save,}/