Skip to content

On-demand jet and Type-1 MET variations for NanoAODv5+

Pieter David requested to merge piedavid/bamboo:jetmetvar_v5plus into master

Fixes #4 (closed) #19 (closed)

  • jet variations are identical to NanoAOD-tools
  • refactoring (calculator and proxies/decorators) to have a smaller product from the calculator (eta and phi were duplicated).
  • Type-1 MET (regular)
  • METFixEE2017 version (quite different)
  • (?) use the same (simpler and more generic) proxy classes as for post-processed NanoAOD
  • avoid per-event/per-jet lookup in the output map (the order is fixed, so the index can be found on the python side)

Fat jets are for later (but can probably reuse most of the code)

Edited by Pieter David

Merge request reports