Skip to content
Snippets Groups Projects
Commit 161ab757 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: options/tracker_reconstruction.py

parent 5b545fd9
No related branches found
No related tags found
1 merge request!100Improve tracking setup
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
...@@ -117,13 +117,13 @@ sourcelinker = TrackerSourceLinker("sourcelinker", ...@@ -117,13 +117,13 @@ sourcelinker = TrackerSourceLinker("sourcelinker",
outputMeasurements="BarrelTrackMeasurements", outputMeasurements="BarrelTrackMeasurements",
OutputLevel=DEBUG) 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,
OTrackerBarrelHits = trk_b_reco.outputHitCollection, # OTrackerBarrelHits = trk_b_reco.outputHitCollection,
OTrackerEndcapHits = trk_ec_reco.outputHitCollection, # OTrackerEndcapHits = trk_ec_reco.outputHitCollection,
outputSourceLinks="TrackerMeasurements", # outputSourceLinks="TrackerMeasurements",
OutputLevel=DEBUG) # OutputLevel=DEBUG)
## Track param init ## Track param init
truth_trk_init = TrackParamTruthInit("truth_trk_init", truth_trk_init = TrackParamTruthInit("truth_trk_init",
...@@ -218,7 +218,7 @@ ApplicationMgr( ...@@ -218,7 +218,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_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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment