LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 1253 of file PlaneGeo.h.

Member Function Documentation

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

Definition at line 1260 of file PlaneGeo.h.

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

Definition at line 1258 of file PlaneGeo.h.

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

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

Definition at line 1257 of file PlaneGeo.h.

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

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

Definition at line 1259 of file PlaneGeo.h.

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

Member Data Documentation

double geo::PlaneGeo::RectSpecs::halfDepth

Definition at line 1255 of file PlaneGeo.h.

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

double geo::PlaneGeo::RectSpecs::halfWidth

Definition at line 1254 of file PlaneGeo.h.

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


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