Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Merge requests
21
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
reconstruction_benchmarks
Merge requests
!80
Track debug
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Track debug
track_debug
into
master
Overview
0
Commits
6
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
track_debug
into
master
3 years ago
Overview
0
Commits
6
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 3
51832421
3 years ago
version 2
78d909f2
3 years ago
version 1
dc58710b
3 years ago
master (base)
and
version 2
latest version
ff61f256
6 commits,
3 years ago
version 3
51832421
5 commits,
3 years ago
version 2
78d909f2
4 commits,
3 years ago
version 1
dc58710b
3 commits,
3 years ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
benchmarks/tracking/central_electrons.sh
+
1
−
2
Options
@@ -39,7 +39,7 @@ done
set
--
"
${
POSITIONAL
[@]
}
"
# restore positional parameters
./util/
print_env.sh
print_env.sh
## To run the reconstruction, we need the following global variables:
## - JUGGLER_INSTALL_PREFIX: Install prefix for Juggler (simu/recon)
@@ -49,7 +49,6 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
##
## You can ready options/env.sh for more in-depth explanations of the variables
## and how they can be controlled.
source
options/env.sh
export
JUGGLER_DETECTOR_PATH
=
${
DETECTOR_PATH
}
if
[[
!
-n
"
${
JUGGLER_N_EVENTS
}
"
]]
;
then
Loading