Fork me on GitHub

Changeset 665 in svn


Ignore:
Timestamp:
Jul 6, 2012, 12:04:37 PM (12 years ago)
Author:
cp3-support
Message:

track isolation bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SmearUtil.cc

    r586 r665  
    14401440             (genDeltaR==0)  // rejets the track of the particle itself
    14411441           ) continue ;
    1442            deltar=genDeltaR;    // finds the closest track
     1442           if (genDeltaR < deltar) deltar=genDeltaR;    // finds the closest track
    14431443
    14441444         // as long as (genDeltaR==0) is put above, the particle itself is not taken into account
Note: See TracChangeset for help on using the changeset viewer.