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
This does not account for object systematic variations in the processor that can relax acceptance requirements. The query should be loosened accordingly, though it is unclear how to do that in a way that guarantees full acceptance in a general setup.
The text was updated successfully, but these errors were encountered:
The current query implemented in the notebook does not do any filtering at all, so the goal of this issue would be adding a filter similar to the query above, with suitably relaxed cuts that ensure we can still evaluate systematic variations that end up relaxing the selection.
Ok - can you (@alexander-held) point me to the file where this query is so I don't modify the wrong thing?
alexander-held
changed the title
Improved func_adl query
Improved func_adl query to not accidentally drop events that are accepted under systematic variations
Nov 7, 2022
@gordonwatts the updated query as shown above is in main now in coffea.ipynb (as of #85 being merged). The missing piece is relaxing the cuts sufficiently such that no (significant number of) events are filtered out that would pass the selection requirements under systematic variations. In the current implementation we have for example a 5% systematic uncertainty for jet pT that can bring events back into acceptance.
I assume that the standard pattern to design a better query would be making it very loose and then tightening it until the results start changing (because we are losing events that would pass under systematic variations).
Query including lepton and jet selection:
This does not account for object systematic variations in the processor that can relax acceptance requirements. The query should be loosened accordingly, though it is unclear how to do that in a way that guarantees full acceptance in a general setup.
The text was updated successfully, but these errors were encountered: