#include "globals.hh"#include "G4ThreeVector.hh"Go to the source code of this file.
Data Structures | |
| class | G4ErrorTarget |
Enumerations | |
| enum | G4ErrorTargetType { G4ErrorTarget_PlaneSurface, G4ErrorTarget_CylindricalSurface, G4ErrorTarget_GeomVolume, G4ErrorTarget_TrkL } |
| enum G4ErrorTargetType |
| G4ErrorTarget_PlaneSurface | |
| G4ErrorTarget_CylindricalSurface | |
| G4ErrorTarget_GeomVolume | |
| G4ErrorTarget_TrkL |
Definition at line 50 of file G4ErrorTarget.hh.
00050 { G4ErrorTarget_PlaneSurface, 00051 G4ErrorTarget_CylindricalSurface, 00052 G4ErrorTarget_GeomVolume, 00053 G4ErrorTarget_TrkL };
1.4.7