cp3-llbb / HHAnalysis

HH analysis for CP3 llbb framework
0 stars 7 forks source link

Fix HWW electron id #114

Closed blinkseb closed 7 years ago

blinkseb commented 7 years ago

HWW electron id implementation is broken. The ecal / hcal PF cluster isolation are in fact relative, and rho-EA corrected. Instead of doing the implementation manually, we now use the official POG ID, which is exactly the same as the one used by HWW. We just add on top of it the dxy and dz cuts.

I also added a bug fix on the electron isolation :+1:

Note: this depends on https://github.com/cp3-llbb/Framework/pull/219