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

L2 tau identification with a CNN #35640

Merged
merged 14 commits into from Oct 21, 2021

Commits on Oct 19, 2021

  1. L2 tau identification with a CNN

    introduction of L2TauNNTag
    
    changes done after first iteration
    
    code-checks and code-format
    
    removed submodule
    
    applied 01/10 changes
    
    implemented second iteration
    
    added third iteration of changes
    
    fixed the readme.md file formatting
    
    files used are now winter2021 and debugLevel=0
    
    fixed path dependencies
    
    adding missing function
    valeriadamante authored and azotz committed Oct 19, 2021
    Copy the full SHA
    a6c89bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    05a4e22 View commit details
    Browse the repository at this point in the history
  3. Fix path to get normalisatin json file

    mbluj authored and azotz committed Oct 19, 2021
    Copy the full SHA
    de2f6c6 View commit details
    Browse the repository at this point in the history
  4. Remove type specifications from customisation; Use HLT_GRun_cff from …

    …release; Update recipe in README
    mbluj authored and azotz committed Oct 19, 2021
    Copy the full SHA
    f5c2d8a View commit details
    Browse the repository at this point in the history
  5. Add the L2CNN to unit tests

    mbluj authored and azotz committed Oct 19, 2021
    Copy the full SHA
    3b10c57 View commit details
    Browse the repository at this point in the history
  6. implement many comments from PR review

    includes general code style
    safety checks
    logging
    removal of commented code
    removal of tau_hlt namespace
    update paths
    switch to new HLT customization functions
    use logger instead of cout
    azotz committed Oct 19, 2021
    Copy the full SHA
    c6238a5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    aa12144 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8ce60cc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. implement new comments from PR review

    use get instead of getHandle where possible
    fix typos in comments/descriptions
    remove unused tokens
    azotz committed Oct 20, 2021
    Copy the full SHA
    39c47f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bf111f View commit details
    Browse the repository at this point in the history
  3. change capitalization of data members and functions

    for a more consistent coding style
    azotz committed Oct 20, 2021
    Copy the full SHA
    e5c7aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. remove unused includes and data member

    also use edm::isNotFinite
    azotz committed Oct 21, 2021
    Copy the full SHA
    edd759b View commit details
    Browse the repository at this point in the history
  2. improve readability

    azotz committed Oct 21, 2021
    Copy the full SHA
    33367ae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e73fe94 View commit details
    Browse the repository at this point in the history