hep.geant4.jni
Class G4ShortLivedTable

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

public class G4ShortLivedTable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ShortLivedTable()
           
G4ShortLivedTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean contains(G4ParticleDefinition particle)
           
 void delete()
           
 void dumpTable()
           
 void dumpTable(String particle_name)
           
 int entries()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ShortLivedTable obj)
           
 G4ParticleDefinition getParticle(int index)
           
 void insert(G4ParticleDefinition particle)
           
 boolean isShortLived(G4ParticleDefinition arg0)
           
 void remove(G4ParticleDefinition particle)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ShortLivedTable

public G4ShortLivedTable(long cPtr,
                         boolean cMemoryOwn)

G4ShortLivedTable

public G4ShortLivedTable()
Method Detail

getCPtr

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

isShortLived

public boolean isShortLived(G4ParticleDefinition arg0)

dumpTable

public void dumpTable(String particle_name)

dumpTable

public void dumpTable()

entries

public int entries()

contains

public boolean contains(G4ParticleDefinition particle)

insert

public void insert(G4ParticleDefinition particle)

remove

public void remove(G4ParticleDefinition particle)

getParticle

public G4ParticleDefinition getParticle(int index)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.