# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |