Changeset 554babf in git for external/fastjet/RectangularGrid.hh
- Timestamp:
- Jan 15, 2015, 9:24:38 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ce4b888
- Parents:
- 51cabe8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/RectangularGrid.hh
r51cabe8 r554babf 3 3 4 4 //FJSTARTHEADER 5 // $Id $5 // $Id: RectangularGrid.hh 3771 2014-12-22 21:13:22Z salam $ 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 46 44 /// returns the index of the tile in which p is located, or -1 if p 47 45 /// is outside the tiling region … … 81 79 virtual bool is_initialised() const = 0; 82 80 bool is_initialized() const {return is_initialised();} 81 82 /// virtual destructor 83 virtual ~TilingBase() {} 83 84 }; 84 85 … … 165 166 // a tile selector 166 167 Selector _tile_selector; 167 // a cached 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 168 171 std::vector<bool> _is_good; 169 172
Note:
See TracChangeset
for help on using the changeset viewer.