Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:zdc_photon:
0002   stage: simulate
0003   extends: .det_benchmark
0004   parallel:
0005     matrix:
0006       - P: 20
0007       - P: 30
0008       - P: 50
0009       - P: 70
0010       - P: 100
0011       - P: 150
0012       - P: 200
0013       - P: 275
0014   timeout: 1 hours
0015   script:
0016     - snakemake --cores 1 sim_output/zdc_photon/epic_zdc_sipm_on_tile_only_rec_zdc_photon_${P}GeV.edm4hep.root 
0017   retry:
0018     max: 2
0019     when:
0020       - runner_system_failure
0021 
0022 bench:zdc_photon:
0023   stage: benchmarks
0024   extends: .det_benchmark
0025   needs: ["sim:zdc_photon"]
0026   script:
0027     - mkdir -p results/epic_zdc_sipm_on_tile_only
0028     - python benchmarks/zdc_photon/analysis/zdc_photon_plots.py results/epic_zdc_sipm_on_tile_only/zdc_photon
0029 
0030 collect_results:zdc_photon:
0031   stage: collect
0032   extends: .det_benchmark
0033   needs: ["bench:zdc_photon"]
0034   script:
0035     - ls -al