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

NanoAOD update #23445

Merged
merged 60 commits into from Jul 10, 2018
Merged

Commits on Apr 9, 2018

  1. fix dqm

    arizzi committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    e92f5d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cms-sw#156 from cms-nanoAOD/masterMergedAndNoData-…

    …integration
    
    Add deep flavour of MiniAOD v2 to nanoaod
    arizzi committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    b01ec5e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    403f30f View commit details
    Browse the repository at this point in the history
  2. NanoAOD file to run the bad muon / bad charged hadron modules + a tab…

    …le to add these to the nanoAOD event trees
    Shane Breeze committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    45b4e0b View commit details
    Browse the repository at this point in the history
  3. Add the extra flags producers and table to 80X for nanoaod (flags pre…

    …sent in 92X and beyond)
    Shane Breeze committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3c1899b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea5159 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee8af39 View commit details
    Browse the repository at this point in the history
  6. Add a flag for the BadPFMuonFilter module in 80X nanoAOD

    Shane Breeze committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    c74456a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge pull request cms-sw#160 from shane-breeze/nanoAOD-80XbadMuons

    80X MET Filters - bad muon flags
    gpetruc committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    04c80e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Merge commit nanoaod up to PR 160, excluding 120 commit '04c80e47598a…

    …a9aa4171bb24b361c6c421a937ef' into central
    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    871a09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d92d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4116e View commit details
    Browse the repository at this point in the history
  4. Fix syntax errors in HLT filter expressions

    My suspicion is that the ternary operator (??:) cannot be inlined; it
    gave completely bogus results. Fortunately, correct trigger bits were
    recovered with max() function, which serves as logical OR operator in
    this context.
    ktht authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    efe201c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18b6cae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5338d62 View commit details
    Browse the repository at this point in the history
  7. Corrected the qualityBitsDoc line FOR Electron setting bits: 2 = 1e (…

    …WPTight), 4 = 1e (WPLoose)
    rdewanje authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    ae11e8c View commit details
    Browse the repository at this point in the history
  8. Minor modifications in qualityBits for Electron to make them have the…

    … same pattern as Muon
    rdewanje authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    6cec12c View commit details
    Browse the repository at this point in the history
  9. Added b-tag SF EDProducer to get event weights, configs in nano_cff, …

    …w/o b-tag SF .csv files, updated BuildFile
    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    4633861 View commit details
    Browse the repository at this point in the history
  10. Modified BTagSFProducer and config to produce one weight table for mu…

    …ltiple discriminators, added separate measType configs for B/C/UDSG, patched minor cmssw incompatibility
    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    f3e3f01 View commit details
    Browse the repository at this point in the history
  11. Added era switches, added default output of 1.0 for the eras where SF…

    …s are unavailable
    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    3e9b425 View commit details
    Browse the repository at this point in the history
  12. Minor change

    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    bf7e85d View commit details
    Browse the repository at this point in the history
  13. Edited BTagSFProducer to not produce any branch for b-taggers marked …

    …as unavailable
    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    d7c581d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1007c4b View commit details
    Browse the repository at this point in the history
  15. Using jet.hadronFlavour() instead of jet.partonFlavour()

    mondalspandan authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    129a013 View commit details
    Browse the repository at this point in the history
  16. Adapting GenWeightsTableProducer to work with new header file format …

    …from MG26X systematics module
    adewit authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    976b253 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a16144 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    430acfb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    59a73fe View commit details
    Browse the repository at this point in the history
  20. Removing redundant if statement

    adewit authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e389a52 View commit details
    Browse the repository at this point in the history
  21. bug fix, wrong input tag used

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    853e01c View commit details
    Browse the repository at this point in the history
  22. Add PS weights to GenWeightsTableProducer

    adewit authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    93ec824 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9286a41 View commit details
    Browse the repository at this point in the history
  24. adding regression variables

    leonardogiannini authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    51d9c05 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    639e607 View commit details
    Browse the repository at this point in the history
  26. £target

    leonardogiannini authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    de0a057 View commit details
    Browse the repository at this point in the history
  27. target

    leonardogiannini authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    b3c7325 View commit details
    Browse the repository at this point in the history
  28. ptRel simple def

    leonardogiannini authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    eb5ab31 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f2d40fe View commit details
    Browse the repository at this point in the history
  30. nadya's regression

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    efd695e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e41e5ee View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0d0450b View commit details
    Browse the repository at this point in the history
  33. Update jets_cff.py

    Sorry there was a left over line from NanoAODTools, removed now
    Nadezda Chernyavskaya authored and arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    eb85ba1 View commit details
    Browse the repository at this point in the history
  34. enable only working version

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    b0898b5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9b12acd View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ac4bb4b View commit details
    Browse the repository at this point in the history
  37. readd deep flav

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    462d5b9 View commit details
    Browse the repository at this point in the history
  38. code checks and 80Xlegacy fix

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    b331907 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e298588 View commit details
    Browse the repository at this point in the history
  40. add DeepCSV to 80X samples

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e1c89aa View commit details
    Browse the repository at this point in the history
  41. add qgtagger for 80X

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    999c8a4 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1fb2406 View commit details
    Browse the repository at this point in the history
  43. restore cut at 15 GeV

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e72c226 View commit details
    Browse the repository at this point in the history
  44. enable re-btag only for 80X

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    8f53bf9 View commit details
    Browse the repository at this point in the history
  45. remove nPV normalization

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    1ab33c1 View commit details
    Browse the repository at this point in the history
  46. fix b-regression target

    arizzi committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    33222e9 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    28f8ba5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. use FileInPath

    arizzi committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    669a16b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. style cleanup

    arizzi committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    8f87b7a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Remove include

    gpetruc committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    d5e56ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b7b96e View commit details
    Browse the repository at this point in the history