Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
!20
Restructuring repo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restructuring repo
restructure2
into
master
Overview
0
Commits
50
Pipelines
0
Changes
64
Merged
Whitney Armstrong
requested to merge
restructure2
into
master
3 years ago
Overview
0
Commits
50
Pipelines
0
Changes
2
Expand
👍
0
👎
0
Merge request reports
Viewing commit
f7acf888
Prev
Next
Show latest version
2 files
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
f7acf888
modified: roman_pot.xml
· f7acf888
Whitney Armstrong
authored
3 years ago
modified: roman_pot_simu.sh
benchmarks/calorimeters/config.yml
0 → 100644
+
96
−
0
Options
#####################
# Simulations
# - Generate datasets
# - Run Geant4
# - Run Juggler
#####################
cal_sim:emcal_barrel_pions
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
bash benchmarks/calorimeters/run_emcal_barrel_pions.sh
cal_sim:emcal_barrel_electrons
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
bash benchmarks/calorimeters/run_emcal_barrel_electrons.sh
cal_sim:crystal_emcal
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
bash benchmarks/calorimeters/run_simulation_crystal.sh
cal_sim:crystal_pion
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
cal_sim:zdc
:
extends
:
.det_benchmark
stage
:
simulate
script
:
-
bash benchmarks/calorimeters/run_simulation_zdc.sh
###################
# Benchmarks
###################
cal_bench:emcal_barrel_pions
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
cal_sim:emcal_barrel_pions"
]
script
:
-
root -b -q benchmarks/calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
cal_bench:emcal_barrel_electrons
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
cal_sim:emcal_barrel_electrons"
]
script
:
-
rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root
-
root -b -q benchmarks/calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
cal_bench:crystal_benchmark
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
cal_sim:crystal_emcal"
]
script
:
-
rootls -t sim_output/output_emcal_electrons.root
-
echo " Not yet complete"
#- root -b -q benchmarks/calorimeters/simple_checking_crystal.cxx+
#cal_test_3_zdc_neutrons_reader:
#stage: benchmarks
#tags:
#- sodium
#script:
#- root -b -q benchmarks/calorimeters/zdc_neutrons_reader.cxx
#artifact:
# paths:
# - results/
#allow_failure: true
cal_bench:zdc_benchmark
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
cal_sim:zdc"
]
script
:
-
echo " Not yet complete"
#- root -b -q benchmarks/calorimeters/simple_checking.cxx+
cal_bench:zdc_benchmark_info_histogram
:
extends
:
.det_benchmark
stage
:
benchmarks
needs
:
-
[
"
cal_sim:zdc"
]
script
:
-
root -b -q benchmarks/calorimeters/simple_info_plot_histograms.cxx+
Loading