hep.geant4.jni
Class G4HadronicInteraction

java.lang.Object
  extended by hep.geant4.jni.G4HadronicInteraction
Direct Known Subclasses:
G4HEInelastic, G4InelasticInteraction, G4LCapture, G4LElastic, G4LFission

public class G4HadronicInteraction
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4HadronicInteraction(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void activateFor(G4Element anElement)
           
 void activateFor(G4Material aMaterial)
           
 G4HadFinalState applyYourself(G4HadProjectile aTrack, G4Nucleus targetNucleus)
           
 void deActivateFor(G4Element anElement)
           
 void deActivateFor(G4Material aMaterial)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4HadronicInteraction obj)
           
 double getMaxEnergy()
           
 double getMaxEnergy(G4Material aMaterial, G4Element anElement)
           
 double getMinEnergy()
           
 double getMinEnergy(G4Material aMaterial, G4Element anElement)
           
 G4HadronicInteraction getMyPointer()
           
 int getVerboseLevel()
           
 boolean isApplicable(G4HadProjectile arg0, G4Nucleus arg1)
           
 boolean isBlocked(G4Element anElement)
           
 boolean isBlocked(G4Material aMaterial)
           
 void setMaxEnergy(double anEnergy)
           
 void setMaxEnergy(double anEnergy, G4Element anElement)
           
 void setMaxEnergy(double anEnergy, G4Material aMaterial)
           
 void setMinEnergy(double anEnergy)
           
 void setMinEnergy(double anEnergy, G4Element anElement)
           
 void setMinEnergy(double anEnergy, G4Material aMaterial)
           
 void setVerboseLevel(int value)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4HadronicInteraction

public G4HadronicInteraction(long cPtr,
                             boolean cMemoryOwn)
Method Detail

getCPtr

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

getMinEnergy

public double getMinEnergy()

getMinEnergy

public double getMinEnergy(G4Material aMaterial,
                           G4Element anElement)

setMinEnergy

public void setMinEnergy(double anEnergy)

setMinEnergy

public void setMinEnergy(double anEnergy,
                         G4Element anElement)

setMinEnergy

public void setMinEnergy(double anEnergy,
                         G4Material aMaterial)

getMaxEnergy

public double getMaxEnergy()

getMaxEnergy

public double getMaxEnergy(G4Material aMaterial,
                           G4Element anElement)

setMaxEnergy

public void setMaxEnergy(double anEnergy)

setMaxEnergy

public void setMaxEnergy(double anEnergy,
                         G4Element anElement)

setMaxEnergy

public void setMaxEnergy(double anEnergy,
                         G4Material aMaterial)

getMyPointer

public G4HadronicInteraction getMyPointer()

getVerboseLevel

public int getVerboseLevel()

setVerboseLevel

public void setVerboseLevel(int value)

applyYourself

public G4HadFinalState applyYourself(G4HadProjectile aTrack,
                                     G4Nucleus targetNucleus)

deActivateFor

public void deActivateFor(G4Material aMaterial)

activateFor

public void activateFor(G4Material aMaterial)

deActivateFor

public void deActivateFor(G4Element anElement)

activateFor

public void activateFor(G4Element anElement)

isBlocked

public boolean isBlocked(G4Material aMaterial)

isBlocked

public boolean isBlocked(G4Element anElement)

isApplicable

public boolean isApplicable(G4HadProjectile arg0,
                            G4Nucleus arg1)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.