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

Enable trk_hit_col; fix InitTrackParams

parent f9371f0e
No related branches found
No related tags found
1 merge request!168Resolve "Remove obsolete algorithms from full simulations"
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment