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
Kyle Knoepfel edited this page May 9, 2023
·
8 revisions
Meld is a project for exploring what is necessary meet DUNE's framework needs.
Motivation
Existing data-processing frameworks for HEP experiments are largely based on
collider-physics concepts, which may be based on rigid, event-based data hierarchies.
These data organizations are not always helpful for neutrino experiments, which must
sometimes work around such restrictions by manually splitting apart events into constructs
that are better suited for neutrino physics.
The purpose of Meld is to explore more flexible data organizations by treating a
frameworks job as:
A graph of data-product sequences connected by...
User-defined functions that serve as operations to...