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

[102X][Backport] DeepAK8 tagger integration #24505

Merged
merged 31 commits into from Oct 3, 2018

Commits on Sep 11, 2018

  1. Copy the full SHA
    cdfb9a5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    678c743 View commit details
    Browse the repository at this point in the history
  3. Add DeepAK8 tagger.

     - Both the nominal and the decorrelated versions are included, as well
    as a few meta taggers (aggregating the scores).
     - Currently it supports only updating a jet collection. The
    implementation to run on RECO exists but not tested.
    hqucms committed Sep 11, 2018
    Copy the full SHA
    55b6cd7 View commit details
    Browse the repository at this point in the history
  4. Apply code-checks.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    6aa6cca View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fc1fd12 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    20b9aec View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d7a1c26 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d0e4e1a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    794b953 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e1e9e1a View commit details
    Browse the repository at this point in the history
  11. Need to sort subjets by pt.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    70477ac View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    957cf9d View commit details
    Browse the repository at this point in the history
  13. Switch to MXNet C++ API.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    a976d4e View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    830e1c3 View commit details
    Browse the repository at this point in the history
  15. Refactor MXNetCppPredictor.

    Re-bind executor every time for thread-safety.
    hqucms committed Sep 11, 2018
    Copy the full SHA
    0966b24 View commit details
    Browse the repository at this point in the history
  16. Remove MXNet C API.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    e8632e0 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    03fc196 View commit details
    Browse the repository at this point in the history
  18. Code style changes.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    f13af0c View commit details
    Browse the repository at this point in the history
  19. Fix BuildFile.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    8997d92 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    b12fd79 View commit details
    Browse the repository at this point in the history
  21. Fix BuildFile.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    d1eaf16 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    f4562fa View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    3aae32e View commit details
    Browse the repository at this point in the history
  24. Rename MXNet Predictor.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    2fcd0fb View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    fad4dc3 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    22d3cb5 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    4e5fb07 View commit details
    Browse the repository at this point in the history
  28. A few fixes.

    hqucms committed Sep 11, 2018
    Copy the full SHA
    0f3a195 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    1f639cf View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    32b2b2c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

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