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
609a6d5d
Commit
609a6d5d
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove HcalEndcapP clustering benchmark
parent
86ec4d46
No related branches found
Branches containing commit
No related tags found
1 merge request
!291
fix: remove HcalEndcapP clustering benchmark
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/clustering/options/full_cal_reco.py
+0
-45
0 additions, 45 deletions
benchmarks/clustering/options/full_cal_reco.py
with
0 additions
and
45 deletions
benchmarks/clustering/options/full_cal_reco.py
+
0
−
45
View file @
609a6d5d
...
@@ -70,8 +70,6 @@ sim_coll = [
...
@@ -70,8 +70,6 @@ sim_coll = [
"
EcalEndcapPHitsContributions
"
,
"
EcalEndcapPHitsContributions
"
,
"
HcalBarrelHits
"
,
"
HcalBarrelHits
"
,
"
HcalBarrelHitsContributions
"
,
"
HcalBarrelHitsContributions
"
,
"
HcalEndcapPHits
"
,
"
HcalEndcapPHitsContributions
"
,
"
HcalEndcapNHits
"
,
"
HcalEndcapNHits
"
,
"
HcalEndcapNHitsContributions
"
,
"
HcalEndcapNHitsContributions
"
,
]
]
...
@@ -368,49 +366,6 @@ cb_hcal_clreco = RecoCoG("cb_hcal_clreco",
...
@@ -368,49 +366,6 @@ cb_hcal_clreco = RecoCoG("cb_hcal_clreco",
logWeightBase
=
6.2
)
logWeightBase
=
6.2
)
algs
.
append
(
cb_hcal_clreco
)
algs
.
append
(
cb_hcal_clreco
)
# Hcal Hadron Endcap
ci_hcal_daq
=
dict
(
dynamicRangeADC
=
50.
*
MeV
,
capacityADC
=
32768
,
pedestalMean
=
400
,
pedestalSigma
=
10
)
ci_hcal_digi
=
CalHitDigi
(
"
ci_hcal_digi
"
,
inputHitCollection
=
"
HcalEndcapPHits
"
,
outputHitCollection
=
"
HcalEndcapPHitsDigi
"
,
**
ci_hcal_daq
)
algs
.
append
(
ci_hcal_digi
)
ci_hcal_reco
=
CalHitReco
(
"
ci_hcal_reco
"
,
inputHitCollection
=
ci_hcal_digi
.
outputHitCollection
,
outputHitCollection
=
"
HcalEndcapPHitsReco
"
,
thresholdFactor
=
5.0
,
samplingFraction
=
ci_hcal_sf
,
**
ci_hcal_daq
)
algs
.
append
(
ci_hcal_reco
)
ci_hcal_merger
=
CalHitsMerger
(
"
ci_hcal_merger
"
,
inputHitCollection
=
ci_hcal_reco
.
outputHitCollection
,
outputHitCollection
=
"
HcalEndcapPHitsRecoXY
"
,
readoutClass
=
"
HcalEndcapPHits
"
,
fields
=
[
"
layer
"
,
"
slice
"
],
fieldRefNumbers
=
[
1
,
0
])
algs
.
append
(
ci_hcal_merger
)
ci_hcal_cl
=
IslandCluster
(
"
ci_hcal_cl
"
,
inputHitCollection
=
ci_hcal_merger
.
outputHitCollection
,
outputProtoClusterCollection
=
"
HcalEndcapPProtoClusters
"
,
splitCluster
=
False
,
minClusterCenterEdep
=
30.
*
MeV
,
localDistXY
=
[
15.
*
cm
,
15.
*
cm
])
algs
.
append
(
ci_hcal_cl
)
ci_hcal_clreco
=
RecoCoG
(
"
ci_hcal_clreco
"
,
inputProtoClusterCollection
=
ci_hcal_cl
.
outputProtoClusterCollection
,
outputClusterCollection
=
"
HcalEndcapPClusters
"
,
logWeightBase
=
6.2
)
algs
.
append
(
ci_hcal_clreco
)
# Hcal Electron Endcap
# Hcal Electron Endcap
ce_hcal_daq
=
dict
(
ce_hcal_daq
=
dict
(
dynamicRangeADC
=
50.
*
MeV
,
dynamicRangeADC
=
50.
*
MeV
,
...
...
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