hep.lcd.recon.tracking.tpc
Class TPCHitOnTrk

java.lang.Object
  |
  +--hep.lcd.recon.tracking.TrkHitOnTrk
        |
        +--hep.lcd.recon.tracking.tpc.TPCHitOnTrk

public class TPCHitOnTrk
extends TrkHitOnTrk

Source Code:
TPCHitOnTrk.java

Fields inherited from class hep.lcd.recon.tracking.TrkHitOnTrk
isActive, mcp, type, x, y, z
 
Constructor Summary
TPCHitOnTrk(double[] point, MCParticle mcp)
           
TPCHitOnTrk(double x, double y, double z, MCParticle mcp)
           
 
Methods inherited from class hep.lcd.recon.tracking.TrkHitOnTrk
getMCParticle, getType, print, print, setActive, trkHit, vtxHit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPCHitOnTrk

public TPCHitOnTrk(double[] point,
                   MCParticle mcp)

TPCHitOnTrk

public TPCHitOnTrk(double x,
                   double y,
                   double z,
                   MCParticle mcp)


The LCD Group