Fork me on GitHub

Changeset 1d2d44b in git for modules


Ignore:
Timestamp:
Dec 4, 2017, 11:25:14 AM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
197fed7, b5b42e8
Parents:
8269ee2
Message:

remove pt sorting as it is not necessary with exclusive clustering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    r8269ee2 r1d2d44b  
    379379  if(fExclusiveClustering)
    380380    {
    381       outputList = sorted_by_pt(sequence->exclusive_jets( fNJets ));
     381      //not neccessary to sort
     382      outputList = sequence->exclusive_jets( fNJets );
    382383    }
    383384  else
Note: See TracChangeset for help on using the changeset viewer.