Skip to content

Commit b8ad534

Browse files
committed
improve comments
1 parent f9705a3 commit b8ad534

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

reconstruction/ai/src/main/java/org/jlab/service/ai/DCDenoiseEngine.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ boolean processFakeEvent() {
122122

123123
/**
124124
* Reject sub-threshold hits by modifying the bank's order variable.
125+
* WARNING: This is not a full implementation of OrderType enum and
126+
* all its names, but for now a copy of the subset in C++ DC denoising, see:
127+
* https://code.jlab.org/hallb/clas12/coatjava/denoising/-/blob/main/denoising/code/drift.cc?ref_type=heads#L162-198
125128
*/
126129
static void update(DataBank b, float threshold, float[][] data, int sector) {
127130
//System.out.println("IN:");b.show();
@@ -215,4 +218,4 @@ public Batchifier getBatchifier() {
215218
};
216219
}
217220

218-
}
221+
}

0 commit comments

Comments
 (0)