Fork me on GitHub

Changeset 3c46e17 in git for classes/DelphesClasses.cc


Ignore:
Timestamp:
Jun 4, 2016, 8:08:56 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
a9c67b3a
Parents:
3f8df25
Message:

added SumPT2 sorting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r3f8df25 r3c46e17  
    4141CompBase *Tower::fgCompare = CompE<Tower>::Instance();
    4242CompBase *HectorHit::fgCompare = CompE<HectorHit>::Instance();
     43CompBase *Vertex::fgCompare = CompSumPT2<Vertex>::Instance();
    4344CompBase *Candidate::fgCompare = CompMomentumPt<Candidate>::Instance();
    4445
Note: See TracChangeset for help on using the changeset viewer.