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

    r88a9b72 rd69dfe4  
     1#ifndef __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__
     2#define __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__
     3
    14//STARTHEADER
    2 // $Id: PseudoJetStructureBase.hh 2670 2011-11-11 17:01:06Z salam $
     5// $Id: PseudoJetStructureBase.hh 3071 2013-04-01 12:52:46Z cacciari $
    36//
    47// Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    2831
    2932
    30 #ifndef __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__
    31 #define __FASTJET_PSEUDOJET_STRUCTURE_BASE_HH__
    32 
    3333#include "fastjet/internal/base.hh"
    3434
     
    4040class PseudoJet;
    4141class ClusterSequence;
     42#ifndef __FJCORE__
    4243class ClusterSequenceAreaBase;
     44#endif  // __FJCORE__
    4345
    4446/// @ingroup extra_info
     
    8587  virtual const ClusterSequence * validated_cs() const;
    8688
     89#ifndef __FJCORE__
    8790  /// if the jet has valid area information then return a pointer to
    8891  /// the associated ClusterSequenceAreaBase object; otherwise throw an error
    8992  virtual const ClusterSequenceAreaBase * validated_csab() const;
     93#endif
    9094
    9195  //\}
     
    203207  // parent ClusterSequence (See ClusterSequenceAreaBase for details)
    204208  //------------------------------------------------------------------
     209#ifndef __FJCORE__
    205210
    206211  /// check if it has a defined area
     
    230235  virtual bool is_pure_ghost(const PseudoJet &reference) const;
    231236
     237#endif  // __FJCORE__
    232238  //\} --- end of jet structure -------------------------------------
    233239};
Note: See TracChangeset for help on using the changeset viewer.