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

modified: tracking/options/tracker_reconstruction.py

parent 4cf1b050
Branches
Tags
1 merge request!45Some surfaces not fully working
...@@ -104,19 +104,19 @@ sourcelinker = TrackerSourceLinker("trk_srclinker", ...@@ -104,19 +104,19 @@ sourcelinker = TrackerSourceLinker("trk_srclinker",
outputSourceLinks="BarrelTrackSourceLinks", outputSourceLinks="BarrelTrackSourceLinks",
OutputLevel=DEBUG) OutputLevel=DEBUG)
trk_hits_srclnkr = TrackingHitsSourceLinker("trk_hits_srclnkr", #trk_hits_srclnkr = TrackingHitsSourceLinker("trk_hits_srclnkr",
inputTrackerCollections = [trk_endcap_reco.outputHitCollection, # 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], trk_barrel_reco.outputHitCollection], #vtx_barrel_reco.outputHitCollection],
outputSourceLinks="TrackingSourceLinks", outputSourceLinks="TrackingSourceLinks",
OutputLevel=DEBUG) OutputLevel=DEBUG)
#trk_hits_srclnkr2 = TrtackerSourcesLinker("trk_srcslnkr2",
# trackerHitCollections=["TrackerEndcapRecHits","TrackerBarrelRecHits","VertexBarrelRecHits"],
# outputSourceLinks="AllTrackerSourceLinks",
# OutputLevel=DEBUG)
# Track param init # Track param init
truth_trk_init = TrackParamTruthInit("truth_trk_init", truth_trk_init = TrackParamTruthInit("truth_trk_init",
inputMCParticles="mcparticles", inputMCParticles="mcparticles",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment