HEP-KBFI / hh-bbww

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

add back BM histograms booking in default mode in SL #17

Closed acarvalh closed 4 years ago

acarvalh commented 4 years ago

description on title

ktht commented 4 years ago

The only difference I could find wrt DL analysis is in DL code itself: https://github.com/HEP-KBFI/hh-bbww/blob/1234dd89d528fccf66f167d58d43f53851951cff/bin/analyze_hh_bb2l.cc#L2336-L2346 It seems redundant because the BM names are constructed in HHWeightInterface_2. Need to test that removing those lines won't break anything.

ktht commented 4 years ago

The code shown in my previous post was indeed redundant, as it apparently created multiple cycles of the same histogram: Screenshot_20201020_222721 There's only once such histogram after the fix.