hep.geant4.jni
Class G4HCofThisEvent

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

public class G4HCofThisEvent
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4HCofThisEvent()
           
G4HCofThisEvent(int cap)
           
G4HCofThisEvent(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addHitsCollection(int HCID, G4VHitsCollection aHC)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int getCapacity()
           
static long getCPtr(G4HCofThisEvent obj)
           
 G4VHitsCollection getHC(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

G4HCofThisEvent

public G4HCofThisEvent(long cPtr,
                       boolean cMemoryOwn)

G4HCofThisEvent

public G4HCofThisEvent()

G4HCofThisEvent

public G4HCofThisEvent(int cap)
Method Detail

getCPtr

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

addHitsCollection

public void addHitsCollection(int HCID,
                              G4VHitsCollection aHC)

getHC

public G4VHitsCollection getHC(int i)

getNumberOfCollections

public int getNumberOfCollections()

getCapacity

public int getCapacity()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.