hep.ilc.marlin.jni
Class IonisationPoint

java.lang.Object
  extended by hep.ilc.marlin.jni.IonisationPoint

public class IonisationPoint
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  IonisationPoint()
           
protected IonisationPoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(IonisationPoint obj)
           
 double getEloss()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 int hashCode()
           
 void setEloss(double value)
           
 void setX(double value)
           
 void setY(double value)
           
 void setZ(double value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

IonisationPoint

protected IonisationPoint(long cPtr,
                          boolean cMemoryOwn)

IonisationPoint

public IonisationPoint()
Method Detail

getCPtr

protected static long getCPtr(IonisationPoint obj)

finalize

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

delete

public void delete()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setX

public void setX(double value)

getX

public double getX()

setY

public void setY(double value)

getY

public double getY()

setZ

public void setZ(double value)

getZ

public double getZ()

setEloss

public void setEloss(double value)

getEloss

public double getEloss()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.