hep.lcd.mc.fast
Class SmearTrack

java.lang.Object
  |
  +--hep.lcd.mc.fast.SmearTrack

public class SmearTrack
extends Object

Author:
W.Walkowiak, 08/00
Source Code:
SmearTrack.java

Constructor Summary
SmearTrack()
           
 
Method Summary
static TrackParameters smearTrack(TrackParameters noSmear, Random rand)
          Smear track parameters according to the track's stored error matrix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmearTrack

public SmearTrack()
Method Detail

smearTrack

public static TrackParameters smearTrack(TrackParameters noSmear,
                                         Random rand)
Smear track parameters according to the track's stored error matrix.
See Also:
TrackParameters


The LCD Group