Fork me on GitHub

Changeset 586 in svn


Ignore:
Timestamp:
Apr 30, 2012, 9:54:50 AM (12 years ago)
Author:
cp3-support
Message:

only remove the mother particle track when computing ptiso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SmearUtil.cc

    r567 r586  
    14381438       float genDeltaR = DeltaR(part.Phi(),part.Eta(),tracks[i].Phi,tracks[i].Eta);
    14391439         if(
    1440              (genDeltaR > deltar) ||
    14411440             (genDeltaR==0)  // rejets the track of the particle itself
    14421441           ) continue ;
Note: See TracChangeset for help on using the changeset viewer.