Uses of Class
hep.geant4.jni.G4Track

Packages that use G4Track
hep.geant4.jni   
 

Uses of G4Track in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4Track
 G4Track G4FastStep.createSecondaryTrack(G4DynamicParticle arg0, G4ThreeVector arg1, double arg2)
           
 G4Track G4FastStep.createSecondaryTrack(G4DynamicParticle arg0, G4ThreeVector arg1, double arg2, boolean localCoordinates)
           
 G4Track G4FastStep.createSecondaryTrack(G4DynamicParticle arg0, G4ThreeVector arg1, G4ThreeVector arg2, double arg3)
           
 G4Track G4FastStep.createSecondaryTrack(G4DynamicParticle arg0, G4ThreeVector arg1, G4ThreeVector arg2, double arg3, boolean localCoordinates)
           
 G4Track G4TrackVector.get(int i)
           
 G4Track G4SteppingManager.getfTrack()
           
 G4Track G4FastTrack.getPrimaryTrack()
           
 G4Track G4VParticleChange.getSecondary(int anIndex)
           
 G4Track G4FastStep.getSecondaryTrack(int arg0)
           
 G4Track G4TrackingManager.getTrack()
           
 G4Track G4SteppingManager.getTrack()
           
 G4Track G4Step.getTrack()
           
 G4Track G4StackedTrack.getTrack()
           
 G4Track G4StackManager.popNextTrack(SWIGTYPE_p_p_G4VTrajectory newTrajectory)
           
 

Methods in hep.geant4.jni with parameters of type G4Track
 void G4VParticleChange.addSecondary(G4Track aSecondary)
           
 void G4ParticleChangeForRadDecay.addSecondary(G4Track aSecondary)
           
 void G4ParticleChange.addSecondary(G4Track aSecondary)
           
 G4VParticleChange G4VRestProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VRestDiscreteProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VProcess.alongStepDoIt(G4Track track, G4Step stepData)
           
 G4VParticleChange G4VMultipleScattering.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VEnergyLossProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VEnergyLoss.alongStepDoIt(G4Track track, G4Step Step)
           
 G4VParticleChange G4VDiscreteProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousDiscreteProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4StepLimiter.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4FastSimulationManagerProcess.alongStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4Cerenkov.alongStepDoIt(G4Track aTrack, G4Step aStep)
           
 double G4VRestProcess.alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 double G4VRestDiscreteProcess.alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 double G4VProcess.alongStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double proposedSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 double G4VMultipleScattering.alongStepGetPhysicalInteractionLength(G4Track arg0, double previousStepSize, double currentMinimalStep, SWIGTYPE_p_double currentSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 double G4VDiscreteProcess.alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 double G4VContinuousProcess.alongStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double proposedSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 double G4VContinuousDiscreteProcess.alongStepGetPhysicalInteractionLength(G4Track arg0, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double currentSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 double G4StepLimiter.alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 double G4FastSimulationManagerProcess.alongStepGetPhysicalInteractionLength(G4Track arg0, double arg1, double arg2, SWIGTYPE_p_double arg3, SWIGTYPE_p_G4GPILSelection arg4)
           
 double G4VProcess.alongStepGPIL(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double proposedSafety, SWIGTYPE_p_G4GPILSelection selection)
           
 G4VParticleChange G4VRestProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VRestDiscreteProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VProcess.atRestDoIt(G4Track track, G4Step stepData)
           
 G4VParticleChange G4VDiscreteProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousDiscreteProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4StepLimiter.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4Scintillation.atRestDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4FastSimulationManagerProcess.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4eplusAnnihilation.atRestDoIt(G4Track track, G4Step stepData)
           
 G4VParticleChange G4Decay.atRestDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4AntiProtonAnnihilationAtRest.atRestDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4AntiNeutronAnnihilationAtRest.atRestDoIt(G4Track arg0, G4Step arg1)
           
 boolean G4FastSimulationManager.atRestGetFastSimulationManagerTrigger(G4Track arg0)
           
 boolean G4FastSimulationManager.atRestGetFastSimulationManagerTrigger(G4Track arg0, G4Navigator a)
           
 double G4VRestProcess.atRestGetPhysicalInteractionLength(G4Track track, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VRestDiscreteProcess.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4VProcess.atRestGetPhysicalInteractionLength(G4Track track, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VDiscreteProcess.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4VContinuousProcess.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4VContinuousDiscreteProcess.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4StepLimiter.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4FastSimulationManagerProcess.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4eplusAnnihilation.atRestGetPhysicalInteractionLength(G4Track track, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4Decay.atRestGetPhysicalInteractionLength(G4Track track, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4AntiProtonAnnihilationAtRest.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4AntiNeutronAnnihilationAtRest.atRestGetPhysicalInteractionLength(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4VProcess.atRestGPIL(G4Track track, SWIGTYPE_p_G4ForceCondition condition)
           
 boolean G4VParticleChange.checkIt(G4Track arg0)
           
 boolean G4ParticleChangeForMSC.checkIt(G4Track arg0)
           
 boolean G4ParticleChangeForLoss.checkIt(G4Track arg0)
           
 boolean G4ParticleChangeForGamma.checkIt(G4Track arg0)
           
 boolean G4ParticleChangeForDecay.checkIt(G4Track arg0)
           
 boolean G4ParticleChange.checkIt(G4Track arg0)
           
 boolean G4FastStep.checkIt(G4Track arg0)
           
 G4ClassificationOfNewTrack G4UserStackingAction.classifyNewTrack(G4Track aTrack)
           
 G4ClassificationOfNewTrack G4StackChecker.classifyNewTrack(G4Track track)
           
 double G4VEmModel.computeTruePathLengthLimit(G4Track track, G4PhysicsTable theLambdaTable, double currentMinimalStep)
           
 void G4FieldManager.configureForTrack(G4Track arg0)
           
 double G4VMultipleScattering.continuousStepLimit(G4Track track, double previousStepSize, double currentMinimalStep, SWIGTYPE_p_double currentSafety)
           
 double G4VEnergyLossProcess.continuousStepLimit(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double currentSafety)
           
 void G4Track.copyTrackInfo(G4Track arg0)
           
 double G4VEnergyLoss.getContinuousStepLimit(G4Track track, double previousStepSize, double currentMinimumStep, SWIGTYPE_p_double currentSafety)
           
 double G4Cerenkov.getContinuousStepLimit(G4Track aTrack, double arg1, double arg2, SWIGTYPE_p_double arg3)
           
static long G4Track.getCPtr(G4Track obj)
           
 G4IsoResult G4VIsotopeProduction.getIsotope(G4Track aTrack, G4Nucleus aNucleus)
           
 double G4UserLimits.getMaxAllowedStep(G4Track arg0)
           
 double G4VEnergyLoss.getMeanFreePath(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4TransitionRadiation.getMeanFreePath(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4Scintillation.getMeanFreePath(G4Track aTrack, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4OpRayleigh.getMeanFreePath(G4Track aTrack, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4OpBoundaryProcess.getMeanFreePath(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4OpAbsorption.getMeanFreePath(G4Track aTrack, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4HadronicProcess.getMeanFreePath(G4Track aTrack, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4Scintillation.getMeanLifeTime(G4Track aTrack, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4AntiProtonAnnihilationAtRest.getMeanLifeTime(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4AntiNeutronAnnihilationAtRest.getMeanLifeTime(G4Track arg0, SWIGTYPE_p_G4ForceCondition arg1)
           
 double G4UserLimits.getUserMaxTime(G4Track arg0)
           
 double G4UserLimits.getUserMaxTrackLength(G4Track arg0)
           
 double G4UserLimits.getUserMinEkine(G4Track arg0)
           
 double G4UserLimits.getUserMinRange(G4Track arg0)
           
 G4DecayProducts G4VExtDecayer.importDecayProducts(G4Track aTrack)
           
 void G4VParticleChange.initialize(G4Track arg0)
           
 void G4ParticleChangeForTransport.initialize(G4Track arg0)
           
 void G4ParticleChangeForMSC.initialize(G4Track arg0)
           
 void G4ParticleChangeForDecay.initialize(G4Track arg0)
           
 void G4ParticleChange.initialize(G4Track arg0)
           
 void G4ParticleChangeForLoss.initializeForAlongStep(G4Track arg0)
           
 void G4ParticleChangeForLoss.initializeForPostStep(G4Track arg0)
           
 void G4ParticleChangeForGamma.initializeForPostStep(G4Track arg0)
           
 void G4Step.initializeStep(G4Track aValue)
           
 double G4VEnergyLossProcess.meanFreePath(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VEmProcess.meanFreePath(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 G4VParticleChange G4VRestProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VRestDiscreteProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VProcess.postStepDoIt(G4Track track, G4Step stepData)
           
 G4VParticleChange G4VMultipleScattering.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VEnergyLossProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VEnergyLoss.postStepDoIt(G4Track track, G4Step Step)
           
 G4VParticleChange G4VEmProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VDiscreteProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4VContinuousDiscreteProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4TransitionRadiation.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4StepLimiter.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4Scintillation.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4OpRayleigh.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4OpBoundaryProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4OpAbsorption.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4HadronInelasticProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4HadronicProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4HadronFissionProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4HadronElasticProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4HadronCaptureProcess.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 G4VParticleChange G4FastSimulationManagerProcess.postStepDoIt(G4Track arg0, G4Step arg1)
           
 G4VParticleChange G4Decay.postStepDoIt(G4Track aTrack, G4Step aStep)
           
 boolean G4FastSimulationManager.postStepGetFastSimulationManagerTrigger(G4Track arg0)
           
 boolean G4FastSimulationManager.postStepGetFastSimulationManagerTrigger(G4Track arg0, G4Navigator a)
           
 double G4VRestProcess.postStepGetPhysicalInteractionLength(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4VRestDiscreteProcess.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VProcess.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VDiscreteProcess.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VContinuousProcess.postStepGetPhysicalInteractionLength(G4Track arg0, double arg1, SWIGTYPE_p_G4ForceCondition arg2)
           
 double G4VContinuousDiscreteProcess.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4StepLimiter.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4FastSimulationManagerProcess.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4Decay.postStepGetPhysicalInteractionLength(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 double G4VProcess.postStepGPIL(G4Track track, double previousStepSize, SWIGTYPE_p_G4ForceCondition condition)
           
 void G4UserTrackingAction.postUserTrackingAction(G4Track arg0)
           
 void G4UserTrackingAction.preUserTrackingAction(G4Track arg0)
           
 void G4TrackingManager.processOneTrack(G4Track apValueG4Track)
           
 void G4TrackVector.pushBack(G4Track x)
           
 int G4StackManager.pushOneTrack(G4Track newTrack)
           
 int G4StackManager.pushOneTrack(G4Track newTrack, G4VTrajectory newTrajectory)
           
 void G4TrackVector.set(int i, G4Track x)
           
 void G4FastTrack.setCurrentTrack(G4Track arg0)
           
 void G4FastTrack.setCurrentTrack(G4Track arg0, G4Navigator a)
           
 void G4SteppingManager.setInitialStep(G4Track valueTrack)
           
 void G4Step.setTrack(G4Track value)
           
 void G4VProcess.startTracking(G4Track arg0)
           
 void G4ProcessManager.startTracking(G4Track aTrack)
           
 void G4FastSimulationManagerProcess.startTracking(G4Track arg0)
           
 void G4Decay.startTracking(G4Track arg0)
           
 

Constructors in hep.geant4.jni with parameters of type G4Track
G4HadProjectile(G4Track aT)
           
G4RichTrajectory(G4Track aTrack)
           
G4RichTrajectoryPoint(G4Track arg0)
           
G4SmoothTrajectory(G4Track aTrack)
           
G4StackedTrack(G4Track aTrack)
           
G4StackedTrack(G4Track aTrack, G4VTrajectory aTrajectory)
           
G4Track(G4Track arg0)
           
G4Trajectory(G4Track aTrack)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.