Select and transform large datasets into
analysis-ready data using Python.
Analyze data without writing or building C++ code, reducing tech debt and startup time. A single Python query produces analysis-ready histogram data with minimal environment setup.
uproot_raw_query = query.UprootRaw([{
'treename':'reco',
'filter_name':
[ "truth_alp_decayVtxX",
"truth_alp_decayVtxY",
"truth_alp_pt",
"jet_pt_NOSYS" ],
'cut':
'(num(jet_pt_NOSYS)<2) & any((truth_alp_pt>20)'
}])