Fork me on GitHub

Changeset df35033 in git for modules


Ignore:
Timestamp:
Dec 19, 2014, 9:12:15 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
df04eb1
Parents:
cab38f6
Message:

replace call to Overlaps with UniqueID comparison (close #362)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Isolation.cc

    rcab38f6 rdf35033  
    188188
    189189      if(candidateMomentum.DeltaR(isolationMomentum) <= fDeltaRMax &&
    190          !candidate->Overlaps(isolation))
     190         candidate->GetUniqueID() != isolation->GetUniqueID())
    191191      {
    192192        sum += isolationMomentum.Pt();
Note: See TracChangeset for help on using the changeset viewer.