Changes in external/fastjet/RectangularGrid.hh [554babf:406b698] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/RectangularGrid.hh
r554babf r406b698 3 3 4 4 //FJSTARTHEADER 5 // $Id : RectangularGrid.hh 3771 2014-12-22 21:13:22Z salam$5 // $Id$ 6 6 // 7 7 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 42 42 class TilingBase { 43 43 public: 44 virtual ~TilingBase() {} 45 44 46 /// returns the index of the tile in which p is located, or -1 if p 45 47 /// is outside the tiling region … … 79 81 virtual bool is_initialised() const = 0; 80 82 bool is_initialized() const {return is_initialised();} 81 82 /// virtual destructor83 virtual ~TilingBase() {}84 83 }; 85 84 … … 166 165 // a tile selector 167 166 Selector _tile_selector; 168 // if there's a tile selector, then for each tile, this caches the 169 // information about whether it is "good" i.e. it passes the tile 170 // selector 167 // a cached 171 168 std::vector<bool> _is_good; 172 169
Note:
See TracChangeset
for help on using the changeset viewer.