Fork me on GitHub

Ignore:
Timestamp:
Jun 6, 2018, 10:05:10 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
17d0ab8
Parents:
95e6b7a
Message:

update FastJet library to 3.3.1 and FastJet Contrib library to 1.036

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/NNFJN2Tiled.hh

    r95e6b7a rb7b836a  
    33
    44//FJSTARTHEADER
    5 // $Id: NNFJN2Tiled.hh 4056 2016-03-03 15:27:35Z soyez $
     5// $Id: NNFJN2Tiled.hh 4355 2018-04-22 15:38:54Z salam $
    66//
    7 // Copyright (c) 2016, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     7// Copyright (c) 2016-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
    88//
    99//----------------------------------------------------------------------
     
    258258
    259259  // structure that holds the real, full, distance (as well as a pointer to the corresponding TiledJet)
    260   struct diJ_plus_link {
     260  class diJ_plus_link {
     261  public:
    261262    double     diJ; // the distance
    262263    TiledJet * jet; // the jet (i) for which we've found this distance
Note: See TracChangeset for help on using the changeset viewer.