hep.geant4.jni
Class G4CellScorer

java.lang.Object
  extended by hep.geant4.jni.G4VCellScorer
      extended by hep.geant4.jni.G4CellScorer

public class G4CellScorer
extends G4VCellScorer


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

Constructor Detail

G4CellScorer

public G4CellScorer(long cPtr,
                    boolean cMemoryOwn)

G4CellScorer

public G4CellScorer()
Method Detail

getCPtr

public static long getCPtr(G4CellScorer obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VCellScorer

equals

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

scoreAnExitingStep

public void scoreAnExitingStep(G4Step aStep,
                               G4GeometryCell gCell)
Overrides:
scoreAnExitingStep in class G4VCellScorer

scoreAnEnteringStep

public void scoreAnEnteringStep(G4Step aStep,
                                G4GeometryCell gCell)
Overrides:
scoreAnEnteringStep in class G4VCellScorer

scoreAnInVolumeStep

public void scoreAnInVolumeStep(G4Step aStep,
                                G4GeometryCell gCell)
Overrides:
scoreAnInVolumeStep in class G4VCellScorer

getCellScoreComposer

public G4CellScoreComposer getCellScoreComposer()

getCellScoreValues

public G4CellScoreValues getCellScoreValues()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.