-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 compatibility & coffea #6
Labels
enhancement
New feature or request
Comments
Having |
Merged
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since
coffea
is very similar tonanoAOD-tools
, it would be nice to have this option in the future to speed up processing of nanoAOD files.I have looked at it, but the main difficulty at the moment is that in CMSSW I have not found a neat way to use
python3
withROOT
. Maybe it's first necessary to divorceTauFW
from CMSSW (see issue #5), and/or some tricks are needed to set theROOT
version with for exampleIn any case, the code like
pico.py
and common help functions should be madepython3
compatible in preparation by usingand fixing all
print
statements without parentheses, as well as replacingiteritems()
withitems()
, etc.The text was updated successfully, but these errors were encountered: