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 first dict in jetmetHelperRun2.py seems to suggest that for UL datasets the correct dataYear parameter starts with UL. Subsequently, in fatJetUncertaintiesProducer this leads to a crash in this line ( UnboundLocalError: local variable 'jmstau21DDTNomVal' referenced before assignment ) as era strings starting with UL are not covered in the previous if statement.
I am tagging my colleague @bartokm so we can both follow this issue.
The text was updated successfully, but these errors were encountered:
The first dict in jetmetHelperRun2.py seems to suggest that for UL datasets the correct
dataYear
parameter starts with UL. Subsequently, infatJetUncertaintiesProducer
this leads to a crash in this line ( UnboundLocalError: local variable 'jmstau21DDTNomVal' referenced before assignment ) asera
strings starting with UL are not covered in the previous if statement.I am tagging my colleague @bartokm so we can both follow this issue.
The text was updated successfully, but these errors were encountered: