Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ReplicaNavigation.hh>
Public Types | |
enum | ESide { kNull , kRMin , kRMax , kSPhi , kEPhi , kPX , kMX , kPY , kMY , kPZ , kMZ , kMother } |
Public Member Functions | |
G4ExitNormal (const G4ThreeVector &norm=G4ThreeVector(0., 0., 0.), G4bool calc=false, G4bool valid=false, ESide side=kNull) | |
Public Attributes | |
G4ThreeVector | exitNormal |
G4bool | calculated |
G4bool | validConvex |
ESide | exitSide |
Definition at line 55 of file G4ReplicaNavigation.hh.
enum G4ExitNormal::ESide |
Enumerator | |
---|---|
kNull | |
kRMin | |
kRMax | |
kSPhi | |
kEPhi | |
kPX | |
kMX | |
kPY | |
kMY | |
kPZ | |
kMZ | |
kMother |
Definition at line 61 of file G4ReplicaNavigation.hh.
|
inline |
Definition at line 71 of file G4ReplicaNavigation.hh.
G4bool G4ExitNormal::calculated |
Definition at line 65 of file G4ReplicaNavigation.hh.
Referenced by G4ReplicaNavigation::DistanceToOut(), and G4ExitNormal().
G4ThreeVector G4ExitNormal::exitNormal |
Definition at line 64 of file G4ReplicaNavigation.hh.
Referenced by G4ReplicaNavigation::ComputeStep(), G4ReplicaNavigation::DistanceToOut(), and G4ExitNormal().
ESide G4ExitNormal::exitSide |
Definition at line 67 of file G4ReplicaNavigation.hh.
Referenced by G4ReplicaNavigation::DistanceToOut(), and G4ExitNormal().
G4bool G4ExitNormal::validConvex |
Definition at line 66 of file G4ReplicaNavigation.hh.
Referenced by G4ReplicaNavigation::ComputeStep(), G4ReplicaNavigation::DistanceToOut(), and G4ExitNormal().