hep.ilc.marlin.jni
Class TPCHit

java.lang.Object
  extended by hep.ilc.marlin.jni.LCObject
      extended by hep.ilc.marlin.jni.TPCHit

public class TPCHit
extends LCObject


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
protected TPCHit(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCellID()
           
 float getCharge()
           
protected static long getCPtr(TPCHit obj)
           
 int getNRawDataWords()
           
 int getQuality()
           
 int getRawDataWord(int i)
           
 float getTime()
           
 int hashCode()
           
 
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

TPCHit

protected TPCHit(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(TPCHit obj)

finalize

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

delete

public void delete()
Overrides:
delete in class LCObject

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class LCObject

getCellID

public int getCellID()

getTime

public float getTime()

getCharge

public float getCharge()

getQuality

public int getQuality()

getNRawDataWords

public int getNRawDataWords()

getRawDataWord

public int getRawDataWord(int i)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.