- Timestamp:
- Jul 6, 2012, 12:04:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SmearUtil.cc
r586 r665 1440 1440 (genDeltaR==0) // rejets the track of the particle itself 1441 1441 ) continue ; 1442 deltar=genDeltaR; // finds the closest track1442 if (genDeltaR < deltar) deltar=genDeltaR; // finds the closest track 1443 1443 1444 1444 // 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.