Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12_4_X] Compute muon index bits using idx from dataformat #38116

Merged

Commits on May 27, 2022

  1. Compute muon index bits using idx from dataformat

    We currently compute the muon index within the link from the position in
    the vector, however this is packed densely and during cosmics the EMTF
    always sends muon stubs in third position (even if the second position
    is free), causing a mismatch in index bits. Therefore we now assign the
    muon index on the link in the uGMT unpacker and use that index if it is
    set.
    dinyar committed May 27, 2022
    Copy the full SHA
    6c39638 View commit details
    Browse the repository at this point in the history