Fork me on GitHub

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


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.hh

    r88a9b72 rd69dfe4  
    1 #ifndef __SELECTOR_HH__
    2 #define __SELECTOR_HH__
     1#ifndef __FASTJET_SELECTOR_HH__
     2#define __FASTJET_SELECTOR_HH__
    33
    44//STARTHEADER
    5 // $Id: Selector.hh 2687 2011-11-14 11:17:51Z soyez $
     5// $Id: Selector.hh 3203 2013-09-15 07:49:50Z salam $
    66//
    77// Copyright (c) 2009-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    3131
    3232#include "fastjet/PseudoJet.hh"
     33#ifndef __FJCORE__
    3334#include "fastjet/RangeDefinition.hh"  // for initialisation from a RangeDefinition
     35#endif  // __FJCORE__
    3436#include <limits>
    3537#include <cmath>
     
    150152
    151153
     154#ifndef __FJCORE__
    152155  /// ctor from a RangeDefinition
    153156  ///
     
    160163  /// the direct use of this constructor.
    161164  Selector(const RangeDefinition &range);
     165#endif  // __FJCORE__
    162166
    163167  /// dummy virtual dtor
     
    229233  }
    230234
     235#ifndef __FJCORE__
    231236  /// returns the rapidity-phi area associated with the Selector
    232237  /// (throws InvalidArea if the area does not make sense).
     
    248253  ///
    249254  double area(double ghost_area) const;
     255#endif  // __FJCORE__
    250256
    251257  /// returns a (reference to) the underlying worker's shared pointer
     
    455461Selector SelectorIsZero();
    456462
     463#ifndef __FJCORE__
    457464/// select objects that are (or are only made of) ghosts.
    458465/// PseudoJets for which has_area() are considered non-pure-ghost.
    459466Selector SelectorIsPureGhost();
     467#endif  // __FJCORE__
    460468
    461469/// @}
     
    463471FASTJET_END_NAMESPACE      // defined in fastjet/internal/base.hh
    464472
    465 #endif // __SELECTOR_HH__
    466 
     473#endif // __FASTJET_SELECTOR_HH__
     474
Note: See TracChangeset for help on using the changeset viewer.