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
!42
Resolve "Make ecal benchmarks work for topside and reference_detector"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "Make ecal benchmarks work for topside and reference_detector"
28-make-ecal-benchmarks-work-for-topside-and-reference_detector
into
master
Overview
1
Commits
16
Pipelines
0
Changes
1
Closed
Marshall Scott
requested to merge
28-make-ecal-benchmarks-work-for-topside-and-reference_detector
into
master
3 years ago
Overview
1
Commits
16
Pipelines
0
Changes
1
Expand
Closes
#28 (closed)
Edited
3 years ago
by
Marshall Scott
0
0
Merge request reports
Compare
master
version 4
b8f475d3
3 years ago
version 3
d3f63957
3 years ago
version 2
e9269111
3 years ago
version 1
17f42697
3 years ago
master (base)
and
latest version
latest version
95a46e4f
16 commits,
3 years ago
version 4
b8f475d3
19 commits,
3 years ago
version 3
d3f63957
10 commits,
3 years ago
version 2
e9269111
5 commits,
3 years ago
version 1
17f42697
1 commit,
3 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/barrel_ecal/run_emcal_barrel_particles.sh
+
1
−
1
Options
#!/bin/bash
#!/bin/bash
if
[[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]]
;
then
if
[[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]]
;
then
export
JUGGLER_DETECTOR
=
"
athena
"
export
JUGGLER_DETECTOR
=
"
topside
"
fi
fi
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
Loading