Fork me on GitHub

Ignore:
Timestamp:
Oct 15, 2014, 10:55:55 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
35b9204, b25d4cf
Parents:
f14bd6a
git-author:
Pavel Demin <pavel.demin@…> (10/10/14 08:56:40)
git-committer:
Pavel Demin <pavel.demin@…> (10/15/14 10:55:55)
Message:

upgrade FastJet to version 3.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/ClusterSequence.hh

    rf14bd6a r273e668  
    33
    44//FJSTARTHEADER
    5 // $Id: ClusterSequence.hh 3619 2014-08-13 14:17:19Z salam $
     5// $Id: ClusterSequence.hh 3709 2014-09-29 13:19:11Z soyez $
    66//
    77// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    641641  Strategy _best_strategy() const;
    642642 
     643  /// \if internal_doc
     644  /// \class _Parabola
    643645  /// returns c*(a*R**2 + b*R + 1);
    644646  /// Written as a class in case we want to give names to different
    645647  /// parabolas
     648  /// \endif
    646649  class _Parabola {
    647650  public:
     
    652655  };
    653656
     657  /// \if internal_doc
     658  /// \class _Line
    654659  /// operator()(R) returns a*R+b;
     660  /// \endif
    655661  class _Line {
    656662  public:
Note: See TracChangeset for help on using the changeset viewer.