hep.geant4.jni
Class G4NucleiPropertiesTable

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

public class G4NucleiPropertiesTable
extends Object


Field Summary
static int MaxA
           
static int nEntries
           
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4NucleiPropertiesTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static double getAtomicMass(int Z, int A)
           
static double getBetaDecayEnergy(int Z, int A)
           
static double getBindingEnergy(int Z, int A)
           
static long getCPtr(G4NucleiPropertiesTable obj)
           
static double getMassExcess(int Z, int A)
           
static double getNuclearMass(int Z, int A)
           
static boolean isInTable(int Z, int A)
           
static int maxZ(int A)
           
static int minZ(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

MaxA

public static final int MaxA
Constructor Detail

G4NucleiPropertiesTable

public G4NucleiPropertiesTable(long cPtr,
                               boolean cMemoryOwn)
Method Detail

getCPtr

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

getBindingEnergy

public static double getBindingEnergy(int Z,
                                      int A)

getBetaDecayEnergy

public static double getBetaDecayEnergy(int Z,
                                        int A)

getAtomicMass

public static double getAtomicMass(int Z,
                                   int A)

isInTable

public static boolean isInTable(int Z,
                                int A)

maxZ

public static int maxZ(int A)

minZ

public static int minZ(int A)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.