hep.geant4.jni
Class G4NucleiPropertiesTheoreticalTable

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

public class G4NucleiPropertiesTheoreticalTable
extends Object


Field Summary
static int nEntries
           
static int shortTableSize
           
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4NucleiPropertiesTheoreticalTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static double getAtomicMass(int Z, int A)
           
static double getBindingEnergy(int Z, int A)
           
static long getCPtr(G4NucleiPropertiesTheoreticalTable obj)
           
static double getMassExcess(int Z, int A)
           
static double getNuclearMass(int Z, int A)
           
static boolean isInTable(int Z, int A)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

nEntries

public static final int nEntries

shortTableSize

public static final int shortTableSize
Constructor Detail

G4NucleiPropertiesTheoreticalTable

public G4NucleiPropertiesTheoreticalTable(long cPtr,
                                          boolean cMemoryOwn)
Method Detail

getCPtr

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

getMassExcess

public static double getMassExcess(int Z,
                                   int A)

getNuclearMass

public static double getNuclearMass(int Z,
                                    int A)

getAtomicMass

public static double getAtomicMass(int Z,
                                   int A)

getBindingEnergy

public static double getBindingEnergy(int Z,
                                      int A)

isInTable

public static boolean isInTable(int Z,
                                int A)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.