Skip to content

Commit 3ff4d09

Browse files
committed
fix comments
1 parent 223bff4 commit 3ff4d09

3 files changed

Lines changed: 7 additions & 12 deletions

File tree

common-tools/clara-io/src/main/java/org/jlab/io/clara/Clas12Reader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import org.json.JSONObject;
1313

1414
/**
15-
* Just reads EVIO or HIPO, and passes it along.
15+
* Just reads EVIO or HIPO and passes it along.
1616
*
1717
* @author baltzell
1818
*/

common-tools/clara-io/src/main/java/org/jlab/io/clara/Clas12Writer.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
import org.json.JSONObject;
2222

2323
/**
24-
* Combined with DecoderReader, a port of the standard "decoder" to CLARA.
25-
*
24+
*
2625
* 1. Copies certain banks on-the-fly to new tag-1 events
27-
* 2. Caches helicity states and scaler readouts, for later use in post-processing
28-
* 3. Writes the helicity sequence to HEL::flip banks in new tag-1 events
29-
* 4. Adds .hipo to the output filename, if necessary
30-
* 5. Runs post-processing, writing tag-1 information to all events
26+
* 2. Caches helicity states, scaler readouts, and unix time
27+
* 3. Writes HEL::flip, RUN/HEL::scaler, and RUN::unix to new tag-1 events
28+
* 4. Runs post-processing, writing tag-1 information to all events
29+
* 5. Adds .hipo to the output filename, if necessary
3130
*
3231
* @author baltzell
3332
*/

common-tools/clara-io/src/main/java/org/jlab/io/clara/DecoderReader.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
import org.json.JSONObject;
1515

1616
/**
17-
* Combined with Clas12Writer, a port of the standard "decoder" to CLARA.
18-
*
19-
* 1. Convert EVIO to HIPO
20-
* 2. CCDB translation tables, c/s/c -> s/l/c/o
21-
* 3. Pulse extraction, e.g., Mode-1 FADC250
17+
* The CLAS decoder. Requires EVIO input.
2218
*
2319
* @author baltzell
2420
*/

0 commit comments

Comments
 (0)