Geant4-11
Macros | Enumerations
G4PlaceOfAction.hh File Reference

Go to the source code of this file.

Macros

#define G4PlaceOfAction_hh   G4PlaceOfAction_hh
 

Enumerations

enum  G4PlaceOfAction { onBoundary = 1 , onCollision = 2 , onBoundaryAndCollision = 3 }
 

Macro Definition Documentation

◆ G4PlaceOfAction_hh

#define G4PlaceOfAction_hh   G4PlaceOfAction_hh

Definition at line 38 of file G4PlaceOfAction.hh.

Enumeration Type Documentation

◆ G4PlaceOfAction

Enumerator
onBoundary 
onCollision 
onBoundaryAndCollision 

Definition at line 40 of file G4PlaceOfAction.hh.

41{
42 onBoundary = 1,
43 onCollision = 2,
45};
@ onCollision
@ onBoundaryAndCollision
@ onBoundary