Print

Print


Commit in lcsim/src/org/lcsim/contrib/SiStripSim on MAIN
RawKpixHit.java-661.1 removed
StripChargeTransferModel.java-351.1 removed
ChargeTransferModel.java-261.1 removed
-127
3 removed files
Cleaning up old garbage that got left in cvs by accident.

lcsim/src/org/lcsim/contrib/SiStripSim
RawKpixHit.java removed after 1.1
diff -N RawKpixHit.java
--- RawKpixHit.java	18 May 2007 21:59:24 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,66 +0,0 @@
-/*
- * RawKpixHit.java
- *
- * Created on May 7, 2007, 11:18 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package org.lcsim.contrib.SiStripSim;
-
-import org.lcsim.event.RawTrackerHit;
-import org.lcsim.event.SimTrackerHit;
-
-import java.util.List;
-
-/**
- *
- * @author tknelson
- */
-public class RawKpixHit// implements RawTrackerHit
-{
-
-    // Fields
-    double _time;
-    long _cellid;
-    short _adc;
-    List<SimTrackerHit> _simulated_hits;
-    
-    /** Creates a new instance of RawKpixHit */
-    public RawKpixHit()
-    {
-    }
-    
-    // Accessors
-    /**
-    *  Returns a time measurement associated with the adc values.
-    *  E.g. the t0 of the spectrum for the TPC. Subdetector dependent.  
-    */
-//    public int getTime();
-    /** 
-     * Returns the detector specific cell id.
-     */
-//    public long getCellID();
-    /**
-     * Returns the array of ADCValues. 
-     * The array may be of length 1 if this detector only reads out a single value per cell.
-     * The value may also need decoding (for example the KPiX chip uses one bit as a
-     * range indicator).
-     */ 
-//    public short[] getADCValues();
-    
-    /** Returns the IDDecoder associated with this hit */
-//    public IDDecoder getIDDecoder();
-   
-    /** Using the IDDecoder, returns the Subdetector associated with this hit */
-//    public Subdetector getSubdetector();
-    
-    /** Returns the associated SimTrackerHit. Note this may be <code>null</code>
-     * if there is no associated SimTrackerHit (for example because this is a noise 
-     * hit, or because there is no MC information.
-     */  
-    // FixMe: This should return an array of tracker hits
-//    public SimTrackerHit getSimTrackerHit();
-    
-}

lcsim/src/org/lcsim/contrib/SiStripSim
StripChargeTransferModel.java removed after 1.1
diff -N StripChargeTransferModel.java
--- StripChargeTransferModel.java	18 May 2007 21:59:24 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
-/*
- * StripChargeTransferModel.java
- *
- * Created on May 18, 2007, 12:42 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package org.lcsim.contrib.SiStripSim;
-
-import org.lcsim.detector.tracker.silicon.SiSensorElectrodes;
-
-import java.util.SortedMap;
-
-/**
- *
- * @author tknelson
- */
-public class StripChargeTransferModel implements ChargeTransferModel
-{
-    
-    /** Creates a new instance of StripChargeTransferModel */
-    public StripChargeTransferModel()
-    {
-    }
-        
-    public void transferCharge(SiSensorElectrodes sense_electrodes, SiSensorElectrodes readout_electrodes, 
-            SortedMap<Integer,SiElectrodeData> sense_data, SortedMap<Integer,SiElectrodeData> readout_data)
-    {
-        
-    }
-    
-    
-}

lcsim/src/org/lcsim/contrib/SiStripSim
ChargeTransferModel.java removed after 1.1
diff -N ChargeTransferModel.java
--- ChargeTransferModel.java	18 May 2007 21:59:24 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,26 +0,0 @@
-/*
- * ChargeTransferModel.java
- *
- * Created on May 18, 2007, 12:42 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
-
-package org.lcsim.contrib.SiStripSim;
-
-import org.lcsim.detector.tracker.silicon.SiSensorElectrodes;
-
-import java.util.SortedMap;
-
-/**
- *
- * @author tknelson
- */
-public interface ChargeTransferModel
-{
-    
-    void transferCharge(SiSensorElectrodes sense_electrodes, SiSensorElectrodes readout_electrodes, 
-            SortedMap<Integer,SiElectrodeData> sense_data, SortedMap<Integer,SiElectrodeData> readout_data);
-    
-}
CVSspam 0.2.8