Skip to content

BPHY22: changes in reconstruction flow

BPHY22.py Three reconstruction modes B->MuDp, B->MuDs and B->MuLambda_c are removed from the BPHY22.py. Now BPHY22 only performs reconstruction for MuDpst decay mode. This does not affect other groups, which only uses B->MuDpst mode. Container BPHY22DiTrk is reintroduced in the working flow, as it contains crucial information, and, taking into account removed containers for Ds, Dp and Lambda_c, it should not cause problems with the output size.

MuPlusDpstCascade.cxx(.h) Additional cascade fit introduced for the succeeded vertices. Now after main cascade fit one more InDet track is added to the vertex. For each successfull B vertex there might be several additional fits with track. Additional vertices are stored in separate container and do not affect main cascade fit and the way it's stored.

Merge request reports