hep.ilc.marlin.jni
Class SignalPoint

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

public class SignalPoint
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  SignalPoint()
           
protected SignalPoint(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getCharge()
           
protected static long getCPtr(SignalPoint obj)
           
 double getSigmaX()
           
 double getSigmaY()
           
 double getX()
           
 double getY()
           
 int hashCode()
           
 void setCharge(double value)
           
 void setSigmaX(double value)
           
 void setSigmaY(double value)
           
 void setX(double value)
           
 void setY(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

SignalPoint

protected SignalPoint(long cPtr,
                      boolean cMemoryOwn)

SignalPoint

public SignalPoint()
Method Detail

getCPtr

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

setSigmaX

public void setSigmaX(double value)

getSigmaX

public double getSigmaX()

setSigmaY

public void setSigmaY(double value)

getSigmaY

public double getSigmaY()

setCharge

public void setCharge(double value)

getCharge

public double getCharge()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.