hep.geant4.jni
Class G4VDigiCollection

java.lang.Object
  extended by hep.geant4.jni.G4VDigiCollection
Direct Known Subclasses:
G4DigiCollection

public class G4VDigiCollection
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VDigiCollection()
           
G4VDigiCollection(long cPtr, boolean cMemoryOwn)
           
G4VDigiCollection(String DMnam, String colNam)
           
 
Method Summary
 void delete()
           
 void drawAllDigi()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4VDigiCollection obj)
           
 G4VDigi getDigi(long arg0)
           
 String getDMname()
           
 String getName()
           
 long getSize()
           
 void printAllDigi()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VDigiCollection

public G4VDigiCollection(long cPtr,
                         boolean cMemoryOwn)

G4VDigiCollection

public G4VDigiCollection()

G4VDigiCollection

public G4VDigiCollection(String DMnam,
                         String colNam)
Method Detail

getCPtr

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

drawAllDigi

public void drawAllDigi()

printAllDigi

public void printAllDigi()

getName

public String getName()

getDMname

public String getDMname()

getDigi

public G4VDigi getDigi(long arg0)

getSize

public long getSize()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.