|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use G4State | |
|---|---|
| hep.geant4.jni | |
| Uses of G4State in hep.geant4.jni |
|---|
| Methods in hep.geant4.jni that return G4State | |
|---|---|
G4State |
G4Material.getState()
|
static G4State |
G4State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static G4State[] |
G4State.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in hep.geant4.jni with parameters of type G4State | |
|---|---|
G4Material(String name,
double z,
double a,
double density,
G4State state)
|
|
G4Material(String name,
double z,
double a,
double density,
G4State state,
double temp)
|
|
G4Material(String name,
double z,
double a,
double density,
G4State state,
double temp,
double pressure)
|
|
G4Material(String name,
double density,
int nComponents,
G4State state)
|
|
G4Material(String name,
double density,
int nComponents,
G4State state,
double temp)
|
|
G4Material(String name,
double density,
int nComponents,
G4State state,
double temp,
double pressure)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||