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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
a488e509
Commit
a488e509
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Noop
parent
aa65735d
No related branches found
No related tags found
1 merge request
!145
Reenable inclusive kinematics
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
options/reconstruction.py
+15
-15
15 additions, 15 deletions
options/reconstruction.py
with
15 additions
and
15 deletions
options/reconstruction.py
+
15
−
15
View file @
a488e509
...
...
@@ -358,26 +358,26 @@ algorithms.append(ffi_zdc_hcal_clreco)
# Crystal Endcap Ecal
ce_ecal_daq
=
calo_daq
[
'
ecal_neg_endcap
'
]
ce_ecal_digi
=
CalHitDigi
(
"
ce_ecal_digi
"
,
inputHitCollection
=
"
EcalEndcapNHits
"
,
outputHitCollection
=
"
EcalEndcapNRawHits
"
,
energyResolutions
=
[
0.
,
0.02
,
0.
],
inputHitCollection
=
"
EcalEndcapNHits
"
,
outputHitCollection
=
"
EcalEndcapNRawHits
"
,
energyResolutions
=
[
0.
,
0.02
,
0.
],
**
ce_ecal_daq
)
algorithms
.
append
(
ce_ecal_digi
)
ce_ecal_reco
=
CalHitReco
(
"
ce_ecal_reco
"
,
inputHitCollection
=
ce_ecal_digi
.
outputHitCollection
,
outputHitCollection
=
"
EcalEndcapNRecHits
"
,
thresholdFactor
=
4
,
# 4 sigma cut on pedestal sigma
samplingFraction
=
0.998
,
# this accounts for a small fraction of leakage
readoutClass
=
"
EcalEndcapNHits
"
,
sectorField
=
"
sector
"
,
inputHitCollection
=
ce_ecal_digi
.
outputHitCollection
,
outputHitCollection
=
"
EcalEndcapNRecHits
"
,
thresholdFactor
=
4
,
# 4 sigma cut on pedestal sigma
samplingFraction
=
0.998
,
# this accounts for a small fraction of leakage
readoutClass
=
"
EcalEndcapNHits
"
,
sectorField
=
"
sector
"
,
**
ce_ecal_daq
)
algorithms
.
append
(
ce_ecal_reco
)
ce_ecal_cl
=
TruthClustering
(
"
ce_ecal_cl
"
,
inputHits
=
ce_ecal_reco
.
outputHitCollection
,
mcHits
=
"
EcalEndcapNHits
"
,
outputProtoClusters
=
"
EcalEndcapNProtoClusters
"
)
inputHits
=
ce_ecal_reco
.
outputHitCollection
,
mcHits
=
"
EcalEndcapNHits
"
,
outputProtoClusters
=
"
EcalEndcapNProtoClusters
"
)
#ce_ecal_cl = IslandCluster("ce_ecal_cl",
# inputHitCollection=ce_ecal_reco.outputHitCollection,
# outputProtoClusterCollection="EcalEndcapNProtoClusters",
...
...
@@ -389,9 +389,9 @@ ce_ecal_cl = TruthClustering("ce_ecal_cl",
algorithms
.
append
(
ce_ecal_cl
)
ce_ecal_clreco
=
RecoCoG
(
"
ce_ecal_clreco
"
,
inputProtoClusterCollection
=
ce_ecal_cl
.
outputProtoClusters
,
outputClusterCollection
=
"
EcalEndcapNClusters
"
,
logWeightBase
=
4.6
)
inputProtoClusterCollection
=
ce_ecal_cl
.
outputProtoClusters
,
outputClusterCollection
=
"
EcalEndcapNClusters
"
,
logWeightBase
=
4.6
)
algorithms
.
append
(
ce_ecal_clreco
)
#ce_ecal_clmerger = ClusterMerger("ce_ecal_clmerger",
...
...
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