GENIEGenerator
Loading...
Searching...
No Matches
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
Bool_t fIsHit
 distance along ray to exit fid volume
Int_t fSurfIn
 was the volume hit
Int_t fSurfOut
 what surface was hit on way in

Detailed Description

Definition at line 43 of file FidShape.h.

Constructor & Destructor Documentation

◆ RayIntercept()

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 fSurfIn
was the volume hit
Definition FidShape.h:53
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
Double_t fDistOut
distance along ray to enter fid volume
Definition FidShape.h:51

References fDistIn, fDistOut, fIsHit, fSurfIn, and fSurfOut.

◆ ~RayIntercept()

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

Definition at line 49 of file FidShape.h.

49{ ; }

Member Data Documentation

◆ fDistIn

◆ fDistOut

◆ fIsHit

◆ fSurfIn

◆ fSurfOut


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