hep.ilc.marlin.jni
Class ParticleID

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

public class ParticleID
extends LCObject


Field Summary
static int UnknownPDG
           
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
protected ParticleID(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getAlgorithmType()
           
protected static long getCPtr(ParticleID obj)
           
 float getLikelihood()
           
 FloatVector getParameters()
           
 int getPDG()
           
 int getType()
           
 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
 

Field Detail

UnknownPDG

public static final int UnknownPDG
Constructor Detail

ParticleID

protected ParticleID(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(ParticleID 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

getType

public int getType()

getPDG

public int getPDG()

getLikelihood

public float getLikelihood()

getAlgorithmType

public int getAlgorithmType()

getParameters

public FloatVector getParameters()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.