-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Following the jet calibration example discussed at pyhep.dev, there are a few different ways forward in the direction of extending functionality. Some of these can be pursued in parallel.
The pipeline function contains them all:
def pipeline(jets, a):
"""analysis pipeline: calculate mean of dijet masses"""
return np.mean(get_mass(correct_jets(jets, a)))- replace
correct_jetsby more complex calibration operations, e.g. with a differentiablecorrectionlib - replace
get_massby a more complicated physics analysis, e.g. involving combinations of objects and sorting (the AGC top mass reconstruction is a good candidate) - replace
np.meanby statistical model construction + inference
In addition to this:
- use nanoevents -> feat: example with nanoevents and jax #2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request