Back to home page

EIC code displayed by LXR

 
 

    


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

0001 sim:tracking_performances_dis:
0002   extends: .det_benchmark
0003   stage: simulate
0004   script:
0005     - snakemake --cache --cores 5 results/tracking_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_combined_5/hists.root 
0006   retry:
0007     max: 2
0008     when:
0009       - runner_system_failure
0010 
0011 bench:tracking_performances_dis:
0012   extends: .det_benchmark
0013   stage: benchmarks
0014   needs:
0015     - ["sim:tracking_performances_dis"]
0016   script:
0017     - snakemake --cores 1 trk_dis_run_locally_trk_only
0018     # avoid uploading intermediate results
0019     - find results/tracking_performances_dis/ -mindepth 2 -maxdepth 2 -type d ! -name "*combined*" | xargs rm -rfv
0020 
0021 collect_results:tracking_performances_dis:
0022   extends: .det_benchmark
0023   stage: collect
0024   needs:
0025     - "bench:tracking_performances_dis"
0026   script:
0027     - ls -lrht
0028     - mv results{,_save}/ # move results directory out of the way to preserve it
0029     - snakemake --cores 1 --delete-all-output trk_dis_run_locally_trk_only
0030     - mv results{_save,}/
0031     # convert to png
0032     - |
0033       gs -sDEVICE=pngalpha -dUseCropBox -r144 \
0034         -o 'results/tracking_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_combined_5/plot_%03d.png' \
0035         results/tracking_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_combined_5/plots.pdf