dwvisser.jamUtilities
Class FixEventFile

java.lang.Object
  |
  +--dwvisser.jamUtilities.FixEventFile

public class FixEventFile
extends java.lang.Object

This program takes the first data block of a specified event file, removes it, and appends it to the end of a second specified event file. The first file is typically run number "x" and the second file is for run number "x-1".

Author:
Dale W. Visser

Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)