Geant4-11
Enumerations
G4PSDirectionFlag.hh File Reference

Go to the source code of this file.

Enumerations

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

Enumeration Type Documentation

◆ G4PSCurrentFlag

Enumerator
fCurrent_InOut 
fCurrent_In 
fCurrent_Out 

Definition at line 55 of file G4PSDirectionFlag.hh.

57{
59 // For both direction In / Out.
61 // IN : Direction which comes into the geometry
63 // OUT : Direction which goes out fromthe geometry
64};
@ fCurrent_Out
@ fCurrent_In
@ fCurrent_InOut

◆ G4PSFluxFlag

Enumerator
fFlux_InOut 
fFlux_In 
fFlux_Out 

Definition at line 44 of file G4PSDirectionFlag.hh.

46{
48 // For both direction In / Out.
50 // IN : Direction which comes into the geometry
52};
@ fFlux_InOut
@ fFlux_Out
@ fFlux_In