hep.geant4.jni
Class G4HCtable

java.lang.Object
  extended by hep.geant4.jni.G4HCtable

public class G4HCtable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4HCtable()
           
G4HCtable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 int entries()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCollectionID(G4VSensitiveDetector aSD)
           
 int getCollectionID(String HCname)
           
static long getCPtr(G4HCtable obj)
           
 String getHCname(int i)
           
 String getSDname(int i)
           
 int registor(String SDname, String HCname)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4HCtable

public G4HCtable(long cPtr,
                 boolean cMemoryOwn)

G4HCtable

public G4HCtable()
Method Detail

getCPtr

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

registor

public int registor(String SDname,
                    String HCname)

getCollectionID

public int getCollectionID(String HCname)

getCollectionID

public int getCollectionID(G4VSensitiveDetector aSD)

entries

public int entries()

getSDname

public String getSDname(int i)

getHCname

public String getHCname(int i)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.