cms-nanoAOD / cmssw

CMS NanoAOD software integration repository
http://cms-sw.github.io/
Apache License 2.0
3 stars 10 forks source link

Jet Cleanup #547

Closed mariadalfonso closed 1 year ago

mariadalfonso commented 4 years ago

https://cms-nanoaod-integration.web.cern.ch/integration/pr31618/mc106Xul18_size_report.html#Jet

currently jet eta/phi are saved with high precision ~ 12 as leptons while the pt are redefined with precision 10

https://github.com/cms-sw/cmssw/blob/540da10c5a27a2dadb0b06c28b5ca5db3a2f58f5/PhysicsTools/NanoAOD/python/jets_cff.py#L261 https://github.com/cms-sw/cmssw/blob/540da10c5a27a2dadb0b06c28b5ca5db3a2f58f5/PhysicsTools/NanoAOD/python/jets_cff.py#L548

DQM

Self-Documentation:

lathomas commented 3 years ago

Hello, For the HF variables, we are still optimizing the cuts (and at least one analysis is using the full variable in NANO). These variables however only apply for high pt HF jets so I suspect the size should be heavily compressed compared to usual Floats (?)

mariadalfonso commented 3 years ago
  • [ ] the variables Jet_chFPV0EF, Jet_chFPV1EF,Jet_chFPV2EF,Jet_chFPV3EF can be moved to the JMEnano and removed from central

this is done in cms-sw/33824

vlimant commented 1 year ago

noted