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
54c245cf
Commit
54c245cf
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up options file
parent
5debbc2a
No related branches found
No related tags found
1 merge request
!101
Cleaning up options file
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking/options/tracker_reconstruction.py
+10
-1
10 additions, 1 deletion
benchmarks/tracking/options/tracker_reconstruction.py
with
10 additions
and
1 deletion
benchmarks/tracking/options/tracker_reconstruction.py
+
10
−
1
View file @
54c245cf
...
@@ -32,6 +32,7 @@ from Configurables import Jug__Digi__EMCalorimeterDigi as EMCalorimeterDigi
...
@@ -32,6 +32,7 @@ from Configurables import Jug__Digi__EMCalorimeterDigi as EMCalorimeterDigi
from
Configurables
import
Jug__Reco__TrackerHitReconstruction
as
TrackerHitReconstruction
from
Configurables
import
Jug__Reco__TrackerHitReconstruction
as
TrackerHitReconstruction
from
Configurables
import
Jug__Reco__TrackerSourceLinker
as
TrackerSourceLinker
from
Configurables
import
Jug__Reco__TrackerSourceLinker
as
TrackerSourceLinker
from
Configurables
import
Jug__Reco__Tracker2SourceLinker
as
Tracker2SourceLinker
from
Configurables
import
Jug__Reco__TrackerSourcesLinker
as
TrackerSourcesLinker
from
Configurables
import
Jug__Reco__TrackerSourcesLinker
as
TrackerSourcesLinker
#from Configurables import Jug__Reco__TrackingHitsSourceLinker as TrackingHitsSourceLinker
#from Configurables import Jug__Reco__TrackingHitsSourceLinker as TrackingHitsSourceLinker
from
Configurables
import
Jug__Reco__TrackParamTruthInit
as
TrackParamTruthInit
from
Configurables
import
Jug__Reco__TrackParamTruthInit
as
TrackParamTruthInit
...
@@ -117,6 +118,14 @@ sourcelinker = TrackerSourceLinker("sourcelinker",
...
@@ -117,6 +118,14 @@ sourcelinker = TrackerSourceLinker("sourcelinker",
outputMeasurements
=
"
BarrelTrackMeasurements
"
,
outputMeasurements
=
"
BarrelTrackMeasurements
"
,
OutputLevel
=
DEBUG
)
OutputLevel
=
DEBUG
)
trk_2src_lnkr
=
Tracker2SourceLinker
(
"
trk_2src_lnkr
"
,
TrackerBarrelHits
=
trk_b_reco
.
outputHitCollection
,
TrackerEndcapHits
=
vtx_b_reco
.
outputHitCollection
,
outputSourceLinks
=
"
BarrelHitSourceLinks
"
,
outputMeasurements
=
"
CombinedBarrelTrackMeasurements
"
,
OutputLevel
=
DEBUG
)
#trk_hits_srclnkr = TrackerSourcesLinker("trk_srcslnkr",
#trk_hits_srclnkr = TrackerSourcesLinker("trk_srcslnkr",
# ITrackerBarrelHits = vtx_b_reco.outputHitCollection,
# ITrackerBarrelHits = vtx_b_reco.outputHitCollection,
# ITrackerEndcapHits = vtx_ec_reco.outputHitCollection,
# ITrackerEndcapHits = vtx_ec_reco.outputHitCollection,
...
@@ -218,7 +227,7 @@ ApplicationMgr(
...
@@ -218,7 +227,7 @@ ApplicationMgr(
trk_b_digi
,
trk_ec_digi
,
vtx_b_digi
,
vtx_ec_digi
,
trk_b_digi
,
trk_ec_digi
,
vtx_b_digi
,
vtx_ec_digi
,
trk_b_reco
,
trk_ec_reco
,
vtx_b_reco
,
vtx_ec_reco
,
trk_b_reco
,
trk_ec_reco
,
vtx_b_reco
,
vtx_ec_reco
,
ecal_reco
,
simple_cluster
,
ecal_reco
,
simple_cluster
,
sourcelinker
,
#trk_hits_srclnkr,
sourcelinker
,
trk_2src_lnkr
,
#trk_hits_srclnkr,
clust_trk_init
,
truth_trk_init
,
#vtxcluster_trk_init,
clust_trk_init
,
truth_trk_init
,
#vtxcluster_trk_init,
trk_find_alg
,
parts_from_fit
,
trk_find_alg
,
parts_from_fit
,
trk_find_alg1
,
parts_from_fit1
,
trk_find_alg1
,
parts_from_fit1
,
...
...
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