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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!289
**/options: enable adjacencyMatrix in IslandCluster for SciGlass
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
**/options: enable adjacencyMatrix in IslandCluster for SciGlass
pr/adjacencyMatrix
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
**/options: enable adjacencyMatrix in IslandCluster for SciGlass
Dmitry Kalinkin
requested to merge
pr/adjacencyMatrix
into
master
Feb 7, 2023
Overview
0
Commits
1
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
master
version 1
74287e07
Feb 7, 2023
master (base)
and
latest version
latest version
50754bd1
1 commit,
Feb 7, 2023
version 1
74287e07
1 commit,
Feb 7, 2023
3 files
+
15
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
benchmarks/clustering/options/full_cal_reco.py
+
5
−
1
View file @ 50754bd1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -258,7 +258,11 @@ else:
@@ -258,7 +258,11 @@ else:
splitCluster
=
False
,
splitCluster
=
False
,
minClusterHitEdep
=
1.0
*
MeV
,
# discard low energy hits
minClusterHitEdep
=
1.0
*
MeV
,
# discard low energy hits
minClusterCenterEdep
=
30
*
MeV
,
minClusterCenterEdep
=
30
*
MeV
,
sectorDist
=
5.0
*
cm
)
# Magic constants:
# 24 - number of sectors
# 5 - number of towers per sector
adjacencyMatrix
=
"
(abs(tower_1 - tower_2) + (abs((sector_1 - sector_2) * 5 + row_1 - row_2) == 1) + (abs((sector_1 - sector_2) * 5 + row_1 - row_2) == (24 * 5 - 1))) == 1
"
,
readoutClass
=
"
EcalBarrelSciGlassHits
"
)
algs
.
append
(
cb_ecal_cl
)
algs
.
append
(
cb_ecal_cl
)
cb_ecal_clreco
=
ImagingClusterReco
(
"
cb_ecal_clreco
"
,
cb_ecal_clreco
=
ImagingClusterReco
(
"
cb_ecal_clreco
"
,
Loading