We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e013ad6 commit 14e50a0Copy full SHA for 14e50a0
common-tools/clas-detector/src/main/java/org/jlab/detector/scalers/DaqScaler.java
@@ -15,7 +15,7 @@ public class DaqScaler {
15
protected long gatedClock=-1; // counts
16
protected long gatedSlm=-1; // counts
17
18
- public final void setClock(long c) { this.clock = clock; }
+ public final void setClock(long c) { this.clock = c; }
19
public final void setGatedClock(long c) { this.gatedClock = c; }
20
public final long getClock() { return this.clock; }
21
public final long getFcup() { return this.fcup; }
0 commit comments