# | Line 248 | Line 248 | delete total; | |
---|---|---|
248 | return uncert; | |
249 | }*/ | |
250 | ||
251 | + | double ptWeightDY( double lheV_pt) |
252 | + | { |
253 | + | double SF = 1.; |
254 | + | if (50. < lheV_pt && lheV_pt < 100.){ |
255 | + | SF = 0.873885+0.00175853*lheV_pt; |
256 | + | } |
257 | + | else if (lheV_pt > 100){ |
258 | + | SF = 1.10651-0.000705265*lheV_pt; |
259 | + | } |
260 | + | return SF; |
261 | + | } |
262 | + | |
263 | ||
264 | ||
265 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |