Commit in lcsim/src/org/lcsim/contrib/uiowa on MAIN
CheckDisjoint.java+111.1 -> 1.2
MJC: (contrib) Documentation

lcsim/src/org/lcsim/contrib/uiowa
CheckDisjoint.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CheckDisjoint.java	13 Oct 2008 07:15:51 -0000	1.1
+++ CheckDisjoint.java	22 Oct 2008 17:41:35 -0000	1.2
@@ -11,6 +11,17 @@
 import org.lcsim.contrib.uiowa.MuonFinder.*;
 import org.lcsim.recon.pfa.identifier.*;
 
+/**
+ * Validation driver to check that two collections/hitmaps are disjoint.
+ * Allowed inputs (to read from the event):
+ *   1) A Collection of CalorimeterHit objects
+ *   2) A Collection of Cluster objects
+ *   3) A HitMap
+ *
+ * @version $Id: CheckDisjoint.java,v 1.2 2008/10/22 17:41:35 mcharles Exp $
+ * @author [log in to unmask]
+ */
+
 public class CheckDisjoint extends Driver
 {
     String m_name1;
CVSspam 0.2.8