Fork me on GitHub

Changeset d69dfe4 in git for external/fastjet/Selector.cc


Ignore:
Timestamp:
Nov 20, 2013, 9:52:59 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fc39685
Parents:
88a9b72
Message:

upgrade fastjet to 3.0.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/Selector.cc

    r88a9b72 rd69dfe4  
    3131#include <algorithm>
    3232#include "fastjet/Selector.hh"
     33#ifndef __FJCORE__
    3334#include "fastjet/GhostedAreaSpec.hh"  // for area support
     35#endif  // __FJCORE__
    3436
    3537using namespace std;
     
    131133}
    132134
     135#ifndef __FJCORE__
    133136// area using default ghost area
    134137double Selector::area() const{
     
    153156  return ghost_spec.ghost_area() * ((*this)(ghosts)).size();
    154157}
     158#endif  // __FJCORE__
    155159
    156160
     
    13401344
    13411345//----------------------------------------------------------------------
     1346#ifndef __FJCORE__
    13421347/// helper for selecting the pure ghost
    13431348class SW_IsPureGhost : public SelectorWorker {
     
    13641369  return Selector(new SW_IsPureGhost());
    13651370}
    1366 
    13671371
    13681372//----------------------------------------------------------------------
     
    14201424  _worker.reset(new SW_RangeDefinition(range));
    14211425}
     1426#endif  // __FJCORE__
    14221427
    14231428
Note: See TracChangeset for help on using the changeset viewer.