Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:zdc:
0002   extends: .det_benchmark
0003   stage: simulate
0004   script:
0005     - bash benchmarks/zdc/run_zdc_particles.sh --particle $PARTICLE
0006   parallel:
0007     matrix:
0008       - PARTICLE: ["neutron", "photon"]
0009 
0010 bench:zdc_benchmark:
0011   extends: .det_benchmark
0012   stage: benchmarks
0013   needs: 
0014     - ["sim:zdc"]
0015   script:
0016     - root -b -q -x  'benchmarks/zdc/scripts/analysis_zdc_particles.cxx+("sim_output/sim_zdc_'${PARTICLE}'.edm4hep.root", "results/far_forward/zdc/'${PARTICLE}'")'
0017   parallel:
0018     matrix:
0019       - PARTICLE: ["neutron", "photon"]
0020 
0021 collect_results:zdc:
0022   extends: .det_benchmark
0023   stage: collect
0024   needs: 
0025     - ["bench:zdc_benchmark"]
0026   script:
0027     - ls -lrht