Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
G4PSDirectionFlag.hh File Reference

Go to the source code of this file.

Enumerations

enum  G4PSFluxFlag { fFlux_InOut, fFlux_In, fFlux_Out }
 
enum  G4PSCurrentFlag { fCurrent_InOut, fCurrent_In, fCurrent_Out }
 

Enumeration Type Documentation

Enumerator
fCurrent_InOut 
fCurrent_In 
fCurrent_Out 

Definition at line 56 of file G4PSDirectionFlag.hh.

58 {
60  // For both direction In / Out.
61  fCurrent_In,
62  // IN : Direction which comes into the geometry
64  // OUT : Direction which goes out fromthe geometry
65 };
Enumerator
fFlux_InOut 
fFlux_In 
fFlux_Out 

Definition at line 45 of file G4PSDirectionFlag.hh.

47 {
48  fFlux_InOut,
49  // For both direction In / Out.
50  fFlux_In,
51  // IN : Direction which comes into the geometry
52  fFlux_Out
53 };