Uses of Class
hep.geant4.jni.G4PhysicsTable

Packages that use G4PhysicsTable
hep.geant4.jni   
 

Uses of G4PhysicsTable in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4PhysicsTable
 G4PhysicsTable G4VEnergyLossProcess.buildDEDXTable()
           
 G4PhysicsTable G4VEnergyLossProcess.buildDEDXTable(SWIGTYPE_p_G4EmTableType tType)
           
 G4PhysicsTable G4VEnergyLossProcess.buildLambdaTable()
           
 G4PhysicsTable G4VEnergyLossProcess.buildLambdaTable(SWIGTYPE_p_G4EmTableType tType)
           
 G4PhysicsTable G4VEnergyLossProcess.cSDARangeTable()
           
 G4PhysicsTable G4VEnergyLossProcess.dEDXTable()
           
 G4PhysicsTable G4VEnergyLossProcess.dEDXTableForSubsec()
           
 G4PhysicsTable G4VEnergyLossProcess.dEDXunRestrictedTable()
           
static G4PhysicsTable G4EnergyLossTables.getDEDXTable(G4ParticleDefinition p)
           
 G4PhysicsTable G4Scintillation.getFastIntegralTable()
           
static G4PhysicsTable G4EnergyLossTables.getInverseRangeTable(G4ParticleDefinition p)
           
static G4PhysicsTable G4EnergyLossTables.getLabTimeTable(G4ParticleDefinition p)
           
 G4PhysicsTable G4OpRayleigh.getPhysicsTable()
           
 G4PhysicsTable G4Cerenkov.getPhysicsTable()
           
static G4PhysicsTable G4EnergyLossTables.getProperTimeTable(G4ParticleDefinition p)
           
static G4PhysicsTable G4EnergyLossTables.getRangeTable(G4ParticleDefinition p)
           
 G4PhysicsTable G4Scintillation.getSlowIntegralTable()
           
 G4PhysicsTable G4VEnergyLossProcess.inverseRangeTable()
           
 G4PhysicsTable G4VMultipleScattering.lambdaTable()
           
 G4PhysicsTable G4VEnergyLossProcess.lambdaTable()
           
 G4PhysicsTable G4VEmProcess.lambdaTable()
           
 G4PhysicsTable G4VEnergyLossProcess.rangeTableForLoss()
           
 G4PhysicsTable G4VEnergyLossProcess.subLambdaTable()
           
 

Methods in hep.geant4.jni with parameters of type G4PhysicsTable
 double G4VEmModel.computeTruePathLengthLimit(G4Track track, G4PhysicsTable theLambdaTable, double currentMinimalStep)
           
static long G4PhysicsTable.getCPtr(G4PhysicsTable obj)
           
static void G4EnergyLossTables.register(G4ParticleDefinition p, G4PhysicsTable tDEDX, G4PhysicsTable tRange, G4PhysicsTable tInverseRange, G4PhysicsTable tLabTime, G4PhysicsTable tProperTime, double lowestKineticEnergy, double highestKineticEnergy, double massRatio, int NumberOfBins)
           
 void G4VEnergyLossProcess.setCSDARangeTable(G4PhysicsTable pRange)
           
 void G4VEnergyLossProcess.setDEDXTable(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setDEDXTableForSubsec(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setDEDXunRestrictedTable(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setInverseRangeTable(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setLambdaTable(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setRangeTableForLoss(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setSecondaryRangeTable(G4PhysicsTable p)
           
 void G4VEnergyLossProcess.setSubLambdaTable(G4PhysicsTable p)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.