# | Line 41 | Line 41 | void JetIDMod::Process() | |
---|---|---|
41 | if (fUseJetCorrection) | |
42 | jetet *= jet->L2RelativeCorrectionScale() * jet->L3AbsoluteCorrectionScale(); | |
43 | ||
44 | < | if (jetet > fJetEtCut) |
44 | > | if (jetet < fJetEtCut) |
45 | continue; | |
46 | ||
47 | // add good jet to collection |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |