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

    rf14bd6a r273e668  
    11//FJSTARTHEADER
    2 // $Id: ClusterSequence.cc 3619 2014-08-13 14:17:19Z salam $
     2// $Id: ClusterSequence.cc 3685 2014-09-11 20:15:00Z salam $
    33//
    44// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    3737#include "fastjet/internal/LazyTiling9.hh"
    3838#include "fastjet/internal/LazyTiling25.hh"
     39#ifndef __FJCORE__
    3940#include "fastjet/internal/LazyTiling9SeparateGhosts.hh"
     41#endif  // __FJCORE__
    4042#include<iostream>
    4143#include<sstream>
     
    370372    _plugin_activated = false;
    371373
     374#ifndef __FJCORE__
    372375  } else if (_strategy == N2MHTLazy9AntiKtSeparateGhosts) {
    373376    // attempt to use an external tiling routine -- it manipulates
     
    377380    tiling.run();
    378381    _plugin_activated = false;
     382#else
     383    throw Error("N2MHTLazy9AntiKtSeparateGhosts strategy not supported with FJCORE");
     384#endif  // __FJCORE__
    379385
    380386  } else if (_strategy == NlnN) {
Note: See TracChangeset for help on using the changeset viewer.