hep.geant4.jni
Class G4VImportanceAlgorithm

java.lang.Object
  extended by hep.geant4.jni.G4VImportanceAlgorithm
Direct Known Subclasses:
G4ImportanceAlgorithm

public class G4VImportanceAlgorithm
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VImportanceAlgorithm(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4Nsplit_Weight calculate(double ipre, double ipost, double init_w)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VImportanceAlgorithm obj)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VImportanceAlgorithm

public G4VImportanceAlgorithm(long cPtr,
                              boolean cMemoryOwn)
Method Detail

getCPtr

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

calculate

public G4Nsplit_Weight calculate(double ipre,
                                 double ipost,
                                 double init_w)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.