Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • update_imcal_ml
  • dRICH_residual_fixed_index
  • CherenkovPIDAnalysis_dRICH_103
  • sebouh137-master-patch-84798
  • zdc_sipmontile_ai
  • irt-algo
  • fix_direct_trigger
  • fix-include
  • irt-algo-sensor-normal
  • irt-algo-mod
  • wdconinc-master-patch-03839
  • update_imaging_ml_benchmarks
  • vgawas-new
  • eicrecon
  • vgawas-phy
  • ai_codesign
  • tracking-with-background-overlay
  • 86-ecal-benchmark-fails-but-job-does-not-fail
  • robin-ShaperBranch
20 results

config.yml

Blame
  • config.yml 1.07 KiB
    tracking_compile:
      extends: .compile_benchmark
      stage: compile
      script:
        - compile_analyses.py --dir scripts tracking
    
    tracking_central_electrons:
      extends: .rec_benchmark
      stage: run
      needs:
        - ["tracking_compile"]
      script:
        - bash benchmarks/tracking/central_electrons.sh
          
    multiple_tracks:
      extends: .rec_benchmark
      stage: run
      needs:
        - ["tracking_compile"]
      script:
        - bash benchmarks/tracking/multiple_tracks.sh
    
    tracking_central_pions:
      extends: .rec_benchmark
      stage: run
      needs:
        - ["tracking_compile"]
      script:
        - bash benchmarks/tracking/central_pions.sh
    
    tracking_truth_init_electrons:
      extends: .rec_benchmark
      stage: run
      needs:
        - ["tracking_compile"]
      script:
        - python benchmarks/tracking/run_tracking_benchmarks.py --nametag=truth_electron --particle=electron --etamin=-4 --etamax=4 -n 150
    
    tracking_truth_init_pions:
      extends: .rec_benchmark
      stage: run
      needs:
        - ["tracking_compile"]
      script:
        - python benchmarks/tracking/run_tracking_benchmarks.py --nametag=truth_pion --particle=pion+ --etamin=-4 --etamax=4 -n 150