Skip to content

Commit 1891075

Browse files
committed
make it if the user did not
1 parent 8941d26 commit 1891075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common-tools/clas-detector/src/main/java/org/jlab/detector/serial/SerialHoncho.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public void closure(HipoWriterSorted writer) {
9898
Bank cfg = new Bank(runConfig, 1);
9999
cfg.putInt("run",0,run);
100100
writer.addEvent(getUnixEvent(cfg),1);
101+
if (helicitySequence == null) updateHelicitySequence();
101102
helicitySequence.writeFlips(writer, 1);
102103
}
103104

0 commit comments

Comments
 (0)