Fork me on GitHub

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/PseudoJetStructureBase.cc

    r88a9b72 rd69dfe4  
    3232#include "fastjet/PseudoJet.hh"
    3333#include "fastjet/ClusterSequence.hh"
     34#ifndef __FJCORE__
    3435#include "fastjet/ClusterSequenceAreaBase.hh"
     36#endif  // __FJCORE__
    3537
    3638using namespace std;
     
    7476}
    7577
     78#ifndef __FJCORE__
    7679// if the jet has valid area information then return a pointer to
    7780// the associated ClusterSequenceAreaBase object; otherwise throw an error
     
    8184  throw Error("This PseudoJet structure is not associated with a valid cluster sequence with area");
    8285}
     86#endif
    8387
    8488
     
    193197// parent ClusterSequence (See ClusterSequenceAreaBase for details)
    194198//------------------------------------------------------------------
     199#ifndef __FJCORE__
    195200
    196201// return the jet (scalar) area.
     
    222227  throw Error("This PseudoJet structure has no implementation for is_pure_ghost");
    223228}
     229#endif  // __FJCORE__
    224230
    225231FASTJET_END_NAMESPACE
Note: See TracChangeset for help on using the changeset viewer.