Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 2:47:38 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8713dee
Parents:
f118021
Message:

update FastJet library to 3.1.3 and Nsubjettiness library to 2.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/ClusterSequence.hh

    rf118021 r973b92a  
    33
    44//FJSTARTHEADER
    5 // $Id: ClusterSequence.hh 3709 2014-09-29 13:19:11Z soyez $
     5// $Id: ClusterSequence.hh 3911 2015-07-02 12:09:58Z salam $
    66//
    77// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    991991// implementation of JetDefinition::operator() is here to avoid nasty
    992992// issues of order of implementations and includes
     993#ifndef __CINT__
    993994template<class L>
    994995std::vector<PseudoJet> JetDefinition::operator()(const std::vector<L> & particles) const {
     
    10151016  return jets;
    10161017}
    1017 
     1018#endif // __CINT__
    10181019
    10191020
Note: See TracChangeset for help on using the changeset viewer.