Uses of Class
hep.geant4.jni.G4ProcessType

Packages that use G4ProcessType
hep.geant4.jni   
 

Uses of G4ProcessType in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4ProcessType
 G4ProcessType G4VProcess.getProcessType()
           
static G4ProcessType G4ProcessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static G4ProcessType[] G4ProcessType.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 G4ProcessType
static String G4VProcess.getProcessTypeName(G4ProcessType arg0)
           
 void G4VProcess.setProcessType(G4ProcessType arg0)
           
 

Constructors in hep.geant4.jni with parameters of type G4ProcessType
G4AntiNeutronAnnihilationAtRest(String processName, G4ProcessType aType)
           
G4AntiProtonAnnihilationAtRest(String processName, G4ProcessType aType)
           
G4Cerenkov(String processName, G4ProcessType type)
           
G4ComptonScattering(String processName, G4ProcessType type)
           
G4FastSimulationManagerProcess(String processName, G4ProcessType theType)
           
G4GammaConversion(String processName, G4ProcessType type)
           
G4OpAbsorption(String processName, G4ProcessType type)
           
G4OpBoundaryProcess(String processName, G4ProcessType type)
           
G4OpRayleigh(String processName, G4ProcessType type)
           
G4PhotoElectricEffect(String processName, G4ProcessType type)
           
G4Scintillation(String processName, G4ProcessType type)
           
G4VProcess(String aName, G4ProcessType aType)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.