From 161ab7572027b3a7e97291000407e8b7e8e491af Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 8 Jun 2021 21:58:23 -0500 Subject: [PATCH] modified: options/tracker_reconstruction.py --- .../tracking/options/tracker_reconstruction.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/benchmarks/tracking/options/tracker_reconstruction.py b/benchmarks/tracking/options/tracker_reconstruction.py index 7a64002f..ba2cbf0b 100644 --- a/benchmarks/tracking/options/tracker_reconstruction.py +++ b/benchmarks/tracking/options/tracker_reconstruction.py @@ -117,13 +117,13 @@ sourcelinker = TrackerSourceLinker("sourcelinker", outputMeasurements="BarrelTrackMeasurements", OutputLevel=DEBUG) -trk_hits_srclnkr = TrackerSourcesLinker("trk_srcslnkr", - ITrackerBarrelHits = vtx_b_reco.outputHitCollection, - ITrackerEndcapHits = vtx_ec_reco.outputHitCollection, - OTrackerBarrelHits = trk_b_reco.outputHitCollection, - OTrackerEndcapHits = trk_ec_reco.outputHitCollection, - outputSourceLinks="TrackerMeasurements", - OutputLevel=DEBUG) +#trk_hits_srclnkr = TrackerSourcesLinker("trk_srcslnkr", +# ITrackerBarrelHits = vtx_b_reco.outputHitCollection, +# ITrackerEndcapHits = vtx_ec_reco.outputHitCollection, +# OTrackerBarrelHits = trk_b_reco.outputHitCollection, +# OTrackerEndcapHits = trk_ec_reco.outputHitCollection, +# outputSourceLinks="TrackerMeasurements", +# OutputLevel=DEBUG) ## Track param init truth_trk_init = TrackParamTruthInit("truth_trk_init", @@ -218,7 +218,7 @@ ApplicationMgr( trk_b_digi, trk_ec_digi, vtx_b_digi, vtx_ec_digi, trk_b_reco, trk_ec_reco, vtx_b_reco, vtx_ec_reco, ecal_reco, simple_cluster, - sourcelinker, trk_hits_srclnkr, + sourcelinker, #trk_hits_srclnkr, clust_trk_init, truth_trk_init, #vtxcluster_trk_init, trk_find_alg, parts_from_fit, trk_find_alg1, parts_from_fit1, -- GitLab