We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6a87f commit 54febf1Copy full SHA for 54febf1
common-tools/clas-detector/src/main/java/org/jlab/detector/pulse/ModeAHDC.java
@@ -54,11 +54,11 @@ public class ModeAHDC extends HipoExtractor {
54
//wfType 1 ⇒ saturing
55
//wfType 0 ⇒ OK
56
57
- public static class AHDCPulse extends Pulse {
58
- public long time_ZS;
59
- public int binMax;
60
- public int numberOfBins;
61
- public int effectiveNumberOfBins;
+ private static class AHDCPulse extends Pulse {
+ private long time_ZS;
+ private int binMax;
+ private int numberOfBins;
+ private int effectiveNumberOfBins;
62
private short[] samples;
63
}
64
0 commit comments