Prototype of new alignment configuration
Compare changes
@@ -15,7 +15,8 @@ from PyConf.application import configure_input
@@ -39,10 +40,10 @@ def getAlignmentTracksAndPVs():
with reconstruction.bind(from_file=False), make_hlt2_tracks.bind(light_reco=True, use_pr_kf=True), make_reco_pvs.bind( make_pvs_from_velo_tracks=make_PatPV3DFuture_pvs), make_VeloClusterTrackingSIMD_tracks.bind(make_tracks=VeloClusterTrackingSIMDFull), PrKalmanFilter.bind(FillFitResult=True, ClassicSmoothing=True), make_default_reconstruction.bind(usePatPVFuture=True, usePrKalman=True):
with reconstruction.bind(from_file=False), PrKalmanFilter.bind(FillFitResult=True, ClassicSmoothing=True), reconstruction_hook.bind(make_reconstruction=make_fastest_reconstruction), make_reco_pvs.bind( make_pvs_from_velo_tracks=make_PatPV3DFuture_pvs), make_fastest_reconstruction.bind(usePatPVFuture=True):