SUEPPhysics / SUEPCoffea_dask

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

photon variables #317

Open lucalavezzo opened 5 months ago

lucalavezzo commented 5 months ago

Look at photon variables. Might be interesting for the VG background, which seems surprisingly large.

lucalavezzo commented 5 months ago

From Carlos, use selection

cutPhotons = (events.Photon.mvaID_WP90) & (abs(events.Photon.eta) <= 2.5) & (events.Photon.electronVeto)

lucalavezzo commented 4 months ago

Preliminary studies of photon variables don't seem to really kill off the VG background, but this needs further understanding.