diff --git a/tracking/options/tracker_reconstruction.py b/tracking/options/tracker_reconstruction.py index 96699a380a76134389359a914c16b819cf356f99..a54d3b2f43c8c9212b77b430fb25b42cb0057969 100644 --- a/tracking/options/tracker_reconstruction.py +++ b/tracking/options/tracker_reconstruction.py @@ -104,19 +104,19 @@ sourcelinker = TrackerSourceLinker("trk_srclinker", outputSourceLinks="BarrelTrackSourceLinks", OutputLevel=DEBUG) -trk_hits_srclnkr = TrackingHitsSourceLinker("trk_hits_srclnkr", - inputTrackerCollections = [trk_endcap_reco.outputHitCollection, +#trk_hits_srclnkr = TrackingHitsSourceLinker("trk_hits_srclnkr", +# inputTrackerCollections = [trk_endcap_reco.outputHitCollection, +# trk_barrel_reco.outputHitCollection], #vtx_barrel_reco.outputHitCollection], +# outputSourceLinks="TrackingSourceLinks", +# OutputLevel=DEBUG) + +trk_hits_srclnkr2 = TrackerSourcesLinker("trk_hits_srclnkr", + #trackerHitCollections=["TrackerEndcapRecHits","TrackerBarrelRecHits","VertexBarrelRecHits"], + trackerHitCollections = [trk_endcap_reco.outputHitCollection, trk_barrel_reco.outputHitCollection], #vtx_barrel_reco.outputHitCollection], outputSourceLinks="TrackingSourceLinks", OutputLevel=DEBUG) - - -#trk_hits_srclnkr2 = TrtackerSourcesLinker("trk_srcslnkr2", -# trackerHitCollections=["TrackerEndcapRecHits","TrackerBarrelRecHits","VertexBarrelRecHits"], -# outputSourceLinks="AllTrackerSourceLinks", -# OutputLevel=DEBUG) - # Track param init truth_trk_init = TrackParamTruthInit("truth_trk_init", inputMCParticles="mcparticles",