Commit in lcsim/src/org/lcsim/contrib/uiowa/structural on MAIN
MapClusterToListOfClusters.java+12added 1.1
Special class to make accessing a complex class in the event header type-safe

lcsim/src/org/lcsim/contrib/uiowa/structural
MapClusterToListOfClusters.java added at 1.1
diff -N MapClusterToListOfClusters.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ MapClusterToListOfClusters.java	1 Oct 2005 01:36:22 -0000	1.1
@@ -0,0 +1,12 @@
+package structural;
+// Problems storing this within the event...
+
+import java.util.Map;
+import java.util.HashMap;
+import java.util.List;
+import org.lcsim.event.Cluster;
+
+class MapClusterToListOfClusters extends HashMap<Cluster, List<Cluster>>
+{
+    
+}
CVSspam 0.2.8