vhbb / nanoAOD-tools

Tools for working with NanoAOD (requiring only python + root, not CMSSW)
1 stars 1 forks source link

B-tagging weights not filled #8

Closed scooperstein closed 6 years ago

scooperstein commented 7 years ago

Although the module is included in the post-processor, the resulting branches in the output tree for the btagging weights ("JetbtagSF*") are filled with 0's. I see that when it is passing the value to the tree to fill

https://github.com/vhbb/nanoAOD-tools/blob/master/python/postprocessing/modules/btv/btagSFProducer.py#L207

It has normal values, but for some reason the final output tree does not have these values stored but rather 0's. @arizzi

arizzi commented 6 years ago

should be ok with #9

scooperstein commented 6 years ago

indeed this looks fine now, should be okay to close.