Uses of Class
hep.geant4.jni.G4Element

Packages that use G4Element
hep.geant4.jni   
 

Uses of G4Element in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4Element
 G4Element G4NistManager.findOrBuildElement(int Z)
           
 G4Element G4NistElementBuilder.findOrBuildElement(int Z)
           
 G4Element G4NistManager.findOrBuildElement(int Z, boolean isotopes)
           
 G4Element G4NistElementBuilder.findOrBuildElement(int Z, boolean buildIsotopes)
           
 G4Element G4NistManager.findOrBuildElement(String symb)
           
 G4Element G4NistElementBuilder.findOrBuildElement(String symb)
           
 G4Element G4NistManager.findOrBuildElement(String symb, boolean isotopes)
           
 G4Element G4NistElementBuilder.findOrBuildElement(String symb, boolean buildIsotopes)
           
 G4Element G4ElementVector.get(int i)
           
 G4Element G4Material.getElement(int iel)
           
 G4Element G4NistManager.getElement(long index)
           
static G4Element G4Element.getElement(String name)
           
static G4Element G4Element.getElement(String name, boolean warning)
           
 G4Element G4VEmModel.selectRandomAtom(G4Material arg0, G4ParticleDefinition arg1, double kineticEnergy)
           
 G4Element G4VEmModel.selectRandomAtom(G4Material arg0, G4ParticleDefinition arg1, double kineticEnergy, double cutEnergy)
           
 G4Element G4VEmModel.selectRandomAtom(G4Material arg0, G4ParticleDefinition arg1, double kineticEnergy, double cutEnergy, double maxEnergy)
           
 

Methods in hep.geant4.jni with parameters of type G4Element
 void G4HadronicInteraction.activateFor(G4Element anElement)
           
 void G4Material.addElement(G4Element element, double fraction)
           
 void G4Material.addElement(G4Element element, int nAtoms)
           
 void G4HadronicInteraction.deActivateFor(G4Element anElement)
           
 void G4NistManager.deRegisterElement(G4Element arg0)
           
static long G4Element.getCPtr(G4Element obj)
           
 double G4VCrossSectionDataSet.getCrossSection(G4DynamicParticle arg0, G4Element arg1)
           
 double G4VCrossSectionDataSet.getCrossSection(G4DynamicParticle arg0, G4Element arg1, double aTemperature)
           
 G4HadronicInteraction G4EnergyRangeManager.getHadronicInteraction(double kineticEnergy, G4Material aMaterial, G4Element anElement)
           
 double G4HadronicInteraction.getMaxEnergy(G4Material aMaterial, G4Element anElement)
           
 double G4HadronicProcess.getMicroscopicCrossSection(G4DynamicParticle aParticle, G4Element anElement, double aTemp)
           
 double G4HadronicInteraction.getMinEnergy(G4Material aMaterial, G4Element anElement)
           
 boolean G4VCrossSectionDataSet.isApplicable(G4DynamicParticle arg0, G4Element arg1)
           
 boolean G4HadronicInteraction.isBlocked(G4Element anElement)
           
 void G4ElementVector.pushBack(G4Element x)
           
 void G4NistManager.registerElement(G4Element arg0)
           
 void G4ElementVector.set(int i, G4Element x)
           
 void G4HadronicInteraction.setMaxEnergy(double anEnergy, G4Element anElement)
           
 void G4HadronicInteraction.setMinEnergy(double anEnergy, G4Element anElement)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.