#include <FidShape.h>
Public Member Functions | |
RayIntercept () | |
~RayIntercept () | |
Public Attributes | |
Double_t | fDistIn |
Double_t | fDistOut |
distance along ray to enter fid volume More... | |
Bool_t | fIsHit |
distance along ray to exit fid volume More... | |
Int_t | fSurfIn |
was the volume hit More... | |
Int_t | fSurfOut |
what surface was hit on way in More... | |
Definition at line 43 of file FidShape.h.
|
inline |
A class to hold information about where a ray intercepts a convex shape.
Definition at line 47 of file FidShape.h.
|
inline |
Definition at line 49 of file FidShape.h.
Double_t genie::geometry::RayIntercept::fDistIn |
Definition at line 50 of file FidShape.h.
Double_t genie::geometry::RayIntercept::fDistOut |
distance along ray to enter fid volume
Definition at line 51 of file FidShape.h.
Bool_t genie::geometry::RayIntercept::fIsHit |
distance along ray to exit fid volume
Definition at line 52 of file FidShape.h.
Int_t genie::geometry::RayIntercept::fSurfIn |
was the volume hit
Definition at line 53 of file FidShape.h.
Int_t genie::geometry::RayIntercept::fSurfOut |
what surface was hit on way in
Definition at line 54 of file FidShape.h.