From cdf87a7138328d033761fcfc7f4b53ffa2819d27 Mon Sep 17 00:00:00 2001 From: ziegler Date: Fri, 6 Feb 2026 16:39:59 -0500 Subject: [PATCH] BMT HV cut off --- .../cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java b/reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java index 46bed5aa18..ce9554514f 100644 --- a/reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java +++ b/reconstruction/cvt/src/main/java/org/jlab/rec/cvt/services/CVTEngine.java @@ -71,7 +71,7 @@ public void setDocacutsum(double docacutsum) { private boolean elossPrecorrection = true; private boolean svtSeeding = true; private boolean timeCuts = true; - private boolean hvCuts = true; + private boolean hvCuts = false; public boolean useSVTTimingCuts = false; public boolean removeOverlappingSeeds = true; public boolean flagSeeds = true;