Closed amarini closed 11 years ago
On line ~2116:
float DR =0; try{ DR= myLeptons[i_lep].p4.DeltaR(jetP4); } catch (...){};
Both have pt != 0, so probably it is some internal vector it uses. We can change the catch in order to match a std exception and printout an error on screen.
Implemented
On line ~2116: