hep.geant4.jni
Class G4MPVEntry

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

public class G4MPVEntry
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4MPVEntry(double aPhotonMomentum, double aPropertyValue)
           
G4MPVEntry(G4MPVEntry right)
           
G4MPVEntry(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 void dumpEntry()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4MPVEntry obj)
           
 double getPhotonMomentum()
           
 double getProperty()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4MPVEntry

public G4MPVEntry(long cPtr,
                  boolean cMemoryOwn)

G4MPVEntry

public G4MPVEntry(double aPhotonMomentum,
                  double aPropertyValue)

G4MPVEntry

public G4MPVEntry(G4MPVEntry right)
Method Detail

getCPtr

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

getPhotonMomentum

public double getPhotonMomentum()

getProperty

public double getProperty()

dumpEntry

public void dumpEntry()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.