Fork me on GitHub

Changeset 1335 in svn for trunk/modules/FastJetFinder.cc


Ignore:
Timestamp:
Nov 20, 2013, 10:23:35 PM (11 years ago)
Author:
Pavel Demin
Message:

change AdjacencyCut type from double to int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/FastJetFinder.cc

    r1315 r1335  
    9494  fMaxPairSize = GetInt("MaxPairSize", 2);
    9595  fIratch = GetInt("Iratch", 1);
    96   fAdjacencyCut = GetDouble("AdjacencyCut", 2.0);
     96  fAdjacencyCut = GetInt("AdjacencyCut", 2);
    9797  fOverlapThreshold = GetDouble("OverlapThreshold", 0.75);
    9898
Note: See TracChangeset for help on using the changeset viewer.