You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard type 1 correction to missing pT is done using jets with the electromagnetic energy faction of less than 0.9. While it is available for the main collection of jets via branches Jet_chEmEF and Jet_neEmEF, these energy fractions are not stored in collection CorrT1METJet. I thought that maybe the jets in that collection have already been filtered, but this doesn't seem to be the case: here is the source and cut of the corresponding table, and the source collection is defined here. This problem was already reported in cms-nanoAOD/nanoAOD-tools#238.
I doubt we need the energy fractions per se in CorrT1METJet. Instead, it would be sufficient to add a boolean branch indicating whether the jet passes the selection. Alternatively, we could not store jets that don't pass the cut on the energy fraction, but this is less desirable since people might be using those jets for purposes other than the type 1 correction. I can try to prepare a pull request if needed. Please let me know.
The text was updated successfully, but these errors were encountered:
The standard type 1 correction to missing pT is done using jets with the electromagnetic energy faction of less than 0.9. While it is available for the main collection of jets via branches
Jet_chEmEF
andJet_neEmEF
, these energy fractions are not stored in collectionCorrT1METJet
. I thought that maybe the jets in that collection have already been filtered, but this doesn't seem to be the case: here is the source and cut of the corresponding table, and the source collection is defined here. This problem was already reported in cms-nanoAOD/nanoAOD-tools#238.I doubt we need the energy fractions per se in
CorrT1METJet
. Instead, it would be sufficient to add a boolean branch indicating whether the jet passes the selection. Alternatively, we could not store jets that don't pass the cut on the energy fraction, but this is less desirable since people might be using those jets for purposes other than the type 1 correction. I can try to prepare a pull request if needed. Please let me know.The text was updated successfully, but these errors were encountered: