Skip to content
Snippets Groups Projects

split track containers and persistency (versioning)

Merged Maarten Van Veghel requested to merge mveghel-calov1persistencyfix into master
4 files
+ 6
7
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -58,7 +58,8 @@ def make_lines():
return [twobody_line(persistreco=True), threebody_line(persistreco=True)]
my_reco = make_light_reco_pr_kf
skipUT = False
my_reco = make_light_reco_pr_kf_without_UT if skipUT else make_light_reco_pr_kf
public_tools = [stateProvider_with_simplified_geom()]
with hlt2_reconstruction.bind(
Loading