hep.ilc.marlin.jni
Class Cluster

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

public class Cluster
extends LCObject


Field Summary
 
Fields inherited from class hep.ilc.marlin.jni.LCObject
swigCMemOwn
 
Constructor Summary
protected Cluster(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 CalorimeterHitVector getCalorimeterHits()
           
 ClusterVector getClusters()
           
protected static long getCPtr(Cluster obj)
           
 FloatVector getDirectionError()
           
 float getEnergy()
           
 FloatVector getHitContributions()
           
 float getIPhi()
           
 float getITheta()
           
 ParticleIDVector getParticleIDs()
           
 float[] getPosition()
           
 FloatVector getPositionError()
           
 FloatVector getShape()
           
 FloatVector getSubdetectorEnergies()
           
 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
 

Constructor Detail

Cluster

protected Cluster(long cPtr,
                  boolean cMemoryOwn)
Method Detail

getCPtr

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

getEnergy

public float getEnergy()

getPosition

public float[] getPosition()

getPositionError

public FloatVector getPositionError()

getITheta

public float getITheta()

getIPhi

public float getIPhi()

getDirectionError

public FloatVector getDirectionError()

getShape

public FloatVector getShape()

getParticleIDs

public ParticleIDVector getParticleIDs()

getClusters

public ClusterVector getClusters()

getCalorimeterHits

public CalorimeterHitVector getCalorimeterHits()

getHitContributions

public FloatVector getHitContributions()

getSubdetectorEnergies

public FloatVector getSubdetectorEnergies()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.