hep.geant4.jni
Class G4ionIonisation

java.lang.Object
  extended by hep.geant4.jni.G4VProcess
      extended by hep.geant4.jni.G4VContinuousDiscreteProcess
          extended by hep.geant4.jni.G4VEnergyLossProcess
              extended by hep.geant4.jni.G4ionIonisation

public class G4ionIonisation
extends G4VEnergyLossProcess


Field Summary
 
Fields inherited from class hep.geant4.jni.G4VProcess
swigCMemOwn
 
Constructor Summary
G4ionIonisation()
           
G4ionIonisation(long cPtr, boolean cMemoryOwn)
           
G4ionIonisation(String name)
           
 
Method Summary
 void activateStoppingData(boolean arg0)
           
 void addStoppingData(int Z, int A, String materialName, G4PhysicsVector dVector)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4ionIonisation obj)
           
 boolean isApplicable(G4ParticleDefinition p)
           
 void printInfo()
           
 
Methods inherited from class hep.geant4.jni.G4VEnergyLossProcess
activateDeexcitation, activateDeexcitation, activateSubCutoff, activateSubCutoff, addCollaborativeProcess, addEmModel, addEmModel, addEmModel, alongStepDoIt, baseParticle, buildDEDXTable, buildDEDXTable, buildLambdaTable, buildLambdaTable, buildPhysicsTable, continuousStepLimit, cSDARangeTable, dEDXTable, dEDXTableForSubsec, dEDXunRestrictedTable, getCPtr, getCSDARange, getDEDX, getDEDXDispersion, getDEDXForSubsec, getKineticEnergy, getLambda, getModelByIndex, getModelByIndex, getRange, getRangeForLoss, inverseRangeTable, isIntegral, isIonisationProcess, lambdaTable, maxKinEnergy, meanFreePath, microscopicCrossSection, minKinEnergy, numberOfModels, numberOfSubCutoffRegions, particle, postStepDoIt, preparePhysicsTable, printInfoDefinition, rangeTableForLoss, resetNumberOfInteractionLengthLeft, retrievePhysicsTable, sampleRange, sampleSubCutSecondaries, secondaryParticle, selectModelForMaterial, setBaseParticle, setCSDARangeTable, setDEDXBinning, setDEDXBinningForCSDARange, setDEDXTable, setDEDXTableForSubsec, setDEDXunRestrictedTable, setDynamicMassCharge, setIntegral, setInverseRangeTable, setIonisation, setLambdaBinning, setLambdaFactor, setLambdaTable, setLinearLossLimit, setLossFluctuations, setMaxKinEnergy, setMaxKinEnergyForCSDARange, setMinKinEnergy, setMinSubRange, setRandomStep, setRangeTableForLoss, setSecondaryRangeTable, setStepFunction, setSubLambdaTable, storePhysicsTable, storePhysicsTable, subLambdaTable, tablesAreBuilt, updateEmModel
 
Methods inherited from class hep.geant4.jni.G4VContinuousDiscreteProcess
alongStepGetPhysicalInteractionLength, atRestDoIt, atRestGetPhysicalInteractionLength, getCPtr, postStepGetPhysicalInteractionLength
 
Methods inherited from class hep.geant4.jni.G4VProcess
alongStepGPIL, atRestGPIL, clearNumberOfInteractionLengthLeft, dumpInfo, endTracking, getCPtr, getCurrentInteractionLength, getPhysicsTableFileName, getPhysicsTableFileName, getPILfactor, getProcessManager, getProcessName, getProcessType, getProcessTypeName, getVerboseLevel, postStepGPIL, retrievePhysicsTable, setPILfactor, setProcessManager, setProcessType, setVerboseLevel, startTracking, subtractNumberOfInteractionLengthLeft, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4ionIonisation

public G4ionIonisation(long cPtr,
                       boolean cMemoryOwn)

G4ionIonisation

public G4ionIonisation(String name)

G4ionIonisation

public G4ionIonisation()
Method Detail

getCPtr

public static long getCPtr(G4ionIonisation obj)

finalize

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

delete

public void delete()
Overrides:
delete in class G4VEnergyLossProcess

equals

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

isApplicable

public boolean isApplicable(G4ParticleDefinition p)
Overrides:
isApplicable in class G4VEnergyLossProcess

printInfo

public void printInfo()
Overrides:
printInfo in class G4VEnergyLossProcess

addStoppingData

public void addStoppingData(int Z,
                            int A,
                            String materialName,
                            G4PhysicsVector dVector)

activateStoppingData

public void activateStoppingData(boolean arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.