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
Merge requests
!169
Rename HitsReco to RecHits (for full reconstruction only)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename HitsReco to RecHits (for full reconstruction only)
rename-hitsreco-to-rechits
into
master
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
rename-hitsreco-to-rechits
into
master
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
8f004518
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8f004518
HitsDigi and HitsReco to RawHits and RecHits for EcalBarrelImaging
· 8f004518
Wouter Deconinck
authored
3 years ago
benchmarks/full/options/full_reconstruction.py
+
2
−
2
Options
@@ -230,13 +230,13 @@ img_barrel_daq = dict(
img_barrel_digi
=
CalHitDigi
(
"
img_barrel_digi
"
,
inputHitCollection
=
"
EcalBarrelHits
"
,
outputHitCollection
=
"
EcalBarrelImagingHits
Digi
"
,
outputHitCollection
=
"
EcalBarrelImaging
Raw
Hits
"
,
energyResolutions
=
[
0.
,
0.02
,
0.
],
# 2% flat resolution
**
img_barrel_daq
)
img_barrel_reco
=
ImCalPixelReco
(
"
img_barrel_reco
"
,
inputHitCollection
=
img_barrel_digi
.
outputHitCollection
,
outputHitCollection
=
"
EcalBarrelImagingHits
Reco
"
,
outputHitCollection
=
"
EcalBarrelImaging
Rec
Hits
"
,
thresholdFactor
=
3
,
# about 20 keV
readoutClass
=
"
EcalBarrelHits
"
,
# readout class
layerField
=
"
layer
"
,
# field to get layer id
Loading