hep.geant4.jni
Class G4BestUnit

java.lang.Object
  extended by hep.geant4.jni.G4BestUnit

public class G4BestUnit
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4BestUnit(double internalValue, String category)
           
G4BestUnit(G4ThreeVector internalValue, String category)
           
G4BestUnit(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 String getCategory()
           
static long getCPtr(G4BestUnit obj)
           
 long getIndexOfCategory()
           
 SWIGTYPE_p_double getValue()
           
 String toString()
           
 String toString(int w)
           
 String toString(int w, int p)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4BestUnit

public G4BestUnit(long cPtr,
                  boolean cMemoryOwn)

G4BestUnit

public G4BestUnit(double internalValue,
                  String category)

G4BestUnit

public G4BestUnit(G4ThreeVector internalValue,
                  String category)
Method Detail

getCPtr

public static long getCPtr(G4BestUnit 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

getValue

public SWIGTYPE_p_double getValue()

getCategory

public String getCategory()

getIndexOfCategory

public long getIndexOfCategory()

toString

public String toString(int w,
                       int p)

toString

public String toString(int w)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.