Changeset d69dfe4 in git for external/fastjet/Selector.cc
- Timestamp:
- Nov 20, 2013, 9:52:59 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fc39685
- Parents:
- 88a9b72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/Selector.cc
r88a9b72 rd69dfe4 31 31 #include <algorithm> 32 32 #include "fastjet/Selector.hh" 33 #ifndef __FJCORE__ 33 34 #include "fastjet/GhostedAreaSpec.hh" // for area support 35 #endif // __FJCORE__ 34 36 35 37 using namespace std; … … 131 133 } 132 134 135 #ifndef __FJCORE__ 133 136 // area using default ghost area 134 137 double Selector::area() const{ … … 153 156 return ghost_spec.ghost_area() * ((*this)(ghosts)).size(); 154 157 } 158 #endif // __FJCORE__ 155 159 156 160 … … 1340 1344 1341 1345 //---------------------------------------------------------------------- 1346 #ifndef __FJCORE__ 1342 1347 /// helper for selecting the pure ghost 1343 1348 class SW_IsPureGhost : public SelectorWorker { … … 1364 1369 return Selector(new SW_IsPureGhost()); 1365 1370 } 1366 1367 1371 1368 1372 //---------------------------------------------------------------------- … … 1420 1424 _worker.reset(new SW_RangeDefinition(range)); 1421 1425 } 1426 #endif // __FJCORE__ 1422 1427 1423 1428
Note:
See TracChangeset
for help on using the changeset viewer.