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 5c69b7e commit aa99002Copy full SHA for aa99002
common-tools/clas-detector/src/main/java/org/jlab/detector/calib/utils/ConstantsManager.java
@@ -159,7 +159,7 @@ private synchronized void loadConstantsForRun(int run) {
159
for (String table : stringTables)
160
s.put(table, new StringIndexedTable(provider.getAssignment(table)));
161
stringConstants.put(run,s);
162
- System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
+ //System.out.println(stringConstants.get(run).get("/runcontrol/beam").getValueFloat("beam_energy","value"));
163
}
164
165
provider.disconnect();
0 commit comments