LArSoft  v10_04_05
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 1195 of file PlaneGeo.h.

Member Function Documentation

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

Definition at line 1202 of file PlaneGeo.h.

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

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

Definition at line 1200 of file PlaneGeo.h.

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

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

Definition at line 1199 of file PlaneGeo.h.

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

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

Definition at line 1201 of file PlaneGeo.h.

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

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

Member Data Documentation

double geo::PlaneGeo::RectSpecs::halfDepth

Definition at line 1197 of file PlaneGeo.h.

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

double geo::PlaneGeo::RectSpecs::halfWidth

Definition at line 1196 of file PlaneGeo.h.

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


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