hep.geant4.jni
Class G4DecayProducts

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

public class G4DecayProducts
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4DecayProducts()
           
G4DecayProducts(G4DecayProducts right)
           
G4DecayProducts(G4DynamicParticle aParticle)
           
G4DecayProducts(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void boost(double betax, double betay, double betaz)
           
 void boost(double totalEnergy, G4ThreeVector momentumDirection)
           
 void delete()
           
 void dumpInfo()
           
 int entries()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4DecayProducts obj)
           
 G4DynamicParticle getParentParticle()
           
 boolean isChecked()
           
 G4DynamicParticle popProducts()
           
 int pushProducts(G4DynamicParticle aParticle)
           
 void setParentParticle(G4DynamicParticle aParticle)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4DecayProducts

public G4DecayProducts(long cPtr,
                       boolean cMemoryOwn)

G4DecayProducts

public G4DecayProducts()

G4DecayProducts

public G4DecayProducts(G4DynamicParticle aParticle)

G4DecayProducts

public G4DecayProducts(G4DecayProducts right)
Method Detail

getCPtr

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

getParentParticle

public G4DynamicParticle getParentParticle()

setParentParticle

public void setParentParticle(G4DynamicParticle aParticle)

boost

public void boost(double totalEnergy,
                  G4ThreeVector momentumDirection)

boost

public void boost(double betax,
                  double betay,
                  double betaz)

popProducts

public G4DynamicParticle popProducts()

pushProducts

public int pushProducts(G4DynamicParticle aParticle)

entries

public int entries()

isChecked

public boolean isChecked()

dumpInfo

public void dumpInfo()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.