hep.ilc.marlin.adapter.lcsim
Class TrackAdapter

java.lang.Object
  extended by hep.ilc.marlin.jni.LCObject
      extended by hep.ilc.marlin.jni.Track
          extended by hep.ilc.marlin.adapter.lcsim.TrackAdapter

public class TrackAdapter
extends Track


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
TrackAdapter(org.lcsim.event.Track t)
           
 
Method Summary
 boolean equals(Object o)
           
 float getChi2()
           
 FloatVector getCovMatrix()
           
 float getD0()
           
 float getdEdx()
           
 float getdEdxError()
           
 int getNdf()
           
 float getOmega()
           
 float getPhi()
           
 float getRadiusOfInnermostHit()
           
 float[] getReferencePoint()
           
 IntVector getSubdetectorHitNumbers()
           
 float getTanLambda()
           
 TrackerHitVector getTrackerHits()
           
 TrackVector getTracks()
           
 int getType()
           
 float getZ0()
           
 int hashCode()
           
 boolean isReferencePointPCA()
           
 
Methods inherited from class hep.ilc.marlin.jni.Track
delete, finalize, getCPtr, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class hep.ilc.marlin.jni.LCObject
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackAdapter

public TrackAdapter(org.lcsim.event.Track t)
Method Detail

getType

public int getType()
Overrides:
getType in class Track

getD0

public float getD0()
Overrides:
getD0 in class Track

getPhi

public float getPhi()
Overrides:
getPhi in class Track

getOmega

public float getOmega()
Overrides:
getOmega in class Track

getZ0

public float getZ0()
Overrides:
getZ0 in class Track

getTanLambda

public float getTanLambda()
Overrides:
getTanLambda in class Track

getCovMatrix

public FloatVector getCovMatrix()
Overrides:
getCovMatrix in class Track

getReferencePoint

public float[] getReferencePoint()
Overrides:
getReferencePoint in class Track

isReferencePointPCA

public boolean isReferencePointPCA()
Overrides:
isReferencePointPCA in class Track

getChi2

public float getChi2()
Overrides:
getChi2 in class Track

getNdf

public int getNdf()
Overrides:
getNdf in class Track

getdEdx

public float getdEdx()
Overrides:
getdEdx in class Track

getdEdxError

public float getdEdxError()
Overrides:
getdEdxError in class Track

getRadiusOfInnermostHit

public float getRadiusOfInnermostHit()
Overrides:
getRadiusOfInnermostHit in class Track

getSubdetectorHitNumbers

public IntVector getSubdetectorHitNumbers()
Overrides:
getSubdetectorHitNumbers in class Track

getTracks

public TrackVector getTracks()
Overrides:
getTracks in class Track

getTrackerHits

public TrackerHitVector getTrackerHits()
Overrides:
getTrackerHits in class Track

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Track


Copyright © 2000-2007 FreeHEP. All Rights Reserved.