From eb146e0beec071db68262e59743cb554ed1c20cd Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Tue, 17 Aug 2021 19:38:27 +0000
Subject: [PATCH] Enable trk_hit_col; fix InitTrackParams

---
 benchmarks/full/options/full_reconstruction.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py
index 19d20d31..b17c9551 100644
--- a/benchmarks/full/options/full_reconstruction.py
+++ b/benchmarks/full/options/full_reconstruction.py
@@ -472,7 +472,7 @@ sourcelinker = TrackerSourcesLinker("trk_srcslnkr",
 ## Track param init
 truth_trk_init = TrackParamTruthInit("truth_trk_init",
         inputMCParticles="mcparticles",
-        outputInitialTrackParameters="InitTrackParamsFromTruth")
+        outputInitialTrackParameters="InitTrackParams")
 
 #clust_trk_init = TrackParamClusterInit("clust_trk_init",
 #        inputClusters="SimpleClusters",
@@ -541,6 +541,7 @@ podout.outputCommands = [
         "keep *ClusterHits",
         "keep *Clusters",
         "keep *Layers",
+        "drop InitTrackParams",
         "drop mcparticles"
         ]
 
@@ -555,11 +556,11 @@ ApplicationMgr(
               ci_hcal_digi, ci_hcal_reco, ci_hcal_merger, ci_hcal_cl, ci_hcal_clreco,
               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_hit_col,
               sourcelinker, #trk_hits_srclnkr,
               #clust_trk_init,
-              truth_trk_init,
+              truth_trk_init, trk_find_alg, parts_from_fit,
               #vtxcluster_trk_init,
-              trk_find_alg, parts_from_fit,
               #trk_find_alg1, parts_from_fit1,
               #trk_find_alg2, parts_from_fit2,
               pmtcopier, pmtdigi, pmtreco, #richcluster,
-- 
GitLab