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
Commits
ec3e0773
Commit
ec3e0773
authored
3 years ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
adjust emcal barrel clustering according to algorithm update
parent
ca09fad9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!97
adjust emcal barrel clustering according to algorithm update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/ecal/options/emcal_barrel_reco.py
+5
-5
5 additions, 5 deletions
benchmarks/ecal/options/emcal_barrel_reco.py
with
5 additions
and
5 deletions
benchmarks/ecal/options/emcal_barrel_reco.py
+
5
−
5
View file @
ec3e0773
...
@@ -48,7 +48,7 @@ from Configurables import Jug__Base__InputCopier_dd4pod__CalorimeterHitCollectio
...
@@ -48,7 +48,7 @@ from Configurables import Jug__Base__InputCopier_dd4pod__CalorimeterHitCollectio
from
Configurables
import
Jug__Digi__EcalTungstenSamplingDigi
as
EcalTungstenSamplingDigi
from
Configurables
import
Jug__Digi__EcalTungstenSamplingDigi
as
EcalTungstenSamplingDigi
from
Configurables
import
Jug__Reco__EcalTungstenSamplingReco
as
EcalTungstenSamplingReco
from
Configurables
import
Jug__Reco__EcalTungstenSamplingReco
as
EcalTungstenSamplingReco
from
Configurables
import
Jug__Reco__
SamplingECal
HitsMerger
as
SamplingECal
HitsMerger
from
Configurables
import
Jug__Reco__
Calorimeter
HitsMerger
as
Calorimeter
HitsMerger
from
Configurables
import
Jug__Reco__CalorimeterIslandCluster
as
IslandCluster
from
Configurables
import
Jug__Reco__CalorimeterIslandCluster
as
IslandCluster
from
Configurables
import
Jug__Reco__ClusterRecoCoG
as
RecoCoG
from
Configurables
import
Jug__Reco__ClusterRecoCoG
as
RecoCoG
...
@@ -85,13 +85,13 @@ embarrelreco = EcalTungstenSamplingReco("ecal_barrel_reco",
...
@@ -85,13 +85,13 @@ embarrelreco = EcalTungstenSamplingReco("ecal_barrel_reco",
# readout id definition for barrel ecal
# readout id definition for barrel ecal
# <id>system:8,barrel:3,module:4,layer:10,slice:5,x:32:-16,y:-16</id>
# <id>system:8,barrel:3,module:4,layer:10,slice:5,x:32:-16,y:-16</id>
# xy_merger sum layers/slices, masking (8+3+4, 8+3+4+5+10-1)
# xy_merger sum layers/slices, masking (8+3+4, 8+3+4+5+10-1)
embarrelxymerger
=
SamplingECal
HitsMerger
(
"
ecal_barrel_xy_merger
"
,
embarrelxymerger
=
Calorimeter
HitsMerger
(
"
ecal_barrel_xy_merger
"
,
cellIDMaskRanges
=
[
(
15
,
29
)
],
cellIDMaskRanges
=
[
"
layer
"
,
"
slice
"
],
inputHitCollection
=
"
RecoEcalBarrelHits
"
,
inputHitCollection
=
"
RecoEcalBarrelHits
"
,
outputHitCollection
=
"
RecoEcalBarrelHitsXY
"
)
outputHitCollection
=
"
RecoEcalBarrelHitsXY
"
)
# xy_merger sum modules, masking (8+3+4+5+10, 8+3+4+5+10+32-1)
# xy_merger sum modules, masking (8+3+4+5+10, 8+3+4+5+10+32-1)
embarrelzmerger
=
SamplingECal
HitsMerger
(
"
ecal_barrel_z_merger
"
,
embarrelzmerger
=
Calorimeter
HitsMerger
(
"
ecal_barrel_z_merger
"
,
cellIDMaskRanges
=
[
(
30
,
61
)
],
cellIDMaskRanges
=
[
"
x
"
,
"
y
"
],
inputHitCollection
=
"
RecoEcalBarrelHits
"
,
inputHitCollection
=
"
RecoEcalBarrelHits
"
,
outputHitCollection
=
"
RecoEcalBarrelHitsZ
"
)
outputHitCollection
=
"
RecoEcalBarrelHitsZ
"
)
# Clustering
# Clustering
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment