hep.ilc.marlin.adapter.lcio
Class TrackerHitImplementation

java.lang.Object
  extended by hep.ilc.marlin.adapter.lcio.TrackerHitImplementation
All Implemented Interfaces:
hep.lcio.event.LCObject, hep.lcio.event.TrackerHit, Cloneable

public class TrackerHitImplementation
extends Object
implements hep.lcio.event.TrackerHit


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

Constructor Detail

TrackerHitImplementation

public TrackerHitImplementation(TrackerHit h)
Method Detail

getCovMatrix

public float[] getCovMatrix()
Specified by:
getCovMatrix in interface hep.lcio.event.TrackerHit

getPosition

public double[] getPosition()
Specified by:
getPosition in interface hep.lcio.event.TrackerHit

getRawHits

public List<hep.lcio.event.LCObject> getRawHits()
Specified by:
getRawHits in interface hep.lcio.event.TrackerHit

getTime

public float getTime()
Specified by:
getTime in interface hep.lcio.event.TrackerHit

getType

public int getType()
Specified by:
getType in interface hep.lcio.event.TrackerHit

getdEdx

public float getdEdx()
Specified by:
getdEdx in interface hep.lcio.event.TrackerHit


Copyright © 2000-2007 FreeHEP. All Rights Reserved.