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
Commits
95a46e4f
Commit
95a46e4f
authored
3 years ago
by
Marshall Scott
Browse files
Options
Downloads
Patches
Plain Diff
Restoring previous default detector to topside, ecal benchmarks work for both detectors
parent
c245e06c
No related branches found
No related tags found
1 merge request
!42
Resolve "Make ecal benchmarks work for topside and reference_detector"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh
+1
-1
1 addition, 1 deletion
benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh
benchmarks/barrel_ecal/run_emcal_barrel_particles.sh
+1
-1
1 addition, 1 deletion
benchmarks/barrel_ecal/run_emcal_barrel_particles.sh
with
2 additions
and
2 deletions
benchmarks/barrel_ecal/run_emcal_barrel_electrons.sh
+
1
−
1
View file @
95a46e4f
#!/bin/bash
if
[[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]]
;
then
export
JUGGLER_DETECTOR
=
"
reference_detector
"
export
JUGGLER_DETECTOR
=
"
topside
"
fi
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
benchmarks/barrel_ecal/run_emcal_barrel_particles.sh
+
1
−
1
View file @
95a46e4f
#!/bin/bash
if
[[
!
-n
"
${
JUGGLER_DETECTOR
}
"
]]
;
then
export
JUGGLER_DETECTOR
=
"
reference_detector
"
export
JUGGLER_DETECTOR
=
"
topside
"
fi
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
...
...
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