hep.geant4.jni
Class G4DCofThisEvent

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

public class G4DCofThisEvent
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4DCofThisEvent()
           
G4DCofThisEvent(int cap)
           
G4DCofThisEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addDigiCollection(int DCID, G4VDigiCollection aDC)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCapacity()
           
static long getCPtr(G4DCofThisEvent obj)
           
 G4VDigiCollection getDC(int i)
           
 int getNumberOfCollections()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4DCofThisEvent

public G4DCofThisEvent(long cPtr,
                       boolean cMemoryOwn)

G4DCofThisEvent

public G4DCofThisEvent()

G4DCofThisEvent

public G4DCofThisEvent(int cap)
Method Detail

getCPtr

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

addDigiCollection

public void addDigiCollection(int DCID,
                              G4VDigiCollection aDC)

getDC

public G4VDigiCollection getDC(int i)

getNumberOfCollections

public int getNumberOfCollections()

getCapacity

public int getCapacity()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.