hep.geant4.jni
Class G4VCellScorer

java.lang.Object
  extended by hep.geant4.jni.G4VCellScorer
Direct Known Subclasses:
G4CellScorer

public class G4VCellScorer
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VCellScorer(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VCellScorer obj)
           
 void scoreAnEnteringStep(G4Step aStep, G4GeometryCell gCell)
           
 void scoreAnExitingStep(G4Step aStep, G4GeometryCell gCell)
           
 void scoreAnInVolumeStep(G4Step aStep, G4GeometryCell gCell)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VCellScorer

public G4VCellScorer(long cPtr,
                     boolean cMemoryOwn)
Method Detail

getCPtr

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

scoreAnExitingStep

public void scoreAnExitingStep(G4Step aStep,
                               G4GeometryCell gCell)

scoreAnEnteringStep

public void scoreAnEnteringStep(G4Step aStep,
                                G4GeometryCell gCell)

scoreAnInVolumeStep

public void scoreAnInVolumeStep(G4Step aStep,
                                G4GeometryCell gCell)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.