We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6557f8 commit d479958Copy full SHA for d479958
1 file changed
reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java
@@ -71,7 +71,7 @@ public void setDocacutsum(double docacutsum) {
71
private boolean elossPrecorrection = true;
72
private boolean svtSeeding = true;
73
private boolean timeCuts = true;
74
- private boolean hvCuts = true;
+ private boolean hvCuts = false;
75
public boolean useSVTTimingCuts = false;
76
public boolean removeOverlappingSeeds = true;
77
public boolean flagSeeds = true;
0 commit comments