Commit in lcsim/src/org/lcsim/event/base on MAIN
BaseRawCalorimeterHit.java+21.2 -> 1.3
set identifier to prevent infinite recursion

lcsim/src/org/lcsim/event/base
BaseRawCalorimeterHit.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- BaseRawCalorimeterHit.java	30 Apr 2012 22:54:11 -0000	1.2
+++ BaseRawCalorimeterHit.java	5 May 2012 00:08:38 -0000	1.3
@@ -1,6 +1,7 @@
 package org.lcsim.event.base;
 
 import org.lcsim.detector.IDetectorElement;
+import org.lcsim.detector.identifier.Identifier;
 import org.lcsim.event.RawCalorimeterHit;
 
 /**
@@ -21,6 +22,7 @@
         this.id = id;
         this.amplitude = amplitude;
         this.timestamp = timestamp;
+        this.compactId = new Identifier(id);
     }
 
     public BaseRawCalorimeterHit(long id, int amplitude, int timestamp, IDetectorElement de) {
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1