hep.ilc.marlin.adapter.lcsim
Class TrackerHitImplementation

java.lang.Object
  extended by hep.ilc.marlin.adapter.lcsim.TrackerHitImplementation
All Implemented Interfaces:
org.lcsim.event.TrackerHit

public class TrackerHitImplementation
extends Object
implements org.lcsim.event.TrackerHit


Constructor Summary
TrackerHitImplementation(TrackerHit h, org.lcsim.event.EventHeader e)
           
 
Method Summary
 boolean equals(Object o)
           
 double[] getCovMatrix()
           
 double getdEdx()
           
 double[] getPosition()
           
 List<Object> getRawHits()
           
 double getTime()
           
 int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackerHitImplementation

public TrackerHitImplementation(TrackerHit h,
                                org.lcsim.event.EventHeader e)
Method Detail

getCovMatrix

public double[] getCovMatrix()
Specified by:
getCovMatrix in interface org.lcsim.event.TrackerHit

getPosition

public double[] getPosition()
Specified by:
getPosition in interface org.lcsim.event.TrackerHit

getRawHits

public List<Object> getRawHits()
Specified by:
getRawHits in interface org.lcsim.event.TrackerHit

getTime

public double getTime()
Specified by:
getTime in interface org.lcsim.event.TrackerHit

getType

public int getType()
Specified by:
getType in interface org.lcsim.event.TrackerHit

getdEdx

public double getdEdx()
Specified by:
getdEdx in interface org.lcsim.event.TrackerHit

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.