Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_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
reconstruction_benchmarks
Merge requests
!141
remove temporary geo file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove temporary geo file
update_imcal_benchmark
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Chao Peng
requested to merge
update_imcal_benchmark
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
11f3e7fe
1 commit,
3 years ago
2 files
+
1
−
313
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
benchmarks/imaging_ecal/run_imcal_pion0.sh
+
1
−
3
Options
@@ -47,9 +47,7 @@ do
@@ -47,9 +47,7 @@ do
done
done
set
--
"
${
POSITIONAL
[@]
}
"
# restore positional parameters
set
--
"
${
POSITIONAL
[@]
}
"
# restore positional parameters
# export CB_EMCAL_COMPACT_PATH=${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml
export
CB_EMCAL_COMPACT_PATH
=
${
DETECTOR_PATH
}
/
${
JUGGLER_DETECTOR
}
.xml
cp
benchmarks/imaging_ecal/test_geo.xml
${
DETECTOR_PATH
}
/.
export
CB_EMCAL_COMPACT_PATH
=
${
DETECTOR_PATH
}
/test_geo.xml
if
[[
!
-n
"
${
CB_EMCAL_NUMEV
}
"
]]
;
then
if
[[
!
-n
"
${
CB_EMCAL_NUMEV
}
"
]]
;
then
export
CB_EMCAL_NUMEV
=
1000
export
CB_EMCAL_NUMEV
=
1000
Loading