Changeset 3ccc8586 in git
- Timestamp:
- Nov 20, 2013, 10:23:35 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 16747bf
- Parents:
- 374bbcc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetFinder.cc
r374bbcc r3ccc8586 94 94 fMaxPairSize = GetInt("MaxPairSize", 2); 95 95 fIratch = GetInt("Iratch", 1); 96 fAdjacencyCut = Get Double("AdjacencyCut", 2.0);96 fAdjacencyCut = GetInt("AdjacencyCut", 2); 97 97 fOverlapThreshold = GetDouble("OverlapThreshold", 0.75); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.