Fork me on GitHub

Changeset 3ccc8586 in git


Ignore:
Timestamp:
Nov 20, 2013, 10:23:35 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
16747bf
Parents:
374bbcc
Message:

change AdjacencyCut type from double to int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/FastJetFinder.cc

    r374bbcc r3ccc8586  
    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.