Skip to content

Commit c06037e

Browse files
raffaelladevitabaltzell
authored andcommitted
set denoise default to the level that has been actually used
1 parent baf3d03 commit c06037e

File tree

1 file changed

+1
-1
lines changed
  • common-tools/clas-detector/src/main/java/org/jlab/detector/banks

1 file changed

+1
-1
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/banks/RawBank.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public static final class OrderGroups {
5959
OrderType.NOISE3,
6060
OrderType.BGREMOVED
6161
};
62-
public static final OrderType[] DEFAULT = NOMINAL;
62+
public static final OrderType[] DEFAULT = NOISE1;
6363
public static final OrderType[] NODENOISE = NOISE3;
6464
}
6565

0 commit comments

Comments
 (0)