Multitrack seeding improvement and fix to KF track refit
Compare changes
Files
21@@ -29,6 +29,8 @@ parser.add_argument("-r", "--reco", default="",
@@ -29,6 +29,8 @@ parser.add_argument("-r", "--reco", default="",
@@ -37,6 +39,8 @@ parser.add_argument("--MC_calibTag", default="",
@@ -37,6 +39,8 @@ parser.add_argument("--MC_calibTag", default="",
help="Specify tag used to reconstruct MC calo energy: (WAVE-Calibration-01-LG-nofilt, WAVE-Calibration-01-LG, WAVE-Calibration-01-HG-nofilt, or WAVE-Calibration-01-HG) ")
@@ -81,6 +85,8 @@ else:
@@ -81,6 +85,8 @@ else:
@@ -103,6 +109,8 @@ else:
@@ -103,6 +109,8 @@ else:
@@ -173,7 +181,7 @@ acc.merge(PoolWriteCfg(ConfigFlags))
@@ -173,7 +181,7 @@ acc.merge(PoolWriteCfg(ConfigFlags))
@@ -185,21 +193,23 @@ else:
@@ -185,21 +193,23 @@ else:
from TrackerPrepRawDataFormation.TrackerPrepRawDataFormationConfig import FaserSCT_ClusterizationCfg
@@ -226,7 +236,8 @@ if useCKF:
@@ -226,7 +236,8 @@ if useCKF:
@@ -246,10 +257,10 @@ itemList = [ "xAOD::EventInfo#*"
@@ -246,10 +257,10 @@ itemList = [ "xAOD::EventInfo#*"
@@ -266,13 +277,14 @@ tagBuilder = CompFactory.EventInfoTagBuilder()
@@ -266,13 +277,14 @@ tagBuilder = CompFactory.EventInfoTagBuilder()