Geant4_10
Public Member Functions | Public Attributes | List of all members
G4INCL::Intersection Struct Reference

Intersection-point structure. More...

#include <G4INCLIntersection.hh>

Collaboration diagram for G4INCL::Intersection:
Collaboration graph
[legend]

Public Member Functions

 Intersection (const G4bool e, const G4double t, const ThreeVector &p)
 

Public Attributes

G4bool exists
 
G4double time
 
ThreeVector position
 

Detailed Description

Intersection-point structure.

The structure contains the time and position of the intersection point of a trajectory with a surface, if it exists.

Definition at line 57 of file G4INCLIntersection.hh.

Constructor & Destructor Documentation

G4INCL::Intersection::Intersection ( const G4bool  e,
const G4double  t,
const ThreeVector p 
)
inline

Definition at line 58 of file G4INCLIntersection.hh.

Member Data Documentation

G4bool G4INCL::Intersection::exists

Definition at line 60 of file G4INCLIntersection.hh.

ThreeVector G4INCL::Intersection::position

Definition at line 62 of file G4INCLIntersection.hh.

G4double G4INCL::Intersection::time

Definition at line 61 of file G4INCLIntersection.hh.


The documentation for this struct was generated from the following file: