hep.geant4.jni
Class G4NucleiProperties

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

public class G4NucleiProperties
extends Object


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

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4NucleiProperties

public G4NucleiProperties(long cPtr,
                          boolean cMemoryOwn)

G4NucleiProperties

public G4NucleiProperties()
Method Detail

getCPtr

public static long getCPtr(G4NucleiProperties 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 A,
                                   int Z)

getAtomicMass

public static double getAtomicMass(double A,
                                   double Z)

getBindingEnergy

public static double getBindingEnergy(int A,
                                      int Z)

getNuclearMass

public static double getNuclearMass(double A,
                                    double Z)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.