Print

Print


Author: [log in to unmask]
Date: Tue May 12 14:11:25 2015
New Revision: 3604

Log:
Reimplement this method to return a dummy value.

Modified:
    projects/lcsim/branches/LCSIM-246/event-model/src/main/java/org/lcsim/lcio/SIOCluster.java

Modified: projects/lcsim/branches/LCSIM-246/event-model/src/main/java/org/lcsim/lcio/SIOCluster.java
 =============================================================================
--- projects/lcsim/branches/LCSIM-246/event-model/src/main/java/org/lcsim/lcio/SIOCluster.java	(original)
+++ projects/lcsim/branches/LCSIM-246/event-model/src/main/java/org/lcsim/lcio/SIOCluster.java	Tue May 12 14:11:25 2015
@@ -336,4 +336,8 @@
         }
         return raw_energy;
     }
+
+    public int getParticleId() {
+        return 0;
+    }
 }

########################################################################
Use REPLY-ALL to reply to list

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