SUEPPhysics / SUEPCoffea_dask

SUEP analysis using coffea with fastjet. Uses Dask for batch submissions
3 stars 13 forks source link

Infrastructure to avoid double counting events in data #260

Closed jreic closed 5 months ago

jreic commented 10 months ago

For instance, if an event fires both SingleElectron and SingleMuon, we don't want to double count it. Probably matters most in an e+mu control region, since our single lepton search regions should be orthogonal by construction.

Easiest thing will be to assign events to (say) SingleMuon if it fires both triggers, and discard it from the other. It's a small detail.

chadfreer commented 5 months ago

resolved in https://github.com/SUEPPhysics/SUEPCoffea_dask/pull/322