hep.geant4.jni
Class G4OpBoundaryProcess

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VDiscreteProcess
          extended by hep.geant4.jni.G4OpBoundaryProcess

public class G4OpBoundaryProcess
extends G4VDiscreteProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4OpBoundaryProcess()
           
G4OpBoundaryProcess(long cPtr, boolean cMemoryOwn)
           
G4OpBoundaryProcess(String processName)
           
G4OpBoundaryProcess(String processName, G4ProcessType type)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4OpBoundaryProcess obj)
           
 double getMeanFreePath(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition condition)
           
 G4OpticalSurfaceModel getModel()
           
 G4OpBoundaryProcessStatus getStatus()
           
 boolean isApplicable(G4ParticleDefinition aParticleType)
           
 G4VParticleChange postStepDoIt(G4Track aTrack, G4Step aStep)
           
 void setModel(G4OpticalSurfaceModel model)
           
 
Methods inherited from class hep.geant4.jni.G4VDiscreteProcess
alongStepDoIt, alongStepGetPhysicalInteractionLength, atRestDoIt, atRestGetPhysicalInteractionLength, getCPtr, postStepGetPhysicalInteractionLength
 
Methods inherited from class hep.geant4.jni.G4VProcess
alongStepGPIL, atRestGPIL, buildPhysicsTable, clearNumberOfInteractionLengthLeft, dumpInfo, endTracking, getCPtr, getCurrentInteractionLength, getPhysicsTableFileName, getPhysicsTableFileName, getPILfactor, getProcessManager, getProcessName, getProcessType, getProcessTypeName, getVerboseLevel, postStepGPIL, preparePhysicsTable, resetNumberOfInteractionLengthLeft, retrievePhysicsTable, retrievePhysicsTable, setPILfactor, setProcessManager, setProcessType, setVerboseLevel, startTracking, storePhysicsTable, storePhysicsTable, subtractNumberOfInteractionLengthLeft, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4OpBoundaryProcess

public G4OpBoundaryProcess(long cPtr,
                           boolean cMemoryOwn)

G4OpBoundaryProcess

public G4OpBoundaryProcess(String processName,
                           G4ProcessType type)

G4OpBoundaryProcess

public G4OpBoundaryProcess(String processName)

G4OpBoundaryProcess

public G4OpBoundaryProcess()
Method Detail

getCPtr

public static long getCPtr(G4OpBoundaryProcess obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VDiscreteProcess

equals

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

isApplicable

public boolean isApplicable(G4ParticleDefinition aParticleType)
Overrides:
isApplicable in class G4VProcess

getMeanFreePath

public double getMeanFreePath(G4Track arg0,
                              double arg1,
                              SWIGTYPE_p_G4ForceCondition condition)

postStepDoIt

public G4VParticleChange postStepDoIt(G4Track aTrack,
                                      G4Step aStep)
Overrides:
postStepDoIt in class G4VDiscreteProcess

getModel

public G4OpticalSurfaceModel getModel()

getStatus

public G4OpBoundaryProcessStatus getStatus()

setModel

public void setModel(G4OpticalSurfaceModel model)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.