Public Member Functions | Public Attributes | List of all members
genie::geometry::RayIntercept Class Reference

#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...
 

Detailed Description

Definition at line 43 of file FidShape.h.

Constructor & Destructor Documentation

genie::geometry::RayIntercept::RayIntercept ( )
inline

A class to hold information about where a ray intercepts a convex shape.

Definition at line 47 of file FidShape.h.

47  : fDistIn(-DBL_MAX), fDistOut(DBL_MAX),
48  fIsHit(false), fSurfIn(-1), fSurfOut(-1) { ; }
Int_t fSurfOut
what surface was hit on way in
Definition: FidShape.h:54
Bool_t fIsHit
distance along ray to exit fid volume
Definition: FidShape.h:52
Int_t fSurfIn
was the volume hit
Definition: FidShape.h:53
Double_t fDistOut
distance along ray to enter fid volume
Definition: FidShape.h:51
genie::geometry::RayIntercept::~RayIntercept ( )
inline

Definition at line 49 of file FidShape.h.

49 { ; }

Member Data Documentation

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.


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