Uses of Class
hep.geant4.jni.G4TrackStatus

Packages that use G4TrackStatus
hep.geant4.jni   
 

Uses of G4TrackStatus in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4TrackStatus
 G4TrackStatus G4VParticleChange.getTrackStatus()
           
 G4TrackStatus G4Track.getTrackStatus()
           
static G4TrackStatus G4TrackStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static G4TrackStatus[] G4TrackStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in hep.geant4.jni with parameters of type G4TrackStatus
 void G4VParticleChange.proposeTrackStatus(G4TrackStatus status)
           
 void G4Track.setTrackStatus(G4TrackStatus aTrackStatus)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.