Back to home page

EIC code displayed by LXR

 
 

    


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

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