Skip to content

Commit dadd3cb

Browse files
committed
process all events
1 parent d599489 commit dadd3cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • common-tools/clas-analysis/src/main/java/org/jlab/analysis/postprocess

common-tools/clas-analysis/src/main/java/org/jlab/analysis/postprocess/Processor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ public static void main(String args[]) {
293293

294294
for (String f : o.getInputList()) {
295295
HipoReader reader = new HipoReader();
296-
reader.setTags(0);
297296
reader.open(f);
298297
Event event = new Event();
299298
while (reader.hasNext()) {

0 commit comments

Comments
 (0)