Commit in lcsim/src/org/lcsim/event/base on MAIN
BaseLCSimEvent.java-91.3 -> 1.4


lcsim/src/org/lcsim/event/base
BaseLCSimEvent.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- BaseLCSimEvent.java	23 May 2008 06:53:35 -0000	1.3
+++ BaseLCSimEvent.java	20 Aug 2008 00:59:46 -0000	1.4
@@ -180,16 +180,7 @@
                     // some types of objects may ignore this if meta is already set
                     ((HasMetaData)o).setMetaData(meta);
                 }
-		    // FIXME: What happens if a hit belongs to 2 or more collections?  We wipe out the old collection's meta!
-            //        if (o instanceof HasIDDecoder) {
-            //            IDDecoder hitdec = ((HasIDDecoder)o).getIDDecoder();
-            //            if (hitdec.getIDDescription().toString().compareTo(descr) != 0) 
-            //                throw new RuntimeException(name + " - " + " - " + readoutName + " - " + hitdec.getIDDescription() + " is not equal to " + descr); 
-            //        }
-            //        ((HasMetaData)o).setMetaData(meta);
-            //    }
             }
-            //}
         }      
     }
     
CVSspam 0.2.8