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