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.6 by ceballos, Fri Nov 28 13:07:38 2008 UTC vs.
Revision 1.7 by loizides, Wed Dec 10 11:44:33 2008 UTC

# Line 47 | Line 47 | void JetIDMod::Process()
47      // add good jet to collection
48      GoodJets->Add(jet);            
49    }
50 +
51 +  // sort according to pt
52 +  GoodJets->Sort();
53    
54    // add to event for other modules to use
55    AddObjThisEvt(GoodJets);  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines