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
a822e292
Commit
a822e292
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
tracker
parent
916ca666
Branches
Branches containing commit
No related tags found
1 merge request
!151
Update eicd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking/options/imagingcluster_seeded_tracking.py
+6
-4
6 additions, 4 deletions
...hmarks/tracking/options/imagingcluster_seeded_tracking.py
with
6 additions
and
4 deletions
benchmarks/tracking/options/imagingcluster_seeded_tracking.py
+
6
−
4
View file @
a822e292
...
@@ -110,7 +110,7 @@ cb_ecal_digi = CalHitDigi("cb_ecal_digi",
...
@@ -110,7 +110,7 @@ cb_ecal_digi = CalHitDigi("cb_ecal_digi",
**
cb_ecal_daq
)
**
cb_ecal_daq
)
cb_ecal_reco
=
ImCalPixelReco
(
"
cb_ecal_reco
"
,
cb_ecal_reco
=
ImCalPixelReco
(
"
cb_ecal_reco
"
,
inputHitCollection
=
"
EcalBarrelHitsDigi
"
,
inputHitCollection
=
cb_ecal_digi
.
outputHitCollection
,
outputHitCollection
=
"
EcalBarrelHitsReco
"
,
outputHitCollection
=
"
EcalBarrelHitsReco
"
,
thresholdFactor
=
3
,
# about 20 keV
thresholdFactor
=
3
,
# about 20 keV
readoutClass
=
"
EcalBarrelHits
"
,
# readout class
readoutClass
=
"
EcalBarrelHits
"
,
# readout class
...
@@ -119,8 +119,8 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
...
@@ -119,8 +119,8 @@ cb_ecal_reco = ImCalPixelReco("cb_ecal_reco",
**
cb_ecal_daq
)
**
cb_ecal_daq
)
cb_ecal_cl
=
ImagingCluster
(
"
cb_ecal_cl
"
,
cb_ecal_cl
=
ImagingCluster
(
"
cb_ecal_cl
"
,
inputHitCollection
=
"
EcalBarrelHitsReco
"
,
inputHitCollection
=
cb_ecal_reco
.
outputHitCollection
,
output
Hit
Collection
=
"
EcalBarrelCluster
Hit
s
"
,
output
ProtoCluster
Collection
=
"
EcalBarrel
Proto
Clusters
"
,
localDistXY
=
[
2.
*
mm
,
2
*
mm
],
# same layer
localDistXY
=
[
2.
*
mm
,
2
*
mm
],
# same layer
layerDistEtaPhi
=
[
10
*
mrad
,
10
*
mrad
],
# adjacent layer
layerDistEtaPhi
=
[
10
*
mrad
,
10
*
mrad
],
# adjacent layer
neighbourLayersRange
=
2
,
# id diff for adjacent layer
neighbourLayersRange
=
2
,
# id diff for adjacent layer
...
@@ -128,8 +128,10 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl",
...
@@ -128,8 +128,10 @@ cb_ecal_cl = ImagingCluster("cb_ecal_cl",
cb_ecal_clreco
=
ImagingClusterReco
(
"
cb_ecal_clreco
"
,
cb_ecal_clreco
=
ImagingClusterReco
(
"
cb_ecal_clreco
"
,
samplingFraction
=
cb_ecal_sf
,
samplingFraction
=
cb_ecal_sf
,
inputHitCollection
=
"
EcalBarrelClusterHits
"
,
inputHitCollection
=
cb_ecal_cl
.
inputHitCollection
,
inputProtoClusterCollection
=
cb_ecal_cl
.
outputProtoClusterCollection
,
outputClusterCollection
=
"
EcalBarrelClusters
"
,
outputClusterCollection
=
"
EcalBarrelClusters
"
,
outputInfoCollection
=
"
EcalBarrelClustersInfo
"
,
outputLayerCollection
=
"
EcalBarrelLayers
"
)
outputLayerCollection
=
"
EcalBarrelLayers
"
)
## Track param init
## Track param init
...
...
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