Skip to content

Commit 012cb9b

Browse files
authored
Update NearestNeighborRMSClusterer.java
1 parent e05d518 commit 012cb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracking/src/main/java/org/hps/recon/tracking/NearestNeighborRMSClusterer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class NearestNeighborRMSClusterer implements ClusteringAlgorithm {
3030
private double _timeWindow = 48;
3131
private double _neighborDeltaT = Double.POSITIVE_INFINITY;
3232
private double _neighborDeltaTSigma = Double.POSITIVE_INFINITY;
33-
private final double _minChiProb = Gamma.regularizedGammaQ(4, 20);
33+
private final double _minChiProb = .01;//Gamma.regularizedGammaQ(4, 20);
3434
private double _doTimeError = 0.0;
3535
private boolean _doDeadFix = false;
3636
private boolean _doVSplit = false;

0 commit comments

Comments
 (0)