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

Comparing UserCode/VHbb/interface/samples.hpp (file contents):
Revision 1.2 by bortigno, Tue Jun 5 09:10:00 2012 UTC vs.
Revision 1.3 by bortigno, Thu Oct 4 09:54:36 2012 UTC

# Line 31 | Line 31 | Sample( float xs, std::string n, std::st
31      if(lumi()>0){
32        if(name == DYL || name == DYC || name == DYNoB)
33          return SF[0]*l/lumi();
34      else if(name == TTbar)
35        return SF[1]*l/lumi();
34        else if(name == DYB)
35 <        return SF[2]*l/lumi();
35 >        return SF[1]*l/lumi();
36 >      else if(name == TTbar)
37 >        return SF[2]*l/lumi();
38        else
39          return scale(l);
40      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines