Changes in external/fastjet/LazyTiling25.cc [10e33bc:35cdc46] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/LazyTiling25.cc
r10e33bc r35cdc46 1 1 //FJSTARTHEADER 2 // $Id: LazyTiling25.cc 3 808 2015-02-20 11:24:53Z soyez$2 // $Id: LazyTiling25.cc 3477 2014-07-29 14:34:39Z salam $ 3 3 // 4 4 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 365 365 for (Tile25 ** near_tile = tile.begin_tiles; near_tile != tile.end_tiles; near_tile++){ 366 366 if ((*near_tile)->tagged) continue; 367 // here we are not allowed to miss a tile due to some rounding 368 // error. We therefore allow for a margin of security 369 double dist = _distance_to_tile(jet, *near_tile) - tile_edge_security_margin; 367 double dist = _distance_to_tile(jet, *near_tile); 370 368 // cout << " max info looked at tile " << *near_tile - &_tiles[0] 371 369 // << ", dist = " << dist << " " << (*near_tile)->max_NN_dist
Note:
See TracChangeset
for help on using the changeset viewer.