Skip to content

Commit d479958

Browse files
zieglervziegler
andauthored
BMT HV cut off (#1097)
Co-authored-by: ziegler <ziegler@enpziegler-mac.jlab.org>
1 parent d6557f8 commit d479958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services

reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void setDocacutsum(double docacutsum) {
7171
private boolean elossPrecorrection = true;
7272
private boolean svtSeeding = true;
7373
private boolean timeCuts = true;
74-
private boolean hvCuts = true;
74+
private boolean hvCuts = false;
7575
public boolean useSVTTimingCuts = false;
7676
public boolean removeOverlappingSeeds = true;
7777
public boolean flagSeeds = true;

0 commit comments

Comments
 (0)