hep.geant4.jni
Class G4DCtable

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

public class G4DCtable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4DCtable()
           
G4DCtable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 int entries()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCollectionID(G4VDigitizerModule aDM)
           
 int getCollectionID(String DCname)
           
static long getCPtr(G4DCtable obj)
           
 String getDCname(int i)
           
 String getDMname(int i)
           
 int registor(String SDname, String DCname)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4DCtable

public G4DCtable(long cPtr,
                 boolean cMemoryOwn)

G4DCtable

public G4DCtable()
Method Detail

getCPtr

public static long getCPtr(G4DCtable 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 DCname)

getCollectionID

public int getCollectionID(String DCname)

getCollectionID

public int getCollectionID(G4VDigitizerModule aDM)

entries

public int entries()

getDMname

public String getDMname(int i)

getDCname

public String getDCname(int i)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.