-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion for v5+ of skims #4
Comments
Content: would be useful to have two versions of next skims:
Skims with the diphoton preselection only will be useful for studying data-driven background descriptions, and will also allow us to explore other things like boosted ggbb. @leonardogiannini , is this much more extra work than commenting out a few lines for the tau/lepton requirement and resubmitting? Samples:
@mhl0116 says he will submit jobs to make nanoAODs for these. Technical:
|
@sam-may did you try something like this: HggAnalysisDev/Preselection/event_selector.py Lines 9 to 19 in a96044c
|
@mhl0116 No, have not tried that. Why do we need the Is it the case that |
there could be two usage of it: HggAnalysisDev/Preselection/utils.py Line 67 in a96044c
2, if I want to inspect something like 100 events, I can set start=0 and end=100, so it's for quick exploration of event content this is one feature I was hoping skim v5 can has, turn this index into: selectedPhotons_*, and each event only has two selectedPhotons, which have passed diphoton pre-selection |
wish list for skim v5: 1, drop gHidx, instead use format like: selectedPhotons (then each event saved in skim have two selectedPhotons)
2, for diphoton preselection, add pT/mgg_leading > 0.3 and pT/mgg_subleading > 0.25, mgg > 100 3, for leptons and taus, use same format (selectedTaus, selectedMuons, selectedElectrons)
4, save events if passing diphoton preselection + 1 extra loose tau/lepton (e/mu) 5, pair for SVFit calculation
6, other per-event quantities:
|
Thread for discussing details on v5+ of the skims
The text was updated successfully, but these errors were encountered: