hep.geant4.jni
Class G4HadSecondary

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

public class G4HadSecondary
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4HadSecondary(G4DynamicParticle aT)
           
G4HadSecondary(G4DynamicParticle aT, double aWeight)
           
G4HadSecondary(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4HadSecondary obj)
           
 G4DynamicParticle getParticle()
           
 double getTime()
           
 double getWeight()
           
 void setTime(double aT)
           
 void setWeight(double aW)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4HadSecondary

public G4HadSecondary(long cPtr,
                      boolean cMemoryOwn)

G4HadSecondary

public G4HadSecondary(G4DynamicParticle aT,
                      double aWeight)

G4HadSecondary

public G4HadSecondary(G4DynamicParticle aT)
Method Detail

getCPtr

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

getParticle

public G4DynamicParticle getParticle()

getWeight

public double getWeight()

setWeight

public void setWeight(double aW)

setTime

public void setTime(double aT)

getTime

public double getTime()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.