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
!252
Fixes to benchmarks to run with ecce:main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes to benchmarks to run with ecce:main
fix-ecce-options
into
master
Overview
0
Commits
13
Pipelines
0
Changes
9
Merged
Wouter Deconinck
requested to merge
fix-ecce-options
into
master
2 years ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Viewing commit
d00d0bc1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d00d0bc1
Typo
· d00d0bc1
Wouter Deconinck
authored
2 years ago
benchmarks/imaging_ecal/run_emcal_barrel.sh
+
15
−
12
Options
@@ -127,18 +127,21 @@ for iev in "${ADDR[@]}"; do
continue
fi
python
${
CB_EMCAL_SCRIPT_DIR
}
/draw_cluster_layers.py
\
${
CB_EMCAL_REC_FILE
}
-e
${
iev
}
--topo-size
=
1.0
--compact
=
${
CB_EMCAL_COMPACT_PATH
}
-o
results/
${
particle
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running analysis script: draw_cluster_layers"
exit
1
fi
python
${
CB_EMCAL_SCRIPT_DIR
}
/draw_cluster.py
\
${
CB_EMCAL_REC_FILE
}
-e
${
iev
}
--topo-size
=
2.0
--compact
=
${
CB_EMCAL_COMPACT_PATH
}
-o
results/
${
particle
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running analysis script: draw_cluster"
exit
1
if
[[
${
JUGGLER_DETECTOR
}
=
~ athena
||
${
JUGGLER_DETECTOR
}
=
~ ecce
&&
${
JUGGLER_DETECTOR_CONFIG
}
=
~ imaging
]]
;
then
python
${
CB_EMCAL_SCRIPT_DIR
}
/draw_cluster_layers.py
\
${
CB_EMCAL_REC_FILE
}
-e
${
iev
}
--topo-size
=
1.0
--compact
=
${
CB_EMCAL_COMPACT_PATH
}
-o
results/
${
particle
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running analysis script: draw_cluster_layers"
exit
1
fi
python
${
CB_EMCAL_SCRIPT_DIR
}
/draw_cluster.py
\
${
CB_EMCAL_REC_FILE
}
-e
${
iev
}
--topo-size
=
2.0
--compact
=
${
CB_EMCAL_COMPACT_PATH
}
-o
results/
${
particle
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running analysis script: draw_cluster"
exit
1
fi
fi
done
Loading