hep.geant4.jni
Class G4WeightWindowStore

java.lang.Object
  extended by hep.geant4.jni.G4VWeightWindowStore
      extended by hep.geant4.jni.G4WeightWindowStore

public class G4WeightWindowStore
extends G4VWeightWindowStore


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VWeightWindowStore
swigCMemOwn
 
Constructor Summary
G4WeightWindowStore(G4VPhysicalVolume worldvolume)
           
G4WeightWindowStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addLowerWeights(G4GeometryCell gCell, DoubleVector lowerWeights)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4WeightWindowStore obj)
           
 double getLowerWeitgh(G4GeometryCell gCell, double partEnergy)
           
 G4VPhysicalVolume getWorldVolume()
           
 boolean isKnown(G4GeometryCell gCell)
           
 
Methods inherited from class hep.geant4.jni.G4VWeightWindowStore
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4WeightWindowStore

public G4WeightWindowStore(long cPtr,
                           boolean cMemoryOwn)

G4WeightWindowStore

public G4WeightWindowStore(G4VPhysicalVolume worldvolume)
Method Detail

getCPtr

public static long getCPtr(G4WeightWindowStore obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VWeightWindowStore

equals

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

getLowerWeitgh

public double getLowerWeitgh(G4GeometryCell gCell,
                             double partEnergy)
Overrides:
getLowerWeitgh in class G4VWeightWindowStore

isKnown

public boolean isKnown(G4GeometryCell gCell)
Overrides:
isKnown in class G4VWeightWindowStore

getWorldVolume

public G4VPhysicalVolume getWorldVolume()
Overrides:
getWorldVolume in class G4VWeightWindowStore

addLowerWeights

public void addLowerWeights(G4GeometryCell gCell,
                            DoubleVector lowerWeights)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.