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
Commits
ddeada95
Commit
ddeada95
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: ../calorimeters/config.yml
parent
7708e70e
No related branches found
No related tags found
1 merge request
!20
Restructuring repo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/calorimeters/config.yml
+15
-15
15 additions, 15 deletions
benchmarks/calorimeters/config.yml
with
15 additions
and
15 deletions
benchmarks/calorimeters/config.yml
+
15
−
15
View file @
ddeada95
...
...
@@ -5,7 +5,7 @@
# - Run Juggler
#####################
sim:emcal_barrel_pions
:
cal_
sim:emcal_barrel_pions
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage
:
simulate
artifacts
:
...
...
@@ -16,7 +16,7 @@ sim:emcal_barrel_pions:
-
bash benchmarks/calorimeters/run_emcal_barrel_pions.sh
allow_failure
:
true
sim:emcal_barrel_electrons
:
cal_
sim:emcal_barrel_electrons
:
image
:
eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
stage
:
simulate
artifacts
:
...
...
@@ -27,7 +27,7 @@ sim:emcal_barrel_electrons:
-
bash benchmarks/calorimeters/run_emcal_barrel_electrons.sh
allow_failure
:
true
sim:crystal_emcal
:
cal_
sim:crystal_emcal
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
...
...
@@ -36,7 +36,7 @@ sim:crystal_emcal:
script
:
-
bash benchmarks/calorimeters/run_simulation_crystal.sh
crystal_pion
_simulation
:
cal_sim:
crystal_pion
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
...
...
@@ -45,7 +45,7 @@ crystal_pion_simulation:
script
:
-
npsim --runType batch --numberOfEvents 100 --compactFile ${DETECTOR_PATH}/topside.xml --inputFiles data/emcal_electrons.hepmc --outputFile sim_output/output_emcal_electrons.root
zdc
_sim
ulation
:
cal
_sim
:zdc
:
stage
:
simulate
needs
:
-
[
"
get_data"
]
...
...
@@ -58,7 +58,7 @@ zdc_simulation:
# Benchmarks
###################
ben_
emcal_barrel_pions
:
cal_bench:
emcal_barrel_pions
:
stage
:
benchmarks
tags
:
-
silicon
...
...
@@ -67,13 +67,13 @@ ben_emcal_barrel_pions:
paths
:
-
results/
needs
:
-
[
"
sim
_
emcal_barrel_pions"
]
-
[
"
cal_
sim
:
emcal_barrel_pions"
]
script
:
-
ls -lrth sim_output
-
root -b -q calorimeters/scripts/emcal_barrel_pions_analysis.cxx+
allow_failure
:
true
ben_
emcal_barrel_electrons
:
cal_bench:
emcal_barrel_electrons
:
stage
:
benchmarks
tags
:
-
silicon
...
...
@@ -82,18 +82,18 @@ ben_emcal_barrel_electrons:
paths
:
-
results/
needs
:
-
[
"
sim
_
emcal_barrel_electrons"
]
-
[
"
cal_
sim
:
emcal_barrel_electrons"
]
script
:
-
ls -lrth sim_output
-
root -b -q calorimeters/scripts/emcal_barrel_electrons_analysis.cxx+
allow_failure
:
true
crystal_benchmark
:
cal_bench:
crystal_benchmark
:
stage
:
benchmarks
tags
:
-
silicon
needs
:
-
[
"
crystal_emcal
_simulation
"
]
-
[
"
cal_sim:
crystal_emcal"
]
script
:
-
ls -lrth sim_output
-
root -b -q calorimeters/simple_checking_crystal.cxx+
...
...
@@ -110,12 +110,12 @@ crystal_benchmark:
# - results/
#allow_failure: true
zdc_benchmark
:
cal_bench:
zdc_benchmark
:
stage
:
benchmarks
tags
:
-
silicon
needs
:
-
[
"
zdc
_sim
ulation
"
]
-
[
"
cal
_sim
:zdc
"
]
dependencies
:
-
zdc_simulation
script
:
...
...
@@ -123,10 +123,10 @@ zdc_benchmark:
-
root -b -q calorimeters/simple_checking.cxx+
allow_failure
:
true
zdc_benchmark_info_histogram
:
cal_bench:
zdc_benchmark_info_histogram
:
stage
:
benchmarks
needs
:
-
[
"
zdc
_sim
ulation
"
]
-
[
"
cal
_sim
:zdc
"
]
tags
:
-
silicon
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment