ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/interface/VHbbNameSpace.h
(Generate patch)

Comparing UserCode/VHbb/interface/VHbbNameSpace.h (file contents):
Revision 1.6 by nmohr, Thu Mar 14 14:21:36 2013 UTC vs.
Revision 1.7 by nmohr, Thu Mar 21 17:25:17 2013 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines