hep.geant4.jni
Class G4IsoParticleChange

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

public class G4IsoParticleChange
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4IsoParticleChange()
           
G4IsoParticleChange(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4IsoParticleChange obj)
           
 String getIsotope()
           
 G4Nucleus getMotherNucleus()
           
 G4DynamicParticle getParentParticle()
           
 String getProducer()
           
 G4ThreeVector getProductionPosition()
           
 double getProductionTime()
           
 void setIsotope(String anIsotope)
           
 void setMotherNucleus(G4Nucleus aTarget)
           
 void setParentParticle(G4DynamicParticle aProjectile)
           
 void setProducer(String aProducer)
           
 void setProductionPosition(G4ThreeVector aPosition)
           
 void setProductionTime(double aProductionTime)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4IsoParticleChange

public G4IsoParticleChange(long cPtr,
                           boolean cMemoryOwn)

G4IsoParticleChange

public G4IsoParticleChange()
Method Detail

getCPtr

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

setIsotope

public void setIsotope(String anIsotope)

setProductionPosition

public void setProductionPosition(G4ThreeVector aPosition)

setProductionTime

public void setProductionTime(double aProductionTime)

setParentParticle

public void setParentParticle(G4DynamicParticle aProjectile)

setMotherNucleus

public void setMotherNucleus(G4Nucleus aTarget)

setProducer

public void setProducer(String aProducer)

getIsotope

public String getIsotope()

getProductionPosition

public G4ThreeVector getProductionPosition()

getProductionTime

public double getProductionTime()

getParentParticle

public G4DynamicParticle getParentParticle()

getMotherNucleus

public G4Nucleus getMotherNucleus()

getProducer

public String getProducer()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.