Print

Print


Commit in lcsim/src/org/lcsim/rpc on MAIN
RPCHit.java-281.1 removed
remove no longer used class; rpc code refactored to use basic LCIO objects

lcsim/src/org/lcsim/rpc
RPCHit.java removed after 1.1
diff -N RPCHit.java
--- RPCHit.java	1 Feb 2013 01:54:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,28 +0,0 @@
-package org.lcsim.rpc;
-
-import org.lcsim.event.base.BaseCalorimeterHit;
-
-// FIXME: This class can probably be removed once we figure out which LCIO type should be used.
-//        For now it extends CalorimeterHit.
-public class RPCHit extends BaseCalorimeterHit
-{    
-    public RPCHit(long cid, double charge)
-    {
-        super(0., charge, 0., 0, cid, 0);
-    }
-
-    public long getCid()
-    {
-        return id;
-    }
-
-    public double getCharge()
-    {
-        return rawEnergy;
-    }
-
-    public void addCharge(double addcharge)
-    {
-        rawEnergy += addcharge;
-    }
-}
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