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

Add EDProducers for mkFit #27895

Merged
merged 20 commits into from Sep 18, 2019
Merged

Add EDProducers for mkFit #27895

merged 20 commits into from Sep 18, 2019

Commits on Aug 28, 2019

  1. Add producers for mkFit

    Also include customization functions to easily include it in matrix
    workflows. In this context amend the list of initialStep tracking
    modules for MTV timing plots.
    makortel committed Aug 28, 2019
    Copy the full SHA
    0bd86e7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b557c23 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Address review comments

    - Replace dynamic_cast on TrackerRecHit with trackerHitRTTI::isFromDet() + static_cast
    - Make the offset business more clear in the layer structure building
    - Reduce temporaries
    - Restore exceptions
    
    The seed-candidate hit index mismatch seems not to be occurring
    anymore (at least on a test of 100k 10mu and 10k ttbar nopu+PU50+PU70
    events).
    makortel committed Sep 3, 2019
    Copy the full SHA
    a10f90e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Move move constructors and assignment operators out-of-line

    The other constructors already were out-of-line, and this way the move
    operations can be called everywhere without requiring the #including
    the mkFit headers.
    makortel committed Sep 4, 2019
    Copy the full SHA
    6f032c4 View commit details
    Browse the repository at this point in the history
  2. Sort BuildFile

    makortel committed Sep 4, 2019
    Copy the full SHA
    9b81d92 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Copy the full SHA
    169fdfa View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Improve comments

    Improve content, and also move comments for better formatting
    makortel committed Sep 6, 2019
    Copy the full SHA
    5cca5e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    83aedfe View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    148ce4b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed7bfea View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    37cb82e View commit details
    Browse the repository at this point in the history
  6. Shorten lines

    makortel committed Sep 6, 2019
    Copy the full SHA
    0d27626 View commit details
    Browse the repository at this point in the history
  7. Deduce layer side from detid, and avoid unnecessarily repeated call t…

    …o convertLayerNumber()
    makortel committed Sep 6, 2019
    Copy the full SHA
    b5b6944 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d685b81 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7352bc2 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    48e563f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5bee1f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Copy the full SHA
    c26b3d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Fix subdet == TOB case

    makortel committed Sep 12, 2019
    Copy the full SHA
    55840b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Copy the full SHA
    d4140cf View commit details
    Browse the repository at this point in the history