Implementing in HLT2 new ghostprob weights for PbPb reconstruction
The ghostprobability tools and track creators at RecoConf
have been modified in order to add new NN weights for ghost track identification which have been trained with minimum bias PbPb peripheral MC samples. The trained samples for training the NNs were generated with make_light_reco_pr_kf
reconstruction and the following binds
make_TrackBestTrackCreator_tracks.bind(max_chi2ndof=sys.float_info.max),\
make_PrKalmanFilter_Velo_tracks.bind(max_chi2ndof=5.),\
make_PrKalmanFilter_tracks.bind(max_chi2ndof=4.),\
make_PrKalmanFilter_Downstream_tracks.bind(max_chi2ndof=6.),\
make_PrKalmanFilter_Upstream_tracks.bind(max_chi2ndof=3.),\
make_PrKalmanFilter_Seed_tracks.bind(max_chi2ndof=6.),\
This task is linked to lhcb-datapkg/ParamFiles!109 (merged)
Edited by Ivan Cambon Bouzas