Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Merge requests
!31
Resolve "Reenable all detector benchmarks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Reenable all detector benchmarks"
25-reenable-all-detector-benchmarks
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Maria Zurek
requested to merge
25-reenable-all-detector-benchmarks
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#25 (closed)
Edited
4 years ago
by
Maria Zurek
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
56a992ad
1 commit,
4 years ago
2 files
+
12
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
benchmarks/barrel_ecal/config.yml
+
12
−
15
Options
#
sim:emcal_barrel_pions:
#
extends: .det_benchmark
#
stage: simulate
#
script:
#
- bash benchmarks/barrel_ecal/run_emcal_barrel_pions.sh
sim:emcal_barrel_pions
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
bash benchmarks/barrel_ecal/run_emcal_barrel_pions.sh
sim:emcal_barrel_electrons
:
extends
:
.det_benchmark
stage
:
simulate
script
:
# energy_scan should run first to avoid overwriting the non-scan sim file
-
bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh electron
#- bash benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh
-
bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh electron
sim:emcal_barrel_photons
:
extends
:
.det_benchmark
stage
:
simulate
script
:
# energy_scan should run first to avoid overwriting the non-scan sim file
-
bash benchmarks/barrel_ecal/run_emcal_barrel_energy_scan.sh photon
-
bash benchmarks/barrel_ecal/run_emcal_barrel_particles.sh photon
#
bench:emcal_barrel_pions:
#
extends: .det_benchmark
#
stage: benchmarks
#
needs:
#
- ["sim:emcal_barrel_pions"]
#
script:
#
- root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_pions_analysis.cxx+
bench:emcal_barrel_pions
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
sim:emcal_barrel_pions"
]
script
:
-
root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_pions_analysis.cxx+
bench:emcal_barrel_electrons
:
extends
:
.det_benchmark
Loading