hep.ilc.marlin.jni
Class Track

java.lang.Object
  extended by hep.ilc.marlin.jni.LCObject
      extended by hep.ilc.marlin.jni.Track
Direct Known Subclasses:
TrackAdapter

public class Track
extends LCObject


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
  Track()
           
protected Track(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 float getChi2()
           
 FloatVector getCovMatrix()
           
protected static long getCPtr(Track obj)
           
 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()
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void 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

Track

protected Track(long cPtr,
                boolean cMemoryOwn)

Track

public Track()
Method Detail

getCPtr

protected static long getCPtr(Track obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class LCObject
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class LCObject

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

public boolean equals(Object obj)
Overrides:
equals in class LCObject

hashCode

public int hashCode()
Overrides:
hashCode in class LCObject

getType

public int getType()

getD0

public float getD0()

getPhi

public float getPhi()

getOmega

public float getOmega()

getZ0

public float getZ0()

getTanLambda

public float getTanLambda()

getCovMatrix

public FloatVector getCovMatrix()

getReferencePoint

public float[] getReferencePoint()

isReferencePointPCA

public boolean isReferencePointPCA()

getChi2

public float getChi2()

getNdf

public int getNdf()

getdEdx

public float getdEdx()

getdEdxError

public float getdEdxError()

getRadiusOfInnermostHit

public float getRadiusOfInnermostHit()

getSubdetectorHitNumbers

public IntVector getSubdetectorHitNumbers()

getTracks

public TrackVector getTracks()

getTrackerHits

public TrackerHitVector getTrackerHits()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.