G4PSDirectionFlag.hh File Reference

Go to the source code of this file.

Defines

#define G4PSDirectionFlag_h   1

Enumerations

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


Define Documentation

#define G4PSDirectionFlag_h   1

Definition at line 42 of file G4PSDirectionFlag.hh.


Enumeration Type Documentation

enum G4PSCurrentFlag

Enumerator:
fCurrent_InOut 
fCurrent_In 
fCurrent_Out 

Definition at line 56 of file G4PSDirectionFlag.hh.

00058 { 
00059     fCurrent_InOut, 
00060     // For both direction In / Out.
00061     fCurrent_In, 
00062     // IN : Direction which comes into the geometry
00063     fCurrent_Out 
00064     // OUT : Direction which goes out fromthe geometry
00065 };

enum G4PSFluxFlag

Enumerator:
fFlux_InOut 
fFlux_In 
fFlux_Out 

Definition at line 45 of file G4PSDirectionFlag.hh.

00047 { 
00048     fFlux_InOut, 
00049     // For both direction In / Out.
00050     fFlux_In, 
00051     // IN : Direction which comes into the geometry
00052     fFlux_Out 
00053 };


Generated on Mon May 27 17:51:03 2013 for Geant4 by  doxygen 1.4.7