LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
geo::PlaneGeo::RectSpecs Struct Reference

Public Member Functions

double HalfWidth () const
 
double HalfDepth () const
 
double Width () const
 
double Depth () const
 

Public Attributes

double halfWidth
 
double halfDepth
 

Detailed Description

Definition at line 1320 of file PlaneGeo.h.

Member Function Documentation

double geo::PlaneGeo::RectSpecs::Depth ( ) const
inline

Definition at line 1327 of file PlaneGeo.h.

1327 { return 2.0 * HalfDepth(); }
double HalfDepth() const
Definition: PlaneGeo.h:1325
double geo::PlaneGeo::RectSpecs::HalfDepth ( ) const
inline

Definition at line 1325 of file PlaneGeo.h.

Referenced by geo::PlaneGeo::DeltaFromPlane(), and geo::PlaneGeo::MoveProjectionToPlane().

1325 { return halfDepth; }
double geo::PlaneGeo::RectSpecs::HalfWidth ( ) const
inline

Definition at line 1324 of file PlaneGeo.h.

Referenced by geo::PlaneGeo::DeltaFromPlane(), and geo::PlaneGeo::MoveProjectionToPlane().

1324 { return halfWidth; }
double geo::PlaneGeo::RectSpecs::Width ( ) const
inline

Definition at line 1326 of file PlaneGeo.h.

1326 { return 2.0 * HalfWidth(); }
double HalfWidth() const
Definition: PlaneGeo.h:1324

Member Data Documentation

double geo::PlaneGeo::RectSpecs::halfDepth

Definition at line 1322 of file PlaneGeo.h.

Referenced by geo::PlaneGeo::DetectGeometryDirections().

double geo::PlaneGeo::RectSpecs::halfWidth

Definition at line 1321 of file PlaneGeo.h.

Referenced by geo::PlaneGeo::DetectGeometryDirections().


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