hep.geant4.jni
Class G4CellScorerStore

java.lang.Object
  extended by hep.geant4.jni.G4VCellScorerStore
      extended by hep.geant4.jni.G4CellScorerStore

public class G4CellScorerStore
extends G4VCellScorerStore


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VCellScorerStore
swigCMemOwn
 
Constructor Summary
G4CellScorerStore()
           
G4CellScorerStore(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 G4CellScorer addCellScorer(G4GeometryCell gCell)
           
 G4CellScorer addCellScorer(G4VPhysicalVolume vol)
           
 G4CellScorer addCellScorer(G4VPhysicalVolume vol, int repnum)
           
 void delete()
           
 void deleteAllScorers()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4VCellScorer getCellScore(G4GeometryCell gCell)
           
static long getCPtr(G4CellScorerStore obj)
           
 void setAutoScorerCreate()
           
 
Methods inherited from class hep.geant4.jni.G4VCellScorerStore
getCPtr
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4CellScorerStore

public G4CellScorerStore(long cPtr,
                         boolean cMemoryOwn)

G4CellScorerStore

public G4CellScorerStore()
Method Detail

getCPtr

public static long getCPtr(G4CellScorerStore obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VCellScorerStore

equals

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

getCellScore

public G4VCellScorer getCellScore(G4GeometryCell gCell)
Overrides:
getCellScore in class G4VCellScorerStore

setAutoScorerCreate

public void setAutoScorerCreate()

addCellScorer

public G4CellScorer addCellScorer(G4GeometryCell gCell)

addCellScorer

public G4CellScorer addCellScorer(G4VPhysicalVolume vol,
                                  int repnum)

addCellScorer

public G4CellScorer addCellScorer(G4VPhysicalVolume vol)

deleteAllScorers

public void deleteAllScorers()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.