hep.geant4.jni
Class G4WeightWindowAlgorithm

java.lang.Object
  extended by hep.geant4.jni.G4VWeightWindowAlgorithm
      extended by hep.geant4.jni.G4WeightWindowAlgorithm

public class G4WeightWindowAlgorithm
extends G4VWeightWindowAlgorithm


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VWeightWindowAlgorithm
swigCMemOwn
 
Constructor Summary
G4WeightWindowAlgorithm()
           
G4WeightWindowAlgorithm(double upperLimitFaktor)
           
G4WeightWindowAlgorithm(double upperLimitFaktor, double survivalFaktor)
           
G4WeightWindowAlgorithm(double upperLimitFaktor, double survivalFaktor, int maxNumberOfSplits)
           
G4WeightWindowAlgorithm(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4Nsplit_Weight calculate(double init_w, double lowerWeightBound)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4WeightWindowAlgorithm obj)
           
 
Methods inherited from class hep.geant4.jni.G4VWeightWindowAlgorithm
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4WeightWindowAlgorithm

public G4WeightWindowAlgorithm(long cPtr,
                               boolean cMemoryOwn)

G4WeightWindowAlgorithm

public G4WeightWindowAlgorithm(double upperLimitFaktor,
                               double survivalFaktor,
                               int maxNumberOfSplits)

G4WeightWindowAlgorithm

public G4WeightWindowAlgorithm(double upperLimitFaktor,
                               double survivalFaktor)

G4WeightWindowAlgorithm

public G4WeightWindowAlgorithm(double upperLimitFaktor)

G4WeightWindowAlgorithm

public G4WeightWindowAlgorithm()
Method Detail

getCPtr

public static long getCPtr(G4WeightWindowAlgorithm obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4VWeightWindowAlgorithm
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4VWeightWindowAlgorithm

equals

public boolean equals(Object obj)
Overrides:
equals in class G4VWeightWindowAlgorithm

calculate

public G4Nsplit_Weight calculate(double init_w,
                                 double lowerWeightBound)
Overrides:
calculate in class G4VWeightWindowAlgorithm


Copyright © 2000-2007 FreeHEP. All Rights Reserved.