hep.geant4.jni
Class G4ParticleChangeForDecay

java.lang.Object
  extended by hep.geant4.jni.G4VParticleChange
      extended by hep.geant4.jni.G4ParticleChangeForDecay
Direct Known Subclasses:
G4ParticleChangeForRadDecay

public class G4ParticleChangeForDecay
extends G4VParticleChange


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VParticleChange
swigCMemOwn
 
Constructor Summary
G4ParticleChangeForDecay()
           
G4ParticleChangeForDecay(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 boolean checkIt(G4Track arg0)
           
 void delete()
           
 void dumpInfo()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ParticleChangeForDecay obj)
           
 double getGlobalTime()
           
 double getGlobalTime(double timeDelay)
           
 G4ThreeVector getPolarization()
           
 void initialize(G4Track arg0)
           
 void proposeGlobalTime(double t)
           
 void proposePolarization(double Px, double Py, double Pz)
           
 void proposePolarization(G4ThreeVector finalPoralization)
           
 G4Step updateStepForAtRest(G4Step Step)
           
 G4Step updateStepForPostStep(G4Step Step)
           
 
Methods inherited from class hep.geant4.jni.G4VParticleChange
addSecondary, clear, clearDebugFlag, getCPtr, getDebugFlag, getLocalEnergyDeposit, getNumberOfSecondaries, getParentWeight, getSecondary, getSteppingControl, getTrackStatus, getTrueStepLength, getVerboseLevel, isParentWeightSetByProcess, isSecondaryWeightSetByProcess, proposeLocalEnergyDeposit, proposeParentWeight, proposeSteppingControl, proposeTrackStatus, proposeTrueStepLength, setDebugFlag, setNumberOfSecondaries, setParentWeightByProcess, setSecondaryWeightByProcess, setVerboseLevel, updateStepForAlongStep
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ParticleChangeForDecay

public G4ParticleChangeForDecay(long cPtr,
                                boolean cMemoryOwn)

G4ParticleChangeForDecay

public G4ParticleChangeForDecay()
Method Detail

getCPtr

public static long getCPtr(G4ParticleChangeForDecay obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4VParticleChange
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4VParticleChange

equals

public boolean equals(Object obj)
Overrides:
equals in class G4VParticleChange

updateStepForAtRest

public G4Step updateStepForAtRest(G4Step Step)
Overrides:
updateStepForAtRest in class G4VParticleChange

updateStepForPostStep

public G4Step updateStepForPostStep(G4Step Step)
Overrides:
updateStepForPostStep in class G4VParticleChange

initialize

public void initialize(G4Track arg0)
Overrides:
initialize in class G4VParticleChange

getGlobalTime

public double getGlobalTime()

proposeGlobalTime

public void proposeGlobalTime(double t)

getGlobalTime

public double getGlobalTime(double timeDelay)

getPolarization

public G4ThreeVector getPolarization()

proposePolarization

public void proposePolarization(double Px,
                                double Py,
                                double Pz)

proposePolarization

public void proposePolarization(G4ThreeVector finalPoralization)

dumpInfo

public void dumpInfo()
Overrides:
dumpInfo in class G4VParticleChange

checkIt

public boolean checkIt(G4Track arg0)
Overrides:
checkIt in class G4VParticleChange


Copyright © 2000-2007 FreeHEP. All Rights Reserved.