hep.geant4.jni
Class G4Step

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

public class G4Step
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4Step()
           
G4Step(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void addTotalEnergyDeposit(double value)
           
 void copyPostToPreStepPoint()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4SteppingControl getControlFlag()
           
static long getCPtr(G4Step obj)
           
 double getDeltaEnergy()
           
 G4ThreeVector getDeltaMomentum()
           
 G4ThreeVector getDeltaPosition()
           
 double getDeltaTime()
           
 SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t getPointerToVectorOfAuxiliaryPoints()
           
 G4StepPoint getPostStepPoint()
           
 G4StepPoint getPreStepPoint()
           
 double getStepLength()
           
 double getTotalEnergyDeposit()
           
 G4Track getTrack()
           
 void initializeStep(G4Track aValue)
           
 void resetTotalEnergyDeposit()
           
 void setControlFlag(G4SteppingControl StepControlFlag)
           
 void setPointerToVectorOfAuxiliaryPoints(SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t theNewVectorPointer)
           
 void setPostStepPoint(G4StepPoint value)
           
 void setPreStepPoint(G4StepPoint value)
           
 void setStepLength(double value)
           
 void setTotalEnergyDeposit(double value)
           
 void setTrack(G4Track value)
           
 void updateTrack()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4Step

public G4Step(long cPtr,
              boolean cMemoryOwn)

G4Step

public G4Step()
Method Detail

getCPtr

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

getTrack

public G4Track getTrack()

setTrack

public void setTrack(G4Track value)

getPreStepPoint

public G4StepPoint getPreStepPoint()

setPreStepPoint

public void setPreStepPoint(G4StepPoint value)

getPostStepPoint

public G4StepPoint getPostStepPoint()

setPostStepPoint

public void setPostStepPoint(G4StepPoint value)

getStepLength

public double getStepLength()

setStepLength

public void setStepLength(double value)

getTotalEnergyDeposit

public double getTotalEnergyDeposit()

setTotalEnergyDeposit

public void setTotalEnergyDeposit(double value)

getControlFlag

public G4SteppingControl getControlFlag()

setControlFlag

public void setControlFlag(G4SteppingControl StepControlFlag)

getDeltaPosition

public G4ThreeVector getDeltaPosition()

getDeltaTime

public double getDeltaTime()

getDeltaMomentum

public G4ThreeVector getDeltaMomentum()

getDeltaEnergy

public double getDeltaEnergy()

addTotalEnergyDeposit

public void addTotalEnergyDeposit(double value)

resetTotalEnergyDeposit

public void resetTotalEnergyDeposit()

initializeStep

public void initializeStep(G4Track aValue)

updateTrack

public void updateTrack()

copyPostToPreStepPoint

public void copyPostToPreStepPoint()

setPointerToVectorOfAuxiliaryPoints

public void setPointerToVectorOfAuxiliaryPoints(SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t theNewVectorPointer)

getPointerToVectorOfAuxiliaryPoints

public SWIGTYPE_p_std__vectorTCLHEP__Hep3Vector_t getPointerToVectorOfAuxiliaryPoints()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.