Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_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
physics_benchmarks
Merge requests
!136
ZDC clustering
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ZDC clustering
zdc-clustering
into
master
Overview
0
Commits
10
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
zdc-clustering
into
master
3 years ago
Overview
0
Commits
10
Pipelines
0
Changes
1
Expand
Read ZDC sampling fractions from calibrations json file.
add calibrations json file in detectors/athena and check that it picks this up
Edited
3 years ago
by
Wouter Deconinck
0
0
Merge request reports
Viewing commit
2dfca9b2
Prev
Next
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2dfca9b2
typo
· 2dfca9b2
Wouter Deconinck
authored
3 years ago
options/reconstruction.py
+
1
−
1
Options
@@ -42,7 +42,7 @@ try:
@@ -42,7 +42,7 @@ try:
eval
(
ffi_zdc_cal
[
'
localDistXY
'
][
0
]),
eval
(
ffi_zdc_cal
[
'
localDistXY
'
][
0
]),
eval
(
ffi_zdc_cal
[
'
localDistXY
'
][
1
])
eval
(
ffi_zdc_cal
[
'
localDistXY
'
][
1
])
],
],
'
splitCluster
'
:
bool
(
ffi_zdc_cal
[
'
splitCluster
'
)
'
splitCluster
'
:
bool
(
ffi_zdc_cal
[
'
splitCluster
'
)
)
}
}
return
ffi_zdc_cal_sf
,
ffi_zdc_cal_cl
return
ffi_zdc_cal_sf
,
ffi_zdc_cal_cl
ffi_zdc_ecal_sf
,
ffi_zdc_ecal_cl_kwargs
=
ffi_zdc_cal_parse
(
ffi_zdc_ecal
)
ffi_zdc_ecal_sf
,
ffi_zdc_ecal_cl_kwargs
=
ffi_zdc_cal_parse
(
ffi_zdc_ecal
)
Loading