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

Fix HitPattern::stripHitFilter() (10_4_X) #25767

Merged

Commits on Jan 25, 2019

  1. Fix HitPattern unit test and actually assert

    After moving to the interface with TrackerTopology, this code ended up
    using the
    appendHit(const uint16_t pattern, TrackingRecHit::Type hitType)
    overload. The problem was found with clang.
    makortel committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    f214ef9 View commit details
    Browse the repository at this point in the history
  2. Fix HitPattern::stripHitFilter

    Fixes the failing unit test.
    makortel committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    0a80e58 View commit details
    Browse the repository at this point in the history