# | Line 101 | Line 101 | namespace HbbAnalysis { | |
---|---|---|
101 | double py1 = leg1.pT*sin(leg1.phi); | |
102 | double py2 = leg2.pT*sin(leg2.phi); | |
103 | ||
104 | – | |
104 | double x1_numerator = px1*py2 - px2*py1; | |
105 | double x1_denominator = py2*(px1 + mEx) - px2*(py1 + mEy); | |
106 | double x1 = ( x1_denominator != 0. ) ? x1_numerator/x1_denominator : -1.; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |