HEP-KBFI / hh-bbww

repository for HH->bbWW analysis
1 stars 3 forks source link

Do not use skimmed samples if < 2 leptons+taus required #5

Closed ktht closed 4 years ago

ktht commented 4 years ago

This feature is already disabled in ~bb1l1tau~ bb1l channel, but not in TT1lctrl and in Wctrl. I'll fix it later today.

edit: I meant bb1l channel.

ktht commented 4 years ago

Turns out that 1l+1tau analysis was not loading sample dictionaries for the skimmed Ntuples, even though it is perfectly valid and optimal thing to do.

In bb1l addMEM, and in TT1lctrl and Wctrl analyses I removed the command line option that enables the loading of skimmed Ntuples. However, in bb1l analysis I kept the command line option (-p), because a uniform interface to the hhAnalyzeRun_* scripts is expected by hhSyncNtuple.py script. Unskimmed Ntuples are always loaded in this particular channel, regardless the value passed via the command line.