Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Merge requests
21
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
0833781b
Commit
0833781b
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Remove TrackerBarrelHits2, DRICHHits2; RecHitsXY -> MergedHits
parent
6975db35
No related branches found
Branches containing commit
No related tags found
1 merge request
!186
Remove TrackerBarrelHits2, DRICHHits2; RecHitsXY -> MergedHits
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/full/options/full_reconstruction.py
+10
-19
10 additions, 19 deletions
benchmarks/full/options/full_reconstruction.py
with
10 additions
and
19 deletions
benchmarks/full/options/full_reconstruction.py
+
10
−
19
View file @
0833781b
...
...
@@ -117,16 +117,6 @@ copier = MCCopier("MCCopier",
outputCollection
=
"
mcparticles2
"
)
algorithms
.
append
(
copier
)
trkcopier
=
TrkCopier
(
"
TrkCopier
"
,
inputCollection
=
"
TrackerBarrelHits
"
,
outputCollection
=
"
TrackerBarrelHits2
"
)
algorithms
.
append
(
trkcopier
)
pmtcopier
=
PMTCopier
(
"
PMTCopier
"
,
inputCollection
=
"
DRICHHits
"
,
outputCollection
=
"
DRICHHits2
"
)
algorithms
.
append
(
pmtcopier
)
# Generated particles
dummy
=
MC2DummyParticle
(
"
dummy
"
,
inputCollection
=
"
mcparticles
"
,
...
...
@@ -171,6 +161,7 @@ ce_ecal_clreco = RecoCoG("ce_ecal_clreco",
inputHitCollection
=
ce_ecal_cl
.
inputHitCollection
,
inputProtoClusterCollection
=
ce_ecal_cl
.
outputProtoClusterCollection
,
outputClusterCollection
=
"
EcalEndcapNClusters
"
,
outputInfoCollection
=
"
EcalEndcapNClusterInfo
"
,
samplingFraction
=
0.998
,
# this accounts for a small fraction of leakage
logWeightBase
=
4.6
)
algorithms
.
append
(
ce_ecal_clreco
)
...
...
@@ -198,7 +189,7 @@ algorithms.append(ci_ecal_reco)
# merge hits in different layer (projection to local x-y plane)
ci_ecal_merger
=
CalHitsMerger
(
"
ci_ecal_merger
"
,
inputHitCollection
=
ci_ecal_reco
.
outputHitCollection
,
outputHitCollection
=
"
EcalEndcapPRecHits
XY
"
,
outputHitCollection
=
"
EcalEndcapPRec
Merged
Hits
"
,
fields
=
[
"
layer
"
,
"
slice
"
],
fieldRefNumbers
=
[
1
,
0
],
readoutClass
=
"
EcalEndcapPHits
"
)
...
...
@@ -290,7 +281,7 @@ algorithms.append(scfi_barrel_reco)
# merge hits in different layer (projection to local x-y plane)
scfi_barrel_merger
=
CalHitsMerger
(
"
scfi_barrel_merger
"
,
inputHitCollection
=
scfi_barrel_reco
.
outputHitCollection
,
outputHitCollection
=
"
EcalBarrelScFi
GridReco
"
,
outputHitCollection
=
"
EcalBarrelScFi
MergedHits
"
,
fields
=
[
"
fiber
"
],
fieldRefNumbers
=
[
1
],
readoutClass
=
"
EcalBarrelScFiHits
"
)
...
...
@@ -338,7 +329,7 @@ algorithms.append(cb_hcal_reco)
cb_hcal_merger
=
CalHitsMerger
(
"
cb_hcal_merger
"
,
inputHitCollection
=
cb_hcal_reco
.
outputHitCollection
,
outputHitCollection
=
"
HcalBarrel
Rec
Hits
XY
"
,
outputHitCollection
=
"
HcalBarrel
Merged
Hits
"
,
readoutClass
=
"
HcalBarrelHits
"
,
fields
=
[
"
layer
"
,
"
slice
"
],
fieldRefNumbers
=
[
1
,
0
])
...
...
@@ -383,7 +374,7 @@ algorithms.append(ci_hcal_reco)
ci_hcal_merger
=
CalHitsMerger
(
"
ci_hcal_merger
"
,
inputHitCollection
=
ci_hcal_reco
.
outputHitCollection
,
outputHitCollection
=
"
HcalEndcapP
Rec
Hits
XY
"
,
outputHitCollection
=
"
HcalEndcapP
Merged
Hits
"
,
readoutClass
=
"
HcalEndcapPHits
"
,
fields
=
[
"
layer
"
,
"
slice
"
],
fieldRefNumbers
=
[
1
,
0
])
...
...
@@ -428,7 +419,7 @@ algorithms.append(ce_hcal_reco)
ce_hcal_merger
=
CalHitsMerger
(
"
ce_hcal_merger
"
,
inputHitCollection
=
ce_hcal_reco
.
outputHitCollection
,
outputHitCollection
=
"
HcalEndcapN
Rec
Hits
XY
"
,
outputHitCollection
=
"
HcalEndcapN
Merged
Hits
"
,
readoutClass
=
"
HcalEndcapNHits
"
,
fields
=
[
"
layer
"
,
"
slice
"
],
fieldRefNumbers
=
[
1
,
0
])
...
...
@@ -593,11 +584,11 @@ algorithms.append(mrich_reco)
podout
=
PodioOutput
(
"
out
"
,
filename
=
output_rec
)
podout
.
outputCommands
=
[
"
keep *
"
,
"
drop *Digi
"
,
"
keep *Reco*
"
,
"
keep *ClusterHits
"
,
"
keep *Clusters
"
,
"
drop *Hits
"
,
"
keep *Layers
"
,
"
keep *Clusters
"
,
"
drop *ProtoClusters
"
,
"
drop outputParticles
"
,
"
drop InitTrackParams
"
,
]
+
[
"
drop
"
+
c
for
c
in
sim_coll
]
algorithms
.
append
(
podout
)
...
...
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