ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/src/JetIDMod.cc
(Generate patch)

Comparing UserCode/MitPhysics/Mods/src/JetIDMod.cc (file contents):
Revision 1.5 by loizides, Fri Nov 28 09:13:50 2008 UTC vs.
Revision 1.6 by ceballos, Fri Nov 28 13:07:38 2008 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines