Fork me on GitHub

Changeset 973b92a in git for external/fastjet/DnnPlane.cc


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

    rf118021 r973b92a  
    11//FJSTARTHEADER
    2 // $Id: DnnPlane.cc 3442 2014-07-24 07:20:49Z salam $
     2// $Id: DnnPlane.cc 3918 2015-07-03 14:19:13Z salam $
    33//
    44// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    260260    // to reflect the fact that the points are no longer valid.
    261261    _TR.remove(_supervertex[index].vertex);
     262    if (_verbose) cout << "DnnPlane about to set _supervertex["<< index<<"].vertex to NULL" << endl;
    262263    _supervertex[index].vertex = NULL;
     264    if (_verbose) cout << "                 value is " << (_is_not_null(_supervertex[index].vertex)) << endl;
    263265  }
    264266
     
    297299    int index = _supervertex.size()-1;
    298300    indices_added.push_back(index);
    299     if (_verbose) cout << "  adding " << index << endl;
     301    if (_verbose) cout << "  adding " << index << " at "
     302                       << points_to_add[ia].first<< " " << points_to_add[ia].second << endl;
    300303
    301304    //if (indices_to_remove.size() > 0) {
Note: See TracChangeset for help on using the changeset viewer.