File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
common-tools/clas-detector/src/main/java/org/jlab/detector/helicity Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ public void initialize(HipoReader reader) {
480480 }
481481
482482 public void initialize (List <String > filenames ) {
483+ LOGGER .info ("HelicitySequence: Reading sequence from " +String .join ("," ,filenames ));
483484 for (String filename : filenames ) {
484485 HipoReader reader = new HipoReader ();
485486 reader .setTags (1 );
@@ -526,7 +527,14 @@ else if (!s.equals(this.states.get(this.states.size()-1))) {
526527 this .integrityCheck ();
527528 }
528529
530+ /**
531+ *
532+ * @param schema
533+ * @param conman
534+ * @param filenames
535+ */
529536 public void addStream (SchemaFactory schema , ConstantsManager conman , List <String > filenames ) {
537+ LOGGER .info ("HelicitySequence: Restreaming sequence from " +String .join ("," ,filenames ));
530538 Bank runConfigBank = new Bank (schema .getSchema ("RUN::config" ));
531539 Bank helAdcBank = new Bank (schema .getSchema ("HEL::adc" ));
532540 TreeSet <HelicityState > stream = new TreeSet <>();
You can’t perform that action at this time.
0 commit comments