hep.geant4.jni
Class G4ParticlePropertyTable

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

public class G4ParticlePropertyTable
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ParticlePropertyTable(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void clear()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ParticlePropertyTable obj)
           
 G4ParticlePropertyData getParticleProperty(G4ParticleDefinition aParticle)
           
 G4ParticlePropertyData getParticleProperty(String aParticleName)
           
static G4ParticlePropertyTable getParticlePropertyTable()
           
 boolean setParticleProperty(G4ParticlePropertyData newProperty)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ParticlePropertyTable

public G4ParticlePropertyTable(long cPtr,
                               boolean cMemoryOwn)
Method Detail

getCPtr

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

getParticlePropertyTable

public static G4ParticlePropertyTable getParticlePropertyTable()

getParticleProperty

public G4ParticlePropertyData getParticleProperty(String aParticleName)

getParticleProperty

public G4ParticlePropertyData getParticleProperty(G4ParticleDefinition aParticle)

setParticleProperty

public boolean setParticleProperty(G4ParticlePropertyData newProperty)

clear

public void clear()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.