hep.geant4.jni
Class G4VScorer

java.lang.Object
  extended by hep.geant4.jni.G4VScorer
Direct Known Subclasses:
G4CellStoreScorer, G4Scorer

public class G4VScorer
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VScorer(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VScorer obj)
           
 void score(G4Step step, G4GeometryCellStep gstep)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VScorer

public G4VScorer(long cPtr,
                 boolean cMemoryOwn)
Method Detail

getCPtr

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

score

public void score(G4Step step,
                  G4GeometryCellStep gstep)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.