Skip to content
Snippets Groups Projects
Commit 1750964e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Use TrackerHitReconstruction for TrackerReco

parent 7f862984
No related branches found
No related tags found
1 merge request!118Resolve "Add Far Forward raw hit determination"
This commit is part of merge request !118. Comments created here will be created in the context of that merge request.
...@@ -207,7 +207,7 @@ trk_b0_digi = TrackerDigi("trk_b0_digi", ...@@ -207,7 +207,7 @@ trk_b0_digi = TrackerDigi("trk_b0_digi",
timeResolution=8) timeResolution=8)
algorithms.append(trk_b0_digi) algorithms.append(trk_b0_digi)
trk_b0_reco = TrackerReco("trk_b_reco", trk_b0_reco = TrackerHitReconstruction("trk_b_reco",
inputHitCollection = trk_b0_digi.outputHitCollection, inputHitCollection = trk_b0_digi.outputHitCollection,
outputHitCollection="B0TrackerRecHits") outputHitCollection="B0TrackerRecHits")
algorithms.append(trk_b0_reco) algorithms.append(trk_b0_reco)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment