hep.lcd.mc.smear
Interface MutableTrackerHit


public interface MutableTrackerHit
extends TrackerHit

A TrackerHit may implement MutableTrackerHit to indicate it is willing to allow a hit smearing routine to change the space point corresponding to the hit


Fields inherited from interface hep.lcd.event.TrackerHit
SYSTEM_TRACKER, SYSTEM_VXD
 
Method Summary
 void setPoint(double[] point)
           
 
Methods inherited from interface hep.lcd.event.TrackerHit
getDEdx, getLayer, getMCParticle, getPoint, getSystem, isEndcap, isNorth
 

Method Detail

setPoint

public void setPoint(double[] point)


The LCD Group