Skip to content

Commit ca74c68

Browse files
committed
added a few spaces so that the code would compile.
1 parent ff0666a commit ca74c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recon/src/main/java/org/hps/recon/utils/TrackClusterMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ else if (charge<0) {
424424
if (p > 1.7 && hasL6)
425425
p=1.7;
426426
if (p > 1.0 && !hasL6)
427-
p=1.0;
427+
p=1.0;
428428
}
429429
// calculate measured mean and sigma of deltaX and deltaY for this energy:
430430
double aDxMean=0,aDxSigm=0,aDyMean=0,aDySigm=0;

0 commit comments

Comments
 (0)