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

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/interface/VHbbCandidateTools.h (file contents):
Revision 1.1 by tboccali, Tue Jun 21 16:18:56 2011 UTC vs.
Revision 1.2 by tboccali, Tue Jun 21 16:22:47 2011 UTC

# Line 22 | Line 22 | class VbbCandidateTools {
22      temp.V.fourMomentum = temp.V.muons.muons[0].fourMomentum+temp.V.muons.muons[1].fourMomentum;
23      temp.fourMomentum = temp.V.fourMomentum+ temp.H.fourMomentum;
24      
25 +    if (temp.V.muons.muons[0].fourMomentum.Pt()<20 || temp.V.muons.muons[1].fourMomentum.Pt()<20 ) return in;
26 +
27      if (temp.V.Pt()<150 ) return in;
28      if (temp.H.Pt()<150) return in;
29      if (temp.H.firstJet().csv< 0.9) return in;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines