Fork me on GitHub

Changeset 273e668 in git for external/fastjet/Selector.hh


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

    rf14bd6a r273e668  
    33
    44//FJSTARTHEADER
    5 // $Id: Selector.hh 3504 2014-08-01 06:07:54Z soyez $
     5// $Id: Selector.hh 3711 2014-09-29 13:54:51Z salam $
    66//
    77// Copyright (c) 2009-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    305305  }
    306306
    307   /// class that gets throw when a Selector is applied despite it not
     307  /// class that gets thrown when a Selector is applied despite it not
    308308  /// having a valid underlying worker.
    309309  class InvalidWorker : public Error {
     
    312312  };
    313313
    314   /// class that gets throw when a Selector is applied despite it not
    315   /// having a valid underlying worker.
     314  /// class that gets thrown when the area is requested from a Selector for which
     315  /// the area is not meaningful
    316316  class InvalidArea : public Error {
    317317  public:
Note: See TracChangeset for help on using the changeset viewer.