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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!168
fix: sciglass needs RecoCoG instead of ImagingClusterReco
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
fix: sciglass needs RecoCoG instead of ImagingClusterReco
wdconinc-master-patch-22060
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
fix: sciglass needs RecoCoG instead of ImagingClusterReco
Wouter Deconinck
requested to merge
wdconinc-master-patch-22060
into
master
Jul 30, 2022
Overview
0
Commits
2
Pipelines
0
Changes
1
This was never going to work, and it's surprising it was in here for this long...
0
0
Merge request reports
Compare
master
version 1
c20a7f73
Jul 30, 2022
master (base)
and
latest version
latest version
f5da7c08
2 commits,
Jul 30, 2022
version 1
c20a7f73
1 commit,
Jul 30, 2022
1 file
+
13
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
options/reconstruction.py
+
13
−
5
View file @ f5da7c08
Edit in single-file editor
Open in Web IDE
Show full file
@@ -724,15 +724,23 @@ else:
)
algorithms
.
append
(
sciglass_ecal_cl
)
sciglass_ecal_clreco
=
ImagingCluster
Reco
(
sciglass_ecal_clreco
=
Reco
CoG
(
"
sciglass_ecal_clreco
"
,
inputProtoClusters
=
sciglass_ecal_cl
.
outputProtoClusterCollection
,
mcHits
=
"
EcalBarrelHits
"
,
outputClusters
=
"
EcalBarrelClusters
"
,
outputLayers
=
"
EcalBarrelLayers
"
,
inputProtoClusterCollection
=
sciglass_ecal_cl
.
outputProtoClusterCollection
,
outputClusterCollection
=
"
EcalBarrelClusters
"
,
logWeightBase
=
4.6
,
)
algorithms
.
append
(
sciglass_ecal_clreco
)
## barrel cluster merger
# barrel_clus_merger = ClusterMerger(
# "barrel_clus_merger",
# inputClusters=sciglass_ecal_clreco.outputClusterCollection,
# outputClusters="EcalBarrelMergedClusters",
# outputRelations="EcalBarrelMergedClusterRelations"
# )
# algorithms.append(barrel_clus_merger)
# Central Barrel Hcal
cb_hcal_daq
=
calo_daq
[
"
hcal_barrel
"
]
Loading