Uses of Class
hep.geant4.jni.G4Step

Packages that use G4Step
hep.geant4.jni   
 

Uses of G4Step in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4Step
 G4Step G4SteppingManager.getfStep()
           
 G4Step G4Track.getStep()
           
 G4Step G4SteppingManager.getStep()
           
 G4Step G4VParticleChange.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForMSC.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForLoss.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForAlongStep(G4Step Step)
           
 G4Step G4VParticleChange.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChangeForGamma.updateStepForAtRest(G4Step pStep)
           
 G4Step G4ParticleChangeForDecay.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForAtRest(G4Step Step)
           
 G4Step G4FastStep.updateStepForAtRest(G4Step Step)
           
 G4Step G4VParticleChange.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForMSC.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForLoss.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForGamma.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForDecay.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForPostStep(G4Step Step)
           
 G4Step G4FastStep.updateStepForPostStep(G4Step Step)
           
 

Methods in hep.geant4.jni with parameters of type G4Step
 boolean G4VSDFilter.accept(G4Step arg0)
           
 boolean G4SDParticleWithEnergyFilter.accept(G4Step arg0)
           
 boolean G4SDParticleFilter.accept(G4Step arg0)
           
 boolean G4SDNeutralFilter.accept(G4Step arg0)
           
 boolean G4SDKineticEnergyFilter.accept(G4Step arg0)
           
 boolean G4SDChargedFilter.accept(G4Step arg0)
           
 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)
           
 void G4VTrajectory.appendStep(G4Step aStep)
           
 void G4Trajectory.appendStep(G4Step aStep)
           
 void G4SmoothTrajectory.appendStep(G4Step aStep)
           
 void G4RichTrajectory.appendStep(G4Step aStep)
           
 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 G4VReadOutGeometry.checkROVolume(G4Step arg0, G4TouchableHistory arg1)
           
 void G4CellScoreComposer.estimatorCalculation(G4Step step)
           
static long G4Step.getCPtr(G4Step obj)
           
 G4GeometryCell G4VGCellFinder.getPostGeometryCell(G4Step aStep)
           
 G4GeometryCell G4VGCellFinder.getPreGeometryCell(G4Step aStep)
           
 boolean G4VSensitiveDetector.hit(G4Step aStep)
           
 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)
           
protected  boolean G4VSensitiveDetector.processHits(G4Step aStep, G4TouchableHistory ROhist)
           
 void G4VEnergyLossProcess.sampleSubCutSecondaries(G4TrackVector arg0, G4Step arg1, SWIGTYPE_p_double cut, G4VEmModel model)
           
 void G4VScorer.score(G4Step step, G4GeometryCellStep gstep)
           
 void G4Scorer.score(G4Step aStep, G4GeometryCellStep aPStep)
           
 void G4CellStoreScorer.score(G4Step aStep, G4GeometryCellStep aPStep)
           
 void G4VCellScorer.scoreAnEnteringStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4CellScorer.scoreAnEnteringStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4VCellScorer.scoreAnExitingStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4CellScorer.scoreAnExitingStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4VCellScorer.scoreAnInVolumeStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4CellScorer.scoreAnInVolumeStep(G4Step aStep, G4GeometryCell gCell)
           
 void G4Track.setStep(G4Step aValue)
           
 G4Step G4VParticleChange.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForMSC.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChangeForLoss.updateStepForAlongStep(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForAlongStep(G4Step Step)
           
 G4Step G4VParticleChange.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChangeForGamma.updateStepForAtRest(G4Step pStep)
           
 G4Step G4ParticleChangeForDecay.updateStepForAtRest(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForAtRest(G4Step Step)
           
 G4Step G4FastStep.updateStepForAtRest(G4Step Step)
           
 G4Step G4VParticleChange.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForTransport.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForMSC.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForLoss.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForGamma.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChangeForDecay.updateStepForPostStep(G4Step Step)
           
 G4Step G4ParticleChange.updateStepForPostStep(G4Step Step)
           
 G4Step G4FastStep.updateStepForPostStep(G4Step Step)
           
 void G4UserSteppingAction.userSteppingAction(G4Step arg0)
           
 

Constructors in hep.geant4.jni with parameters of type G4Step
G4RichTrajectoryPoint(G4Step arg0)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.