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
We would like to have some sort of utility module for analyzers to easily interact with the ntuple (see #156 and #158 for examples).
For ROOT, we already have a TrkAnaUtils class; we should have something similar for python. Analyzer should be able to do something like import evtntupleutils as enu and then use relevant functions to extract information from the ntuple
It would also be good if TrkAnaUtils and the new python module had the same functions with the same arguments
The text was updated successfully, but these errors were encountered:
We would like to have some sort of utility module for analyzers to easily interact with the ntuple (see #156 and #158 for examples).
For ROOT, we already have a TrkAnaUtils class; we should have something similar for python. Analyzer should be able to do something like
import evtntupleutils as enu
and then use relevant functions to extract information from the ntupleIt would also be good if TrkAnaUtils and the new python module had the same functions with the same arguments
The text was updated successfully, but these errors were encountered: